{"id":54639,"library":"woodstox-core","title":"Woodstox","description":"Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs.","status":"active","version":"7.2.1","language":"java","source_language":null,"source_url":"https://github.com/FasterXML/woodstox","tags":["xml","stax","parsing","high-performance"],"install":[{"cmd":"<dependency>\n  <groupId>com.fasterxml.woodstox</groupId>\n  <artifactId>woodstox-core</artifactId>\n  <version>7.2.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.fasterxml.woodstox:woodstox-core:7.2.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"WstxInputFactory","correct":"com.ctc.wstx.stax.WstxInputFactory"}],"quickstart":{"code":"import com.ctc.wstx.stax.WstxInputFactory;\nimport javax.xml.stream.XMLStreamReader;\nimport java.io.StringReader;\n\npublic class WoodstoxExample {\n    public static void main(String[] args) throws Exception {\n        WstxInputFactory factory = new WstxInputFactory();\n        XMLStreamReader reader = factory.createXMLStreamReader(new StringReader(\"<root/>\"));\n        System.out.println(reader.getLocalName());\n    }\n}","lang":"java","description":"Parse XML using Woodstox StAX implementation."},"warnings":[],"env_vars":null,"search_vec":"'-173':14 'api':18 'high':6,23 'high-perform':5,22 'implement':11 'jsr':13 'pars':21 'perform':7,24 'processor':9 'sax2':15 'stax':12,20 'stax2':17 'woodstox':1,2 'xml':8,19","created_at":"2026-06-15T09:17:06.062388+00:00","updated_at":"2026-06-15T09:17:06.062388+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://github.com/FasterXML/woodstox","github":"https://github.com/FasterXML/woodstox","docs":"https://appdoc.app/artifact/com.fasterxml.woodstox/woodstox-core/","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}}