{"id":54236,"library":"xercesimpl","title":"Xerces2","description":"Xerces2 provides high performance, fully compliant XML parsers with support for XML Schema, DOM, and XInclude.","status":"active","version":"2.12.2","language":"java","source_language":null,"source_url":"https://svn.apache.org/repos/asf/xerces/java/","tags":["xml","parsing","schema","apache"],"install":[{"cmd":"<dependency>\n  <groupId>xerces</groupId>\n  <artifactId>xercesImpl</artifactId>\n  <version>2.12.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'xerces:xercesImpl:2.12.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"DOMParser","correct":"org.apache.xerces.parsers.DOMParser"}],"quickstart":{"code":"import org.apache.xerces.parsers.DOMParser;\nimport org.w3c.dom.Document;\n\npublic class XercesExample {\n    public static void main(String[] args) throws Exception {\n        DOMParser parser = new DOMParser();\n        parser.parse(\"example.xml\");\n        Document doc = parser.getDocument();\n        System.out.println(doc.getDocumentElement().getNodeName());\n    }\n}","lang":"java","description":"Parses an XML file using Xerces DOMParser."},"warnings":[{"fix":"Use the latest version or consider using the built-in Java XML parser.","message":"Xerces2 2.12.x may have compatibility issues with Java 9+ modules.","severity":"gotcha","affected_versions":">=2.12.0"}],"env_vars":null,"search_vec":"'apach':21 'compliant':7 'dom':15 'fulli':6 'high':4 'pars':19 'parser':9 'perform':5 'provid':3 'schema':14,20 'support':11 'xerces2':1,2 'xinclud':17 'xml':8,13,18","created_at":"2026-06-15T08:53:18.593982+00:00","updated_at":"2026-06-15T08:53:18.593982+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://xerces.apache.org/xerces2-j/","github":null,"docs":"https://appdoc.app/artifact/xerces/xercesImpl/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}