class StAX2StreamReaderWrapper extends XMLStreamReaderWrapper implements DTDReader
XMLStreamReaderWrapper implementation that exposes the DTDReader extension
based on the DTDInfo defined by "StAX2".| Constructor and Description |
|---|
StAX2StreamReaderWrapper(javax.xml.stream.XMLStreamReader parent) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getProperty(java.lang.String name) |
java.lang.String |
getPublicId()
Get the public ID of the external subset.
|
java.lang.String |
getRootName()
Get the root name of the DTD, i.e.
|
java.lang.String |
getSystemId()
Get the system ID of the external subset.
|
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getParent, getPIData, getPITarget, getPrefix, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, next, nextTag, require, standaloneSetpublic StAX2StreamReaderWrapper(javax.xml.stream.XMLStreamReader parent)
public java.lang.Object getProperty(java.lang.String name)
throws java.lang.IllegalArgumentException
getProperty in interface javax.xml.stream.XMLStreamReadergetProperty in class XMLStreamReaderWrapperjava.lang.IllegalArgumentExceptionpublic java.lang.String getRootName()
DTDReadergetRootName in interface DTDReadernullpublic java.lang.String getPublicId()
DTDReadergetPublicId in interface DTDReadernull if there is no external subset or no public ID
has been specified for the external subsetpublic java.lang.String getSystemId()
DTDReadergetSystemId in interface DTDReadernull if there is no external subset