Exherbo
GitLab
Packages
dev-java/jsr173
The Streaming API for XML (StAX) is a Java based API for pull-parsing XML.
Versions
Slot
Version
Repository
Platforms
0
1.0
java
~amd64
arm?
armv7?
armv8?
~x86
Metadata
Homepage
https://jcp.org/en/jsr/detail?id=173
Summary
The Streaming API for XML (StAX) is a Java based API for pull-parsing XML
Description
The Streaming API for XML (StAX) is the new generation of XML APIs in Java. StAX is based on the so-called pull model in which an application queries the parser for the next parsing event, but never surrenders control to the parser during the process. Stated differently, StAX essentially turns the SAX processing model upside down. Instead of the parser controlling the application's flow, and the application reacting to parsing events, it is the application that controls the flow by pulling events from the parser.
Dependencies
(
(
build:
dev-java/apache-ant
)
(
install:
app-admin/eclectic[>=2.0.13]
)
(
build:
virtual/jdk:=
run:
virtual/jre:=
)
)
Downloads
https://dev.exherbo.org/~philantrop/distfiles/jsr173_1.0_src.jar
Licences
Apache-2.0