diff lib/javax.xml.stream_1.0/readme.txt @ 0:db87c1b7eb6d

initial
author dwinter
date Wed, 03 Nov 2010 12:18:46 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/javax.xml.stream_1.0/readme.txt	Wed Nov 03 12:18:46 2010 +0100
@@ -0,0 +1,14 @@
+------------------------------------------
+Java Architecture for XML Streaming (StAX)
+------------------------------------------
+
+"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."
+
+For more information:
+https://sjsxp.dev.java.net/