{"id":15345833,"url":"https://github.com/chucheng92/easyxml","last_synced_at":"2025-04-06T11:13:21.510Z","repository":{"id":95899092,"uuid":"52001889","full_name":"chucheng92/EasyXml","owner":"chucheng92","description":"Java读写XML的多种方法","archived":false,"fork":false,"pushed_at":"2018-04-16T15:06:43.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T16:49:09.174Z","etag":null,"topics":["xml"],"latest_commit_sha":null,"homepage":"http://rann.cc","language":"Java","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/chucheng92.png","metadata":{"files":{"readme":"README.md","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":"2016-02-18T11:12:11.000Z","updated_at":"2020-08-14T02:56:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"5698a8ad-28bc-469f-a14b-15a3f5af26fe","html_url":"https://github.com/chucheng92/EasyXml","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"b9db543fc5291580295e7f5a2f4f64cbf7e1979a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chucheng92%2FEasyXml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chucheng92%2FEasyXml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chucheng92%2FEasyXml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chucheng92%2FEasyXml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chucheng92","download_url":"https://codeload.github.com/chucheng92/EasyXml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471524,"owners_count":20944158,"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":["xml"],"created_at":"2024-10-01T11:16:10.213Z","updated_at":"2025-04-06T11:13:21.410Z","avatar_url":"https://github.com/chucheng92.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easy-xml\n\n## XML文件解析的4种方法\n\n- [x] DOM DOM树驻留内存\n\n可以进行修改和写入,耗费内存\n- [x] SAX 事件驱动模式\n\n用于读取节点数据 不易编码 事件有顺序 很难同时访问xml的多处数据\n- [x] JDOM\n\n使用具体类而不使用接口\n- [x] DOM4J\n\n使用接口和抽象类，灵活性好，功能强大\n\n## XML文件读取的4种方法\n\n待更新","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchucheng92%2Feasyxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchucheng92%2Feasyxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchucheng92%2Feasyxml/lists"}