public class PartialXMLStreamReader extends DepthXMLStreamReader
reader
ATTRIBUTE, 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 |
---|
PartialXMLStreamReader(XMLStreamReader r,
QName endTag) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
boolean |
hasNext() |
int |
next() |
close, equals, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getDepth, getElementText, getEncoding, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getReader, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hashCode, hasName, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, nextTag, require, standaloneSet, toString
public PartialXMLStreamReader(XMLStreamReader r, QName endTag)
public int next() throws XMLStreamException
next
in interface XMLStreamReader
next
in class DepthXMLStreamReader
XMLStreamException
public int getEventType()
getEventType
in interface XMLStreamReader
getEventType
in class DepthXMLStreamReader
public boolean hasNext()
hasNext
in interface XMLStreamReader
hasNext
in class DepthXMLStreamReader
Apache CXF