Uses of Interface
org.codehaus.stax2.DTDInfo

Packages that use DTDInfo
com.ctc.wstx.dom   
com.ctc.wstx.sr   
com.ctc.wstx.sw   
org.codehaus.stax2   
org.codehaus.stax2.ri   
org.codehaus.stax2.ri.dom   
org.codehaus.stax2.util   
 

Uses of DTDInfo in com.ctc.wstx.dom
 

Classes in com.ctc.wstx.dom that implement DTDInfo
 class WstxDOMWrappingReader
           
 

Uses of DTDInfo in com.ctc.wstx.sr
 

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

Methods in com.ctc.wstx.sr that return DTDInfo
 DTDInfo BasicStreamReader.getDTDInfo()
          Since this class implements DTDInfo, method can just return this.
 

Uses of DTDInfo in com.ctc.wstx.sw
 

Methods in com.ctc.wstx.sw with parameters of type DTDInfo
 void BaseStreamWriter.writeDTD(DTDInfo info)
           
 

Uses of DTDInfo in org.codehaus.stax2
 

Methods in org.codehaus.stax2 that return DTDInfo
 DTDInfo XMLStreamReader2.getDTDInfo()
          Method that can be called to get information about DOCTYPE declaration that the reader is currently pointing to, if the reader has parsed it.
 

Uses of DTDInfo in org.codehaus.stax2.ri
 

Classes in org.codehaus.stax2.ri that implement DTDInfo
 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.
 

Methods in org.codehaus.stax2.ri that return DTDInfo
 DTDInfo Stax2ReaderAdapter.getDTDInfo()
           
 DTDInfo Stax2ReaderImpl.getDTDInfo()
           
 

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

Classes in org.codehaus.stax2.ri.dom that implement DTDInfo
 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 that return DTDInfo
 DTDInfo DOMWrappingReader.getDTDInfo()
          Since this class implements DTDInfo, method can just return this.
 

Uses of DTDInfo in org.codehaus.stax2.util
 

Methods in org.codehaus.stax2.util that return DTDInfo
 DTDInfo StreamReader2Delegate.getDTDInfo()
           
 



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