javanet.staxutils

Java Source Code / Java Documentation
1. JDK Core
2. JDK Modules
3. JDK Modules com.sun
4. JDK Modules com.sun.java
5. JDK Modules Platform
6. JDK Modules sun
7. Open Source Graphic Library
8. Open Source IDE Eclipse
9. Open Source J2EE
10. Open Source JBOSS
11. Open Source JDBC Driver
12. Open Source Library
13. Open Source Library Database
14. Open Source Net
15. Science
16. Sevlet Container
17. SUN GlassFish
18. Swing Library
19. Web Services apache cxf 2.0.1
20. Web Services AXIS2
21. XML
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Source Code / Java Documentation » XML » stax utils » javanet.staxutils 
javanet.staxutils
stax-utils Root Package Provides a set of utility classes that make it easy for developers to work with JSR-173: Streaming API for XML (StAX) and integrate it into their existing XML processing applications.
Java Source File NameTypeComment
BaseXMLEventReader.javaClass Abstract base class for XMLEventReader implementations.
BaseXMLEventWriter.javaClass Base class for XMLEventWriter implementations.
BaseXMLInputFactory.javaClass
BaseXMLOutputFactory.javaClass Base XMLOutputFactory that provides common event functionality.
BaseXMLStreamReader.javaClass Abstract base class for XMLStreamReader implementations.
ContentHandlerToXMLEventWriter.javaClass This is a simple utility class that adapts SAX events into StAX javax.xml.stream.XMLEventWriter events, bridging between the two parser technologies. This ContentHandler does not own the XMLEventWriter.
ContentHandlerToXMLStreamWriter.javaClass This is a simple utility class that adapts SAX events into StAX javax.xml.stream.XMLStreamWriter events, bridging between the two parser technologies. This ContentHandler does not own the XMLStreamWriter.
DummyLocator.javaClass A dummy locator that returns -1 and null from all methods to indicate that location info is not available.
EmptyNamespaceContext.javaClassExtendedNamespaceContext that contains no namespaces.
EntityDeclarationImpl.javaClass Implementation of javax.xml.stream.events.EntityDeclaration .
EventHelper.javaClass Partial base class implementation of javax.xml.stream.events.XMLEvent .
ExtendedLocation.javaInterface Extended the Location interface that exposes nested Location s.
ExtendedNamespaceContext.javaInterface Extended namespace context interface that allows the context tree to be navigated and to list all known prefixes.
IndentingXMLEventWriter.javaClass Wraps another XMLEventWriter and does the indentation.

XMLEventWriter API doesn't provide any portable way of doing pretty-printing.

IndentingXMLStreamWriter.javaClass A filter that indents an XML stream.
NamespaceContextAdapter.javaClassNamespaceContext that wraps another context.
OutputFactory.javaClass XMLOutputFactory implementation based on stax-utils code base.
SimpleLocation.javaClass Basic implementation of ExtendedLocation .
SimpleNamespaceContext.javaClass Simple NamespaceContext implementation backed by a HashMap.
StaticLocation.javaInterface Marker interface used to denote Location implementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.
StaticNamespaceContext.javaInterface Marker interface used to denote NamespaceContext implementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.
StAXContentHandler.javaClass Base class for SAX-to-STAX bridge classes that provides common functionality.
StAXEventContentHandler.javaClass SAX ContentHandler that writes events to a StAX XMLEventConsumer .
StAXReaderToContentHandler.javaInterface Common API's for adapting StAX events from javax.xml.stream.XMLStreamReader and javax.xml.stream.XMLEventReader into SAX events on the specified org.xml.sax.ContentHandler .
StAXResult.javaClass A JAXP javax.xml.transform.Result implementation that produces a result on the specified javax.xml.stream.XMLStreamWriter or javax.xml.stream.XMLEventWriter .

Please note that you may need to call flush() on the underlying XMLStreamWriter or XMLEventWriter after the transform is complete.

The fact that JAXBResult derives from SAXResult is an implementation detail.

StAXSource.javaClass A JAXP javax.xml.transform.Source implementation that wraps the specified javax.xml.stream.XMLStreamReader or javax.xml.stream.XMLEventReader for use by applications that expext a javax.xml.transform.Source .

The fact that StAXSource derives from SAXSource is an implementation detail.

StAXStreamContentHandler.javaClass SAX ContentHandler that writes events to a StAX XMLStreamWriter .
StreamWriterDelegate.javaClass Abstract class for writing filtered XML streams.
XMLEventConsumerDelegate.javaClass Writes all events to a wrapped XMLEventConsumer , and provides convenience methods for creating events written to the internal consumer.
XMLEventPipe.javaClass Provides the ability to pipe the XMLEvent s written to one XMLEventWriter to be read from a XMLEventReader .
XMLEventReaderToContentHandler.javaClass This is a simple utility class that adapts StAX events from an javax.xml.stream.XMLEventReader to SAX events on a org.xml.sax.ContentHandler , bridging between the two parser technologies.
XMLEventStreamWriter.javaClass An javax.xml.stream.XMLStreamWriter that writes events to a javax.xml.stream.XMLEventWriter .
XMLStreamEventReader.javaClassXMLEventReader implementation based on a XMLStreamReader and an XMLEventAllocator .
XMLStreamEventWriter.javaClassjavax.xml.stream.XMLEventWriter that writes events to a XMLStreamWriter .
XMLStreamReaderToContentHandler.javaClass This is a simple utility class that adapts StAX events from an javax.xml.stream.XMLStreamReader to SAX events on a org.xml.sax.ContentHandler , bridging between the two parser technologies.
XMLStreamUtils.javaClass Static utility methods useful when handling XML Streams.
w__w_w__.ja___v_a_2_s.c___o__m___
Home | Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.