class XLXPStreamReaderWrapper extends XMLStreamReaderWrapper implements DelegatingXMLStreamReader
| Constructor and Description |
|---|
XLXPStreamReaderWrapper(javax.xml.stream.XMLStreamReader parent) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.stream.XMLStreamReader |
getParent()
Get the parent stream reader.
|
boolean |
isCharacters() |
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isEndElement, isStandalone, isStartElement, isWhiteSpace, next, nextTag, require, standaloneSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isEndElement, isStandalone, isStartElement, isWhiteSpace, next, nextTag, require, standaloneSetpublic XLXPStreamReaderWrapper(javax.xml.stream.XMLStreamReader parent)
public boolean isCharacters()
isCharacters in interface javax.xml.stream.XMLStreamReaderisCharacters 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