javanet.staxutils

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
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__._j__a_va___2___s_.__co___m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.