Project

General

Profile

Download (708 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / cots / restlet-2.0.5-patched / javax.xml.stream_1.0 / readme.txt @ master

1
------------------------------------------
2
Java Architecture for XML Streaming (StAX)
3
------------------------------------------
4

    
5
"The Streaming API for XML (StAX) is the new generation of XML APIs in Java. 
6
StAX is based on the so-called pull model in which an application queries 
7
the parser for the next parsing event, but never surrenders control to the 
8
parser during the process. Stated differently, StAX essentially turns the 
9
SAX processing model upside down. Instead of the parser controlling the 
10
application's flow, and the application reacting to parsing events, it is 
11
the application that controls the flow by pulling events from the parser."
12

    
13
For more information:
14
https://sjsxp.dev.java.net/