Uses of Interface
org.codehaus.stax2.XMLStreamReader2
-
Packages that use XMLStreamReader2 Package Description com.ctc.wstx.dom com.ctc.wstx.evt Package contains Woodstox implementation of the StAX event layer; functionality that is built on top of stream readers and writers.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.stax This package contains miscellaneous classes that implement Woodstox.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 XMLStreamReader2 in com.ctc.wstx.dom
Classes in com.ctc.wstx.dom that implement XMLStreamReader2 Modifier and Type Class Description classWstxDOMWrappingReader -
Uses of XMLStreamReader2 in com.ctc.wstx.evt
Constructors in com.ctc.wstx.evt with parameters of type XMLStreamReader2 Constructor Description WstxEventReader(XMLEventAllocator a, XMLStreamReader2 r) -
Uses of XMLStreamReader2 in com.ctc.wstx.sr
Subinterfaces of XMLStreamReader2 in com.ctc.wstx.sr Modifier and Type Interface Description interfaceStreamReaderImplInterface that defines "internal Woodstox API".Classes in com.ctc.wstx.sr that implement XMLStreamReader2 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 XMLStreamReader2 in com.ctc.wstx.stax
Methods in com.ctc.wstx.stax that return XMLStreamReader2 Modifier and Type Method Description XMLStreamReader2WstxInputFactory. createSR(ReaderConfig cfg, SystemId systemId, InputBootstrapper bs, boolean forER, boolean autoCloseInput)XMLStreamReader2WstxInputFactory. createSR(ReaderConfig cfg, String systemId, InputBootstrapper bs, boolean forER, boolean autoCloseInput)Method that is eventually called to create a (full) stream read instance.protected XMLStreamReader2WstxInputFactory. createSR(ReaderConfig cfg, URL src, boolean forER, boolean autoCloseInput)protected XMLStreamReader2WstxInputFactory. createSR(SystemId systemId, InputStream in, String enc, boolean forER, boolean autoCloseInput)protected XMLStreamReader2WstxInputFactory. createSR(SystemId systemId, Reader r, boolean forER, boolean autoCloseInput)protected XMLStreamReader2WstxInputFactory. createSR(File f, boolean forER, boolean autoCloseInput)protected XMLStreamReader2WstxInputFactory. createSR(Source src, boolean forER)Another internal factory method, used when dealing with a generic Source base type.XMLStreamReader2WstxInputFactory. createXMLStreamReader(File f)Convenience factory method that allows for parsing a document stored in the specified file.XMLStreamReader2WstxInputFactory. createXMLStreamReader(URL src) -
Uses of XMLStreamReader2 in com.ctc.wstx.sw
Methods in com.ctc.wstx.sw with parameters of type XMLStreamReader2 Modifier and Type Method Description voidBaseStreamWriter. copyEventFromReader(XMLStreamReader2 sr, boolean preserveEventData)Method that essentially copies event that the specified reader has just read. -
Uses of XMLStreamReader2 in org.codehaus.stax2
Methods in org.codehaus.stax2 that return XMLStreamReader2 Modifier and Type Method Description abstract XMLStreamReader2XMLInputFactory2. createXMLStreamReader(File f)Convenience factory method that allows for parsing a document stored in the specified file.abstract XMLStreamReader2XMLInputFactory2. createXMLStreamReader(URL src)Factory method that allows for parsing a document accessible via specified URL.Methods in org.codehaus.stax2 with parameters of type XMLStreamReader2 Modifier and Type Method Description voidXMLStreamWriter2. copyEventFromReader(XMLStreamReader2 r, boolean preserveEventData)Method that essentially copies event that the specified reader has just read. -
Uses of XMLStreamReader2 in org.codehaus.stax2.ri
Classes in org.codehaus.stax2.ri that implement XMLStreamReader2 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.Fields in org.codehaus.stax2.ri declared as XMLStreamReader2 Modifier and Type Field Description protected XMLStreamReader2Stax2EventReaderImpl. mReaderMethods in org.codehaus.stax2.ri that return XMLStreamReader2 Modifier and Type Method Description static XMLStreamReader2Stax2ReaderAdapter. wrapIfNecessary(XMLStreamReader sr)Method that should be used to add dynamic support forXMLStreamReader2.Methods in org.codehaus.stax2.ri with parameters of type XMLStreamReader2 Modifier and Type Method Description voidStax2WriterAdapter. copyEventFromReader(XMLStreamReader2 sr, boolean preserveEventData)voidStax2WriterImpl. copyEventFromReader(XMLStreamReader2 sr, boolean preserveEventData)Constructors in org.codehaus.stax2.ri with parameters of type XMLStreamReader2 Constructor Description Stax2EventReaderImpl(XMLEventAllocator a, XMLStreamReader2 r) -
Uses of XMLStreamReader2 in org.codehaus.stax2.ri.dom
Classes in org.codehaus.stax2.ri.dom that implement XMLStreamReader2 Modifier and Type Class Description classDOMWrappingReaderThis is an adapter class that presents a DOM document as if it was a regularXMLStreamReader.Methods in org.codehaus.stax2.ri.dom with parameters of type XMLStreamReader2 Modifier and Type Method Description voidDOMWrappingWriter. copyEventFromReader(XMLStreamReader2 r, boolean preserveEventData) -
Uses of XMLStreamReader2 in org.codehaus.stax2.util
Classes in org.codehaus.stax2.util that implement XMLStreamReader2 Modifier and Type Class Description classStreamReader2DelegateFields in org.codehaus.stax2.util declared as XMLStreamReader2 Modifier and Type Field Description protected XMLStreamReader2StreamReader2Delegate. _delegate2Methods in org.codehaus.stax2.util with parameters of type XMLStreamReader2 Modifier and Type Method Description voidStreamWriter2Delegate. copyEventFromReader(XMLStreamReader2 r, boolean preserveEventData)Constructors in org.codehaus.stax2.util with parameters of type XMLStreamReader2 Constructor Description StreamReader2Delegate(XMLStreamReader2 sr)
-