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, standaloneSetQName getXsiType()
boolean isXsiNil()
int getDepth()
int getElementAsInt()
throws XMLStreamException
XMLStreamExceptiondouble getElementAsDouble()
throws XMLStreamException
XMLStreamExceptionshort getElementAsShort()
throws XMLStreamException
XMLStreamExceptionfloat getElementAsFloat()
throws XMLStreamException
XMLStreamExceptionlong getElementAsLong()
throws XMLStreamException
XMLStreamExceptionboolean getElementAsBoolean()
throws XMLStreamException
XMLStreamExceptionbyte getElementAsByte()
throws XMLStreamException
XMLStreamExceptionString getElementAsString() throws XMLStreamException
XMLStreamExceptionElement getElementAsDomElement() throws XMLStreamException
XMLStreamExceptionQName getElementAsQName() throws XMLStreamException
XMLStreamExceptionQName getAsQName(String val) throws XMLStreamException
XMLStreamExceptionIterable<String> getElementAsXmlList() throws XMLStreamException
XMLStreamExceptionint nextTagIgnoreAll()
throws XMLStreamException
XMLStreamExceptionIterable<Attribute> getAttributes()
Iterable<XoXMLStreamReader> getChildElements()
RuntimeXMLStreamException - if a XMLStreamException occured
while advancing to the first childIterable<XoXMLStreamReader> getMixedChildElements()
Copyright © 2007–2021. All rights reserved.