class BEAStreamReaderWrapper extends XMLStreamReaderWrapper implements DelegatingXMLStreamReader
| Modifier and Type | Field and Description |
|---|---|
private int |
depth |
private java.lang.String |
encodingFromStartBytes
The character set encoding as inferred from the start bytes of the stream.
|
| Constructor and Description |
|---|
BEAStreamReaderWrapper(javax.xml.stream.XMLStreamReader parent,
java.lang.String encodingFromStartBytes) |
| 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 |
getText() |
java.lang.String |
getVersion() |
boolean |
isStandalone() |
int |
next() |
boolean |
standaloneSet() |
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getElementText, getEventType, getLocalName, getLocation, getName, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getTextCharacters, getTextCharacters, getTextLength, getTextStart, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStartElement, isWhiteSpace, 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, getTextCharacters, getTextCharacters, getTextLength, getTextStart, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStartElement, isWhiteSpace, nextTag, requireprivate final java.lang.String encodingFromStartBytes
private int depth
public BEAStreamReaderWrapper(javax.xml.stream.XMLStreamReader parent,
java.lang.String encodingFromStartBytes)
public java.lang.String getCharacterEncodingScheme()
getCharacterEncodingScheme in interface javax.xml.stream.XMLStreamReadergetCharacterEncodingScheme 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 int next()
throws javax.xml.stream.XMLStreamException
next in interface javax.xml.stream.XMLStreamReadernext in class XMLStreamReaderWrapperjavax.xml.stream.XMLStreamExceptionpublic java.lang.String getEncoding()
getEncoding in interface javax.xml.stream.XMLStreamReadergetEncoding in class XMLStreamReaderWrapperpublic java.lang.String getText()
getText in interface javax.xml.stream.XMLStreamReadergetText 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