public class XMLStreamPartialReaderWrapper extends XMLStreamReaderWrapper
readerATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Constructor and Description |
|---|
XMLStreamPartialReaderWrapper(XMLStreamReader xmlStreamReader) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType() |
boolean |
hasNext() |
int |
next() |
int |
nextTag() |
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, require, standaloneSetpublic XMLStreamPartialReaderWrapper(XMLStreamReader xmlStreamReader)
public int next()
throws XMLStreamException
next in interface XMLStreamReadernext in class XMLStreamReaderWrapperXMLStreamExceptionpublic int nextTag()
throws XMLStreamException
nextTag in interface XMLStreamReadernextTag in class XMLStreamReaderWrapperXMLStreamExceptionpublic int getEventType()
getEventType in interface XMLStreamReadergetEventType in class XMLStreamReaderWrapperpublic boolean hasNext()
throws XMLStreamException
hasNext in interface XMLStreamReaderhasNext in class XMLStreamReaderWrapperXMLStreamExceptionCopyright © 2022 NorStella. All rights reserved.