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()
Attribute
public String getLocalName()
Attribute
getLocalName
in interface Attribute
public String getNamespace()
Attribute
getNamespace
in interface Attribute
public String getPrefix()
Attribute
public String getType()
Attribute
public String getValue()
Attribute
public boolean getBooleanValue()
getBooleanValue
in interface Attribute
public byte getByteValue()
getByteValue
in interface Attribute
public short getShortValue()
getShortValue
in interface Attribute
public int getIntValue()
getIntValue
in interface Attribute
public long getLongValue()
getLongValue
in interface Attribute
public float getFloatValue()
getFloatValue
in interface Attribute
public double getDoubleValue()
getDoubleValue
in interface Attribute
public Iterable<String> getXmlListValue()
getXmlListValue
in interface Attribute
public int getIndex()
Attribute
public XoXMLStreamReader getReader()
Attribute
Copyright © 2007–2015. All rights reserved.