Uses of Interface
org.codehaus.stax2.typed.TypedXMLStreamReader
-
Packages that use TypedXMLStreamReader Package Description 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 TypedXMLStreamReader in org.codehaus.stax2
Subinterfaces of TypedXMLStreamReader 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. -
Uses of TypedXMLStreamReader in org.codehaus.stax2.ri
Classes in org.codehaus.stax2.ri that implement TypedXMLStreamReader 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. -
Uses of TypedXMLStreamReader in org.codehaus.stax2.ri.dom
Classes in org.codehaus.stax2.ri.dom that implement TypedXMLStreamReader Modifier and Type Class Description classDOMWrappingReaderThis is an adapter class that presents a DOM document as if it was a regularXMLStreamReader. -
Uses of TypedXMLStreamReader in org.codehaus.stax2.util
Classes in org.codehaus.stax2.util that implement TypedXMLStreamReader Modifier and Type Class Description classStreamReader2Delegate
-