public interface Attribute
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanValue() |
byte |
getByteValue() |
double |
getDoubleValue() |
float |
getFloatValue() |
int |
getIndex()
Returns the index of the current attribute in the XoXMLStreamREader.
|
int |
getIntValue() |
String |
getLocalName()
Returns the local name of the current attribute.
|
long |
getLongValue() |
QName |
getName()
Returns the QName of the current attribute.
|
String |
getNamespace()
Returns the namespace of the current attribute.
|
String |
getPrefix()
Returns the namespace prefix of the current attribute.
|
XoXMLStreamReader |
getReader()
Returns the XoXMLStreamReader;
|
short |
getShortValue() |
String |
getType()
Returns the type of the current attribute.
|
String |
getValue()
Returns the value of the current attribute.
|
Iterable<String> |
getXmlListValue() |
QName getName()
IllegalStateException
- if the XoXMLStreamReader
is not in START_ELEMENT or ATTRIBUTE stateString getLocalName()
IllegalStateException
- if the XoXMLStreamReader
is not in START_ELEMENT or ATTRIBUTE stateString getNamespace()
IllegalStateException
- if the XoXMLStreamReader
is not in START_ELEMENT or ATTRIBUTE stateString getPrefix()
IllegalStateException
- if the XoXMLStreamReader
is not in START_ELEMENT or ATTRIBUTE stateString getType()
IllegalStateException
- if the XoXMLStreamReader
is not in START_ELEMENT or ATTRIBUTE stateString getValue()
IllegalStateException
- if the XoXMLStreamReader
is not in START_ELEMENT or ATTRIBUTE stateboolean getBooleanValue()
byte getByteValue()
short getShortValue()
int getIntValue()
long getLongValue()
float getFloatValue()
double getDoubleValue()
int getIndex()
XoXMLStreamReader getReader()
Copyright © 2007–2017. All rights reserved.