|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.envoisolutions.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
public final class XoXMLStreamReaderImpl.AttributeImpl
| Constructor Summary | |
|---|---|
XoXMLStreamReaderImpl.AttributeImpl(com.envoisolutions.sxc.util.XoXMLStreamReaderImpl.AttributesIterator attributesIterator)
|
|
| Method Summary | |
|---|---|
boolean |
getBooleanValue()
|
byte |
getByteValue()
|
double |
getDoubleValue()
|
float |
getFloatValue()
|
int |
getIndex()
Returns the index of the current attribute in the XoXMLStreamREader. |
int |
getIntValue()
|
java.lang.String |
getLocalName()
Returns the local name of the current attribute. |
long |
getLongValue()
|
javax.xml.namespace.QName |
getName()
Returns the QName of the current attribute. |
java.lang.String |
getNamespace()
Returns the namespace of the current attribute. |
java.lang.String |
getPrefix()
Returns the namespace prefix of the current attribute. |
XoXMLStreamReader |
getReader()
Returns the XoXMLStreamReader; |
short |
getShortValue()
|
java.lang.String |
getType()
Returns the type of the current attribute. |
java.lang.String |
getValue()
Returns the value of the current attribute. |
java.lang.Iterable<java.lang.String> |
getXmlListValue()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XoXMLStreamReaderImpl.AttributeImpl(com.envoisolutions.sxc.util.XoXMLStreamReaderImpl.AttributesIterator attributesIterator)
| Method Detail |
|---|
public javax.xml.namespace.QName getName()
Attribute
getName in interface Attributepublic java.lang.String getLocalName()
Attribute
getLocalName in interface Attributepublic java.lang.String getNamespace()
Attribute
getNamespace in interface Attributepublic java.lang.String getPrefix()
Attribute
getPrefix in interface Attributepublic java.lang.String getType()
Attribute
getType in interface Attributepublic java.lang.String getValue()
Attribute
getValue in interface 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 java.lang.Iterable<java.lang.String> getXmlListValue()
getXmlListValue in interface Attributepublic int getIndex()
Attribute
getIndex in interface Attributepublic XoXMLStreamReader getReader()
Attribute
getReader in interface Attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||