public interface XoXMLStreamReader extends XMLStreamReader
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Modifier and Type | Method and Description |
---|---|
QName |
getAsQName(String val) |
Iterable<Attribute> |
getAttributes()
Returns an iterator over the attributes of the current element.
|
Iterable<XoXMLStreamReader> |
getChildElements()
Returns an iterator over the child elements of the current element.
|
int |
getDepth() |
boolean |
getElementAsBoolean() |
byte |
getElementAsByte() |
Element |
getElementAsDomElement() |
double |
getElementAsDouble() |
float |
getElementAsFloat() |
int |
getElementAsInt() |
long |
getElementAsLong() |
QName |
getElementAsQName() |
short |
getElementAsShort() |
String |
getElementAsString() |
Iterable<String> |
getElementAsXmlList() |
Iterable<XoXMLStreamReader> |
getMixedChildElements() |
QName |
getXsiType() |
boolean |
isXsiNil() |
int |
nextTagIgnoreAll() |
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, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, next, nextTag, require, standaloneSet
QName getXsiType()
boolean isXsiNil()
int getDepth()
int getElementAsInt() throws XMLStreamException
XMLStreamException
double getElementAsDouble() throws XMLStreamException
XMLStreamException
short getElementAsShort() throws XMLStreamException
XMLStreamException
float getElementAsFloat() throws XMLStreamException
XMLStreamException
long getElementAsLong() throws XMLStreamException
XMLStreamException
boolean getElementAsBoolean() throws XMLStreamException
XMLStreamException
byte getElementAsByte() throws XMLStreamException
XMLStreamException
String getElementAsString() throws XMLStreamException
XMLStreamException
Element getElementAsDomElement() throws XMLStreamException
XMLStreamException
QName getElementAsQName() throws XMLStreamException
XMLStreamException
QName getAsQName(String val) throws XMLStreamException
XMLStreamException
Iterable<String> getElementAsXmlList() throws XMLStreamException
XMLStreamException
int nextTagIgnoreAll() throws XMLStreamException
XMLStreamException
Iterable<Attribute> getAttributes()
Iterable<XoXMLStreamReader> getChildElements()
RuntimeXMLStreamException
- if a XMLStreamException occured
while advancing to the first childIterable<XoXMLStreamReader> getMixedChildElements()
Copyright © 2007–2019. All rights reserved.