Uses of Interface
org.codehaus.stax2.XMLStreamProperties

Packages that use XMLStreamProperties
com.ctc.wstx.api   
com.ctc.wstx.stax   
org.codehaus.stax2   
 

Uses of XMLStreamProperties in com.ctc.wstx.api
 

Classes in com.ctc.wstx.api that implement XMLStreamProperties
 class ReaderConfig
          Simple configuration container class; passed by reader factory to reader instance created.
 class ValidatorConfig
           
 class WriterConfig
          Simple configuration container class; passed by reader factory to reader instance created.
 

Uses of XMLStreamProperties in com.ctc.wstx.stax
 

Classes in com.ctc.wstx.stax that implement XMLStreamProperties
 class WstxInputFactory
          Factory for creating various Stax objects (stream/event reader, writer).
 class WstxOutputFactory
          Implementation of XMLOutputFactory for Wstx.
 

Uses of XMLStreamProperties in org.codehaus.stax2
 

Classes in org.codehaus.stax2 that implement XMLStreamProperties
 class XMLInputFactory2
          Extension of XMLInputFactory that adds some convenience factory methods as new standard properties that conforming stream reader factory and instance implementations need to recognize, and preferably support.
 class XMLOutputFactory2
          Extension of XMLInputFactory to add missing functionality.
 



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