com.envoisolutions.sxc.util
Class XoXMLStreamReaderImpl.AttributeImpl

java.lang.Object
  extended by com.envoisolutions.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
All Implemented Interfaces:
Attribute
Enclosing class:
XoXMLStreamReaderImpl

public final class XoXMLStreamReaderImpl.AttributeImpl
extends java.lang.Object
implements Attribute


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

XoXMLStreamReaderImpl.AttributeImpl

public XoXMLStreamReaderImpl.AttributeImpl(com.envoisolutions.sxc.util.XoXMLStreamReaderImpl.AttributesIterator attributesIterator)
Method Detail

getName

public javax.xml.namespace.QName getName()
Description copied from interface: Attribute
Returns the QName of the current attribute.

Specified by:
getName in interface Attribute
Returns:
the QName of the current attribute

getLocalName

public java.lang.String getLocalName()
Description copied from interface: Attribute
Returns the local name of the current attribute.

Specified by:
getLocalName in interface Attribute
Returns:
the local name of the current attribute

getNamespace

public java.lang.String getNamespace()
Description copied from interface: Attribute
Returns the namespace of the current attribute.

Specified by:
getNamespace in interface Attribute
Returns:
the namespace of the current attribute

getPrefix

public java.lang.String getPrefix()
Description copied from interface: Attribute
Returns the namespace prefix of the current attribute.

Specified by:
getPrefix in interface Attribute
Returns:
the namespace prefix of the current attribute

getType

public java.lang.String getType()
Description copied from interface: Attribute
Returns the type of the current attribute.

Specified by:
getType in interface Attribute
Returns:
the type of the current attribute

getValue

public java.lang.String getValue()
Description copied from interface: Attribute
Returns the value of the current attribute.

Specified by:
getValue in interface Attribute
Returns:
the value of the current attribute

getBooleanValue

public boolean getBooleanValue()
Specified by:
getBooleanValue in interface Attribute

getByteValue

public byte getByteValue()
Specified by:
getByteValue in interface Attribute

getShortValue

public short getShortValue()
Specified by:
getShortValue in interface Attribute

getIntValue

public int getIntValue()
Specified by:
getIntValue in interface Attribute

getLongValue

public long getLongValue()
Specified by:
getLongValue in interface Attribute

getFloatValue

public float getFloatValue()
Specified by:
getFloatValue in interface Attribute

getDoubleValue

public double getDoubleValue()
Specified by:
getDoubleValue in interface Attribute

getXmlListValue

public java.lang.Iterable<java.lang.String> getXmlListValue()
Specified by:
getXmlListValue in interface Attribute

getIndex

public int getIndex()
Description copied from interface: Attribute
Returns the index of the current attribute in the XoXMLStreamREader.

Specified by:
getIndex in interface Attribute
Returns:
the index of the current attribute

getReader

public XoXMLStreamReader getReader()
Description copied from interface: Attribute
Returns the XoXMLStreamReader;

Specified by:
getReader in interface Attribute
Returns:
the XoXMLStreamReader


Copyright © 2007-2008 Envoi Solutions LLC. All Rights Reserved.