Uses of Interface
org.codehaus.stax2.XMLStreamReader2

Packages that use XMLStreamReader2
com.ctc.wstx.dom   
com.ctc.wstx.evt   
com.ctc.wstx.sr   
com.ctc.wstx.stax   
com.ctc.wstx.sw   
org.codehaus.stax2   
org.codehaus.stax2.ri   
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
 class WstxDOMWrappingReader
           
 

Uses of XMLStreamReader2 in com.ctc.wstx.evt
 

Constructors in com.ctc.wstx.evt with parameters of type XMLStreamReader2
WstxEventReader(XMLEventAllocator a, XMLStreamReader2 r)
           
 

Uses of XMLStreamReader2 in com.ctc.wstx.sr
 

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

Classes in com.ctc.wstx.sr that implement XMLStreamReader2
 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 XMLStreamReader2 in com.ctc.wstx.stax
 

Methods in com.ctc.wstx.stax that return XMLStreamReader2
protected  XMLStreamReader2 WstxInputFactory.createSR(File f, boolean forER, boolean autoCloseInput)
           
 XMLStreamReader2 WstxInputFactory.createSR(ReaderConfig cfg, String systemId, InputBootstrapper bs, boolean forER, boolean autoCloseInput)
          Method that is eventually called to create a (full) stream read instance.
protected  XMLStreamReader2 WstxInputFactory.createSR(ReaderConfig cfg, URL src, boolean forER, boolean autoCloseInput)
           
protected  XMLStreamReader2 WstxInputFactory.createSR(Source src, boolean forER)
          Another internal factory method, used when dealing with a generic Source base type.
protected  XMLStreamReader2 WstxInputFactory.createSR(String systemId, InputStream in, String enc, boolean forER, boolean autoCloseInput)
           
protected  XMLStreamReader2 WstxInputFactory.createSR(String systemId, Reader r, boolean forER, boolean autoCloseInput)
           
 XMLStreamReader2 WstxInputFactory.createXMLStreamReader(File f)
          Convenience factory method that allows for parsing a document stored in the specified file.
 XMLStreamReader2 WstxInputFactory.createXMLStreamReader(URL src)
           
 

Uses of XMLStreamReader2 in com.ctc.wstx.sw
 

Methods in com.ctc.wstx.sw with parameters of type XMLStreamReader2
 void BaseStreamWriter.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
abstract  XMLStreamReader2 XMLInputFactory2.createXMLStreamReader(File f)
          Convenience factory method that allows for parsing a document stored in the specified file.
abstract  XMLStreamReader2 XMLInputFactory2.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
 void XMLStreamWriter2.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
 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.
 

Fields in org.codehaus.stax2.ri declared as XMLStreamReader2
protected  XMLStreamReader2 Stax2EventReaderImpl.mReader
           
 

Methods in org.codehaus.stax2.ri that return XMLStreamReader2
static XMLStreamReader2 Stax2ReaderAdapter.wrapIfNecessary(XMLStreamReader sr)
          Method that should be used to add dynamic support for XMLStreamReader2.
 

Methods in org.codehaus.stax2.ri with parameters of type XMLStreamReader2
 void Stax2WriterAdapter.copyEventFromReader(XMLStreamReader2 sr, boolean preserveEventData)
           
 void Stax2WriterImpl.copyEventFromReader(XMLStreamReader2 sr, boolean preserveEventData)
           
 

Constructors in org.codehaus.stax2.ri with parameters of type XMLStreamReader2
Stax2EventReaderImpl(XMLEventAllocator a, XMLStreamReader2 r)
           
 

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

Classes in org.codehaus.stax2.ri.dom that implement XMLStreamReader2
 class DOMWrappingReader
          This is an adapter class that presents a DOM document as if it was a regular XMLStreamReader.
 

Methods in org.codehaus.stax2.ri.dom with parameters of type XMLStreamReader2
 void DOMWrappingWriter.copyEventFromReader(XMLStreamReader2 r, boolean preserveEventData)
           
 

Uses of XMLStreamReader2 in org.codehaus.stax2.util
 

Classes in org.codehaus.stax2.util that implement XMLStreamReader2
 class StreamReader2Delegate
           
 

Fields in org.codehaus.stax2.util declared as XMLStreamReader2
protected  XMLStreamReader2 StreamReader2Delegate.mDelegate2
           
 

Methods in org.codehaus.stax2.util with parameters of type XMLStreamReader2
 void StreamWriter2Delegate.copyEventFromReader(XMLStreamReader2 r, boolean preserveEventData)
           
 

Constructors in org.codehaus.stax2.util with parameters of type XMLStreamReader2
StreamReader2Delegate(XMLStreamReader2 sr)
           
 



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