{"id":73856,"library":"woodstox-core-lgpl","title":"Woodstox","description":"Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs.","status":"active","version":"4.4.1","language":"java","source_language":null,"source_url":"http://xircles.codehaus.org/projects/woodstox/repos/primary/repo","tags":["xml","stax","sax","parsing","high-performance"],"install":[{"cmd":"<dependency>\n  <groupId>org.codehaus.woodstox</groupId>\n  <artifactId>woodstox-core-lgpl</artifactId>\n  <version>4.4.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.codehaus.woodstox:woodstox-core-lgpl:4.4.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 Quickstart {\n    public static void main(String[] args) throws Exception {\n        WstxInputFactory factory = new WstxInputFactory();\n        XMLStreamReader reader = factory.createXMLStreamReader(new StringReader(\"<root>Hello</root>\"));\n        System.out.println(reader.getElementText());\n        reader.close();\n    }\n}","lang":"java","description":"Creates an XML stream reader using Woodstox and reads element text."},"warnings":[{"fix":"Consider using Woodstox 5.x (Apache 2.0) if licensing is a concern.","message":"Woodstox 4.x uses LGPL license; ensure compatibility with your project's licensing.","severity":"gotcha","affected_versions":"4.x"}],"env_vars":null,"search_vec":"'-173':14 'api':17 'high':6,23 'high-perform':5,22 'implement':11 'jsr':13 'pars':21 'perform':7,24 'processor':9 'sax':20 'sax2':16 'stax':12,19 'woodstox':1,2 'xml':8,18","created_at":"2026-06-17T18:56:10.500659+00:00","updated_at":"2026-06-17T18:56:10.500659+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":"http://woodstox.codehaus.org","github":null,"docs":"https://appdoc.app/artifact/org.codehaus.woodstox/woodstox-core-lgpl/","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-17","next_check":"2026-12-14","install_tag":null}}