{"id":13743828,"url":"https://github.com/gerhardlm/DynamicXMLParser","last_synced_at":"2025-05-09T01:33:24.420Z","repository":{"id":215182486,"uuid":"1505030","full_name":"gerhardlm/DynamicXMLParser","owner":"gerhardlm","description":"Dynamic parse xml content into predefined data classes (actionscript 3).","archived":false,"fork":false,"pushed_at":"2011-03-21T01:46:36.000Z","size":100,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T05:02:03.158Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gerhardlm.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-03-21T01:45:14.000Z","updated_at":"2022-01-20T13:52:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"b740139c-6743-49e5-872e-903b0fbf159e","html_url":"https://github.com/gerhardlm/DynamicXMLParser","commit_stats":null,"previous_names":["gerhardlm/dynamicxmlparser","lareinefolle/dynamicxmlparser","lmgerhard/dynamicxmlparser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhardlm%2FDynamicXMLParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhardlm%2FDynamicXMLParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhardlm%2FDynamicXMLParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhardlm%2FDynamicXMLParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gerhardlm","download_url":"https://codeload.github.com/gerhardlm/DynamicXMLParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253174713,"owners_count":21865905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:00:57.917Z","updated_at":"2025-05-09T01:33:24.146Z","avatar_url":"https://github.com/gerhardlm.png","language":"ActionScript","readme":"Usage\n-----\nYou can use the static methods on DynamicXMLParser to dynamic parse a list or a node on xml.\n\n\tprivate function loadXML():void\n\t\t{\n\t\t\tvar _loader:URLLoader = new URLLoader(new URLRequest(\"_xml/quiz.xml\"));\n\t\t\t_loader.addEventListener(Event.COMPLETE, handleLoadComplete);\n\t\t}\n\t\t\n\t\tprivate function handleLoadComplete(e:Event):void\n\t\t{\n\t\t\tvar quizXML:XML = XML(URLLoader(e.target).data);\n\t\t\t\n\t\t\tvar quizData:QuizData = QuizData(DynamicXMLParser.parseNode(quizXML, QuizData));\n\t\t}\n\nHow-to\n-----------\nBuild your data classes where public variables or setters will have the same names of xml's tags.\n\n\nRestrictions\n-----------\n* For parse a list you should have a Vector instance or a class with a required parameter with Vector type.\n\n* The only required parameters you can have is Vectors.\n\n* All the class variables must be public or have setters.\n","funding_links":[],"categories":["File Formats"],"sub_categories":["XML"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerhardlm%2FDynamicXMLParser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerhardlm%2FDynamicXMLParser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerhardlm%2FDynamicXMLParser/lists"}