Uses of Interface
org.codehaus.stax2.validation.Validatable

Packages that use Validatable
com.ctc.wstx.dom   
com.ctc.wstx.sr   
com.ctc.wstx.sw   
org.codehaus.stax2   
org.codehaus.stax2.ri   
org.codehaus.stax2.ri.dom   
org.codehaus.stax2.util   
 

Uses of Validatable in com.ctc.wstx.dom
 

Classes in com.ctc.wstx.dom that implement Validatable
 class WstxDOMWrappingReader
           
 class WstxDOMWrappingWriter
          This is an adapter class that allows building a DOM tree using XMLStreamWriter interface.
 

Uses of Validatable in com.ctc.wstx.sr
 

Subinterfaces of Validatable in com.ctc.wstx.sr
 interface StreamReaderImpl
          Interface that defines "internal Woodstox API".
 

Classes in com.ctc.wstx.sr that implement Validatable
 class BasicStreamReader
          Partial implementation of XMLStreamReader2 consisting of all functionality other than DTD-validation-specific parts, and Typed Access API (Stax2 v3.0), which are implemented at sub-classes.
 class TypedStreamReader
          Complete implementation of XMLStreamReader2, including Typed Access API (Stax2 v3.0) implementation.
 class ValidatingStreamReader
          Implementation of XMLStreamReader2 that builds on TypedStreamReader and adds full DTD-handling including DTD validation
 

Uses of Validatable in com.ctc.wstx.sw
 

Classes in com.ctc.wstx.sw that implement Validatable
 class BaseNsStreamWriter
          Mid-level base class of namespace-aware stream writers.
 class BaseStreamWriter
          Base class for XMLStreamWriter implementations Woodstox has.
 class NonNsStreamWriter
          Implementation of XMLStreamWriter used when namespace support is not enabled.
 class RepairingNsStreamWriter
          Namespace-aware implementation of XMLStreamWriter, that does namespace repairing, ie resolves possible conflicts between prefixes (add new bindings as necessary), as well as automatically creates namespace declarations as necessary.
 class SimpleNsStreamWriter
          Namespace-aware implementation of XMLStreamWriter, that does not do namespace repairing, ie doesn't try to resolve possible conflicts between prefixes and namespace URIs, or automatically create namespace bindings.
 class TypedStreamWriter
          Intermediate base class that implements Typed Access API (Stax2 v3) for all (repairing, non-repairing, non-namespace) native stream writer implementations.
 

Uses of Validatable in org.codehaus.stax2
 

Subinterfaces of Validatable in org.codehaus.stax2
 interface XMLStreamReader2
          Extended interface that implements functionality that is necessary to properly build event API on top of XMLStreamReader.
 interface XMLStreamWriter2
          Extended interface that implements functionality that is necessary to properly build event API on top of XMLStreamWriter, as well as to configure individual instances.
 

Uses of Validatable in org.codehaus.stax2.ri
 

Classes in org.codehaus.stax2.ri that implement Validatable
 class Stax2FilteredStreamReader
          Simple straight-forward implementation of a filtering stream reader, which can fully adapt Stax2 stream reader (XMLStreamReader2).
 class Stax2ReaderAdapter
          This adapter implements parts of XMLStreamReader2, the extended stream reader defined by Stax2 extension, by wrapping a vanilla Stax 1.0 XMLStreamReader implementation.
 class Stax2ReaderImpl
          This is a partial base implementation of XMLStreamReader2, the extended stream reader that is part of Stax2.
 class Stax2WriterAdapter
          This adapter implements parts of XMLStreamWriter2, the extended stream writer defined by Stax2 extension, by wrapping a vanilla Stax 1.0 XMLStreamReader implementation.
 class Stax2WriterImpl
          This is a partial base implementation of XMLStreamWriter2, the extended stream writer that is part of Stax2.
 

Uses of Validatable in org.codehaus.stax2.ri.dom
 

Classes in org.codehaus.stax2.ri.dom that implement Validatable
 class DOMWrappingReader
          This is an adapter class that presents a DOM document as if it was a regular XMLStreamReader.
 class DOMWrappingWriter
          This is an adapter class that partially implements XMLStreamWriter as a facade on top of a DOM document or Node, allowing one to basically construct DOM trees via Stax API.
 

Uses of Validatable in org.codehaus.stax2.util
 

Classes in org.codehaus.stax2.util that implement Validatable
 class StreamReader2Delegate
           
 class StreamWriter2Delegate
           
 



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