Registry / serialization / aalto-xml

aalto-xml

JSON →
library1.3.3javamaven✓ verified 23d ago

Aalto XML is a high-performance, non-blocking XML processor supporting Stax, Stax2, SAX, and SAX2 APIs.

<dependency> <groupId>com.fasterxml</groupId> <artifactId>aalto-xml</artifactId> <version>1.3.4</version> </dependency>
INSTALL
IMPORT
SIG · AALTO-XML
A
aalto-xml
serializationjavav1.3.3
Install
9.9s avg
Import
Disk
0MB
Pass rate
4/ 4
Env Coverage4 / 4
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.3.4 · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
eclipse
maven 3.93.94 runs
installs and imports cleanly · install 9.9s · import 0.000s · 0.37MB
0
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

InputFactoryImpl
com.fasterxml.aalto.stax.InputFactoryImpl

Minimal example showing how to create an XMLStreamReader using Aalto's InputFactoryImpl.

import com.fasterxml.aalto.stax.InputFactoryImpl; import javax.xml.stream.XMLInputFactory; import javax.xml.stream.XMLStreamReader; XMLInputFactory factory = new InputFactoryImpl(); XMLStreamReader reader = factory.createXMLStreamReader(new FileInputStream("data.xml")); while (reader.hasNext()) { reader.next(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
38
OpenAI (training)
1
Resources
aalto-xml — mvn dependency:get aalto-xml · libregistry