Uses of Interface
org.codehaus.stax2.DTDInfo
-
Packages that use DTDInfo 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 DTDInfo in org.codehaus.stax2
Methods in org.codehaus.stax2 that return DTDInfo Modifier and Type Method Description DTDInfoXMLStreamReader2. 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 Modifier and Type Class Description 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.Methods in org.codehaus.stax2.ri that return DTDInfo Modifier and Type Method Description DTDInfoStax2ReaderAdapter. getDTDInfo()DTDInfoStax2ReaderImpl. getDTDInfo() -
Uses of DTDInfo in org.codehaus.stax2.ri.dom
Classes in org.codehaus.stax2.ri.dom that implement DTDInfo 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 that return DTDInfo Modifier and Type Method Description DTDInfoDOMWrappingReader. getDTDInfo()Since this class implementsDTDInfo, method can just returnthis. -
Uses of DTDInfo in org.codehaus.stax2.util
Methods in org.codehaus.stax2.util that return DTDInfo Modifier and Type Method Description DTDInfoStreamReader2Delegate. getDTDInfo()
-