class Woodstox3StreamReaderWrapper extends StAX2StreamReaderWrapper implements DelegatingXMLStreamReader
| Constructor and Description |
|---|
Woodstox3StreamReaderWrapper(javax.xml.stream.XMLStreamReader reader) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCharacterEncodingScheme() |
java.lang.String |
getEncoding() |
javax.xml.namespace.NamespaceContext |
getNamespaceContext() |
javax.xml.stream.XMLStreamReader |
getParent()
Get the parent stream reader.
|
java.lang.String |
getVersion() |
boolean |
isCharacters() |
boolean |
isStandalone() |
boolean |
standaloneSet() |
getProperty, getPublicId, getRootName, getSystemIdclose, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getElementText, getEventType, getLocalName, getLocation, getName, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, hasName, hasNext, hasText, isAttributeSpecified, isEndElement, isStartElement, isWhiteSpace, next, nextTag, requireclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getElementText, getEventType, getLocalName, getLocation, getName, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, hasName, hasNext, hasText, isAttributeSpecified, isEndElement, isStartElement, isWhiteSpace, next, nextTag, requirepublic Woodstox3StreamReaderWrapper(javax.xml.stream.XMLStreamReader reader)
public java.lang.String getCharacterEncodingScheme()
getCharacterEncodingScheme in interface javax.xml.stream.XMLStreamReadergetCharacterEncodingScheme in class XMLStreamReaderWrapperpublic java.lang.String getEncoding()
getEncoding in interface javax.xml.stream.XMLStreamReadergetEncoding in class XMLStreamReaderWrapperpublic java.lang.String getVersion()
getVersion in interface javax.xml.stream.XMLStreamReadergetVersion in class XMLStreamReaderWrapperpublic boolean isStandalone()
isStandalone in interface javax.xml.stream.XMLStreamReaderisStandalone in class XMLStreamReaderWrapperpublic boolean standaloneSet()
standaloneSet in interface javax.xml.stream.XMLStreamReaderstandaloneSet in class XMLStreamReaderWrapperpublic boolean isCharacters()
isCharacters in interface javax.xml.stream.XMLStreamReaderisCharacters in class XMLStreamReaderWrapperpublic javax.xml.namespace.NamespaceContext getNamespaceContext()
getNamespaceContext in interface javax.xml.stream.XMLStreamReadergetNamespaceContext in class XMLStreamReaderWrapperpublic javax.xml.stream.XMLStreamReader getParent()
XMLStreamReaderWrapperDelegatingXMLStreamReader interface to make
this a public method. Note that a corresponding setParent method is
intentionally omitted because XMLStreamReaderWrapper is immutable.getParent in interface DelegatingXMLStreamReadergetParent in class XMLStreamReaderWrapper