background image

More information about StAX

<< Running readnwrite Sample | 5. SOAP with Attachments API for Java >>
<< Running readnwrite Sample | 5. SOAP with Attachments API for Java >>
116
S
TREAMING
API
FOR
XML
Further Information
For more information about StAX, see:
· Java Community Process page:
http://jcp.org/en/jsr/detail?id=173
.
· W3C Recommendation "Extensible Markup Language (XML) 1.0":
http://www.w3.org/TR/REC-xml
· XML Information Set:
http://www.w3.org/TR/xml-infoset/
· JAXB specification:
http://java.sun.com/xml/jaxb
· JAX-RPC specification:
http//java.sun.com/xml/jaxrpc
· W3C Recommendation "Document Object Model":
http://www.w3.org/DOM/
· SAX "Simple API for XML":
http://www.saxproject.org/
· DOM "Document Object Model":
http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-
20020409/core.html#ID-B63ED1A3
· W3C Recommendation "Namespaces in XML":
http://www.w3.org/TR/REC-xml-names/
For some useful articles about working with StAX, see:
· Jeff Ryan, "Does StAX Belong in Your XML Toolbox?":
http://www.developer.com/xml/article.php/3397691
· Elliotte Rusty Harold, "An Introduction to StAX":
http://www.xml.com/pub/a/2003/09/17/stax.html
· "More efficient XML parsing with the Streaming API for XML":
http://www-106.ibm.com/developerworks/xml/library/x-tipstx/