Uses of Interface
org.codehaus.stax2.XMLStreamProperties
-
Packages that use XMLStreamProperties 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.*).com.ctc.wstx.stax This package contains miscellaneous classes that implement Woodstox.org.codehaus.stax2 -
-
Uses of XMLStreamProperties in com.ctc.wstx.api
Classes in com.ctc.wstx.api that implement XMLStreamProperties Modifier and Type Class Description classReaderConfigSimple configuration container class; passed by reader factory to reader instance created.classValidatorConfigclassWriterConfigSimple configuration container class; passed by writer factory to writer instance created. -
Uses of XMLStreamProperties in com.ctc.wstx.stax
Classes in com.ctc.wstx.stax that implement XMLStreamProperties Modifier and Type Class Description classWstxInputFactoryFactory for creating various Stax objects (stream/event reader, writer).classWstxOutputFactoryImplementation ofXMLOutputFactoryfor Wstx. -
Uses of XMLStreamProperties in org.codehaus.stax2
Classes in org.codehaus.stax2 that implement XMLStreamProperties Modifier and Type Class Description classXMLInputFactory2Extension ofXMLInputFactorythat adds some convenience factory methods as new standard properties that conforming stream reader factory and instance implementations need to recognize, and preferably support.classXMLOutputFactory2Extension ofXMLInputFactoryto add missing functionality.
-