Uses of Interface
org.codehaus.stax2.validation.Validatable
-
Packages that use Validatable Package Description com.ctc.wstx.dom com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.com.ctc.wstx.sw org.codehaus.stax2 org.codehaus.stax2.ri Package that contains a skeletal reference implementation of Stax2 API, as well as some utility/helper classes that can be useful in building one.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 Modifier and Type Class Description classWstxDOMWrappingReaderclassWstxDOMWrappingWriterThis is an adapter class that allows building a DOM tree usingXMLStreamWriterinterface. -
Uses of Validatable in com.ctc.wstx.sr
Subinterfaces of Validatable in com.ctc.wstx.sr Modifier and Type Interface Description interfaceStreamReaderImplInterface that defines "internal Woodstox API".Classes in com.ctc.wstx.sr that implement Validatable Modifier and Type Class Description classBasicStreamReaderPartial implementation ofXMLStreamReader2consisting of all functionality other than DTD-validation-specific parts, and Typed Access API (Stax2 v3.0), which are implemented at sub-classes.classTypedStreamReaderComplete implementation ofXMLStreamReader2, including Typed Access API (Stax2 v3.0) implementation.classValidatingStreamReaderImplementation ofXMLStreamReader2that builds onTypedStreamReaderand adds full DTD-handling including DTD validation -
Uses of Validatable in com.ctc.wstx.sw
Classes in com.ctc.wstx.sw that implement Validatable Modifier and Type Class Description classBaseNsStreamWriterMid-level base class of namespace-aware stream writers.classBaseStreamWriterBase class forXMLStreamWriterimplementations Woodstox has.classNonNsStreamWriterImplementation ofXMLStreamWriterused when namespace support is not enabled.classRepairingNsStreamWriterNamespace-aware implementation ofXMLStreamWriter, that does namespace repairing, ie resolves possible conflicts between prefixes (add new bindings as necessary), as well as automatically creates namespace declarations as necessary.classSimpleNsStreamWriterNamespace-aware implementation ofXMLStreamWriter, that does not do namespace repairing, ie doesn't try to resolve possible conflicts between prefixes and namespace URIs, or automatically create namespace bindings.classTypedStreamWriterIntermediate 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 Modifier and Type Interface Description interfaceXMLStreamReader2Extended interface that implements functionality that is necessary to properly build event API on top ofXMLStreamReader.interfaceXMLStreamWriter2Extended interface that implements functionality that is necessary to properly build event API on top ofXMLStreamWriter, as well as to configure individual instances. -
Uses of Validatable in org.codehaus.stax2.ri
Classes in org.codehaus.stax2.ri that implement Validatable Modifier and Type Class Description classStax2FilteredStreamReaderSimple straight-forward implementation of a filtering stream reader, which can fully adapt Stax2 stream reader (XMLStreamReader2).classStax2ReaderAdapterThis adapter implements parts ofXMLStreamReader2, the extended stream reader defined by Stax2 extension, by wrapping a vanilla Stax 1.0XMLStreamReaderimplementation.classStax2ReaderImplThis is a partial base implementation ofXMLStreamReader2, the extended stream reader that is part of Stax2.classStax2WriterAdapterThis adapter implements parts ofXMLStreamWriter2, the extended stream writer defined by Stax2 extension, by wrapping a vanilla Stax 1.0XMLStreamReaderimplementation.classStax2WriterImplThis is a partial base implementation ofXMLStreamWriter2, 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 Modifier and Type Class Description classDOMWrappingReaderThis is an adapter class that presents a DOM document as if it was a regularXMLStreamReader.classDOMWrappingWriterThis is an adapter class that partially implementsXMLStreamWriteras 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 Modifier and Type Class Description classStreamReader2DelegateclassStreamWriter2Delegate
-