Uses of Package
org.codehaus.stax2.ri
-
Packages that use org.codehaus.stax2.ri Package Description com.ctc.wstx.evt Package contains Woodstox implementation of the StAX event layer; functionality that is built on top of stream readers and writers.com.ctc.wstx.stax This package contains miscellaneous classes that implement Woodstox.com.ctc.wstx.sw org.codehaus.stax2.ri Package that contains a skeletal reference implementation of Stax2 API, as well as some utility/helper classes that can be useful in building one.org.codehaus.stax2.ri.dom -
Classes in org.codehaus.stax2.ri used by com.ctc.wstx.evt Class Description Stax2EventReaderImpl Almost complete implementation ofXMLEventReader2, built on top of a genericXMLStreamReaderimplementation (using aggregation). -
Classes in org.codehaus.stax2.ri used by com.ctc.wstx.stax Class Description Stax2EventFactoryImpl This is an abstract almost complete plain vanilla implementation ofXMLEventFactory2. -
Classes in org.codehaus.stax2.ri used by com.ctc.wstx.sw Class Description Stax2WriterImpl This is a partial base implementation ofXMLStreamWriter2, the extended stream writer that is part of Stax2. -
Classes in org.codehaus.stax2.ri used by org.codehaus.stax2.ri Class Description EmptyNamespaceContext DummyNamespaceContextimplementation that contains no namespace information, except bindings that are specified by the namespace specification itself (for prefixes "xml" and "xmlns")SingletonIterator Simple read-only iterator that iterators over one specific item, passed in as constructor argument. -
Classes in org.codehaus.stax2.ri used by org.codehaus.stax2.ri.dom Class Description Stax2Util.TextBuffer Helper class used to simplify text gathering while keeping at as efficient as possible.