Uses of Package
org.codehaus.stax2.ri

Packages that use org.codehaus.stax2.ri
com.ctc.wstx.evt   
com.ctc.wstx.stax   
com.ctc.wstx.sw   
org.codehaus.stax2.ri   
org.codehaus.stax2.ri.dom   
 

Classes in org.codehaus.stax2.ri used by com.ctc.wstx.evt
Stax2EventReaderImpl
          Almost complete implementation of XMLEventReader2, built on top of a generic XMLStreamReader implementation (using aggregation).
 

Classes in org.codehaus.stax2.ri used by com.ctc.wstx.stax
Stax2EventFactoryImpl
          This is an abstract almost complete plain vanilla implementation of XMLEventFactory2.
 

Classes in org.codehaus.stax2.ri used by com.ctc.wstx.sw
Stax2WriterImpl
          This is a partial base implementation of XMLStreamWriter2, the extended stream writer that is part of Stax2.
 

Classes in org.codehaus.stax2.ri used by org.codehaus.stax2.ri
EmptyIterator
          Simple implementation of "null iterator", iterator that has nothing to iterate over.
EmptyNamespaceContext
          Dummy NamespaceContext implementation that contains no namespace information, except bindings that are specified by the namespace specification itself (for prefixes "xml" and "xmlns")
 

Classes in org.codehaus.stax2.ri used by org.codehaus.stax2.ri.dom
Stax2Util.TextBuffer
          Helper class used to simplify text gathering while keeping at as efficient as possible.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.