Uses of Package
org.codehaus.stax2.ri
-
Packages that use org.codehaus.stax2.ri Package Description 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 org.codehaus.stax2.ri.typed -
Classes in org.codehaus.stax2.ri used by org.codehaus.stax2.ri Class Description EmptyNamespaceContext DummyNamespaceContext
implementation 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. -
Classes in org.codehaus.stax2.ri used by org.codehaus.stax2.ri.typed Class Description Stax2Util.ByteAggregator Helper class for efficiently reading and aggregating variable length byte content.