public final class XoXMLStreamReaderImpl.AttributeImpl extends Object implements Attribute
| Constructor and Description |
|---|
AttributeImpl(org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributesIterator attributesIterator) |
| 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() |
public AttributeImpl(org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributesIterator attributesIterator)
public QName getName()
Attributepublic String getLocalName()
AttributegetLocalName in interface Attributepublic String getNamespace()
AttributegetNamespace in interface Attributepublic String getPrefix()
Attributepublic String getType()
Attributepublic String getValue()
Attributepublic boolean getBooleanValue()
getBooleanValue in interface Attributepublic byte getByteValue()
getByteValue in interface Attributepublic short getShortValue()
getShortValue in interface Attributepublic int getIntValue()
getIntValue in interface Attributepublic long getLongValue()
getLongValue in interface Attributepublic float getFloatValue()
getFloatValue in interface Attributepublic double getDoubleValue()
getDoubleValue in interface Attributepublic Iterable<String> getXmlListValue()
getXmlListValue in interface Attributepublic int getIndex()
Attributepublic XoXMLStreamReader getReader()
AttributeCopyright © 2007–2021. All rights reserved.