Uses of Package
org.codehaus.stax2.io
-
Packages that use org.codehaus.stax2.io Package Description com.ctc.wstx.api Package that contains subset of Woodstox classes that are considered to be its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and Stax2 -- org.codehaus.stax2.*).org.codehaus.stax2.io -
Classes in org.codehaus.stax2.io used by com.ctc.wstx.api Class Description EscapingWriterFactory Interface that defines API for the factories stream writers use for creating "escaping writers". -
Classes in org.codehaus.stax2.io used by org.codehaus.stax2.io Class Description Stax2BlockSource This is the mid-level abstract base class forStax2Sources that an be used to access fixed-length in-memory data sources, such as byte and char arrays, Strings, StringBuffers and so forth.Stax2ReferentialResult This is the mid-level abstract base class forStax2Results that refer to a resource in such a way, that an efficientOutputStreamorWritercan be constructed.Stax2ReferentialSource This is the mid-level abstract base class forStax2Sources that refer to a resource in such a way, that an efficientInputStreamorReadercan be constructed.Stax2Result This is the base class for additional output results (implementations ofResult) that Stax2XMLInputFactory2implementations should support.Stax2Source This is the base class for additional input sources (implementations ofSource) that Stax2XMLInputFactory2implementations should support.