Uses of Interface
org.codehaus.stax2.XMLStreamReader2
-
Packages that use XMLStreamReader2 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 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)
-