{"id":56094,"library":"aalto-xml","title":"Aalto XML","description":"Aalto XML is a high-performance, non-blocking XML processor supporting Stax, Stax2, SAX, and SAX2 APIs.","status":"active","version":"1.3.4","language":"java","source_language":null,"source_url":"https://github.com/FasterXML/aalto-xml","tags":["xml","stax","sax","high-performance","non-blocking"],"install":[{"cmd":"<dependency>\n  <groupId>com.fasterxml</groupId>\n  <artifactId>aalto-xml</artifactId>\n  <version>1.3.4</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.fasterxml:aalto-xml:1.3.4'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"InputFactoryImpl","correct":"com.fasterxml.aalto.stax.InputFactoryImpl"}],"quickstart":{"code":"import com.fasterxml.aalto.stax.InputFactoryImpl;\nimport javax.xml.stream.XMLInputFactory;\nimport javax.xml.stream.XMLStreamReader;\n\nXMLInputFactory factory = new InputFactoryImpl();\nXMLStreamReader reader = factory.createXMLStreamReader(new FileInputStream(\"data.xml\"));\nwhile (reader.hasNext()) {\n    reader.next();\n}","lang":"java","description":"Minimal example showing how to create an XMLStreamReader using Aalto's InputFactoryImpl."},"warnings":[],"env_vars":null,"search_vec":"'aalto':1,3 'api':21 'block':12,30 'high':8,26 'high-perform':7,25 'non':11,29 'non-block':10,28 'perform':9,27 'processor':14 'sax':18,24 'sax2':20 'stax':16,23 'stax2':17 'support':15 'xml':2,4,13,22","created_at":"2026-06-15T10:20:31.365410+00:00","updated_at":"2026-06-15T10:20:31.365410+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"1.3.3","cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/FasterXML/aalto-xml","github":"https://github.com/FasterXML/aalto-xml","docs":"https://appdoc.app/artifact/com.fasterxml/aalto-xml/","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":"passing","verified_at":null,"last_verified":"2026-08-28","next_check":"2026-12-12","install_tag":null}}