org.odata4j.stax2.staximpl
Class StaxXMLFactoryProvider2.StaxStartElement2

java.lang.Object
  extended by org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2.StaxStartElement2
All Implemented Interfaces:
StartElement2
Enclosing class:
StaxXMLFactoryProvider2

public static class StaxXMLFactoryProvider2.StaxStartElement2
extends Object
implements StartElement2


Field Summary
 StartElement real
           
 
Constructor Summary
StaxXMLFactoryProvider2.StaxStartElement2(StartElement real)
           
 
Method Summary
 Attribute2 getAttributeByName(QName2 name)
           
 Attribute2 getAttributeByName(String name)
           
 Enumerable<Attribute2> getAttributes()
           
 QName2 getName()
           
 Enumerable<Namespace2> getNamespaces()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

real

public final StartElement real
Constructor Detail

StaxXMLFactoryProvider2.StaxStartElement2

public StaxXMLFactoryProvider2.StaxStartElement2(StartElement real)
Method Detail

getAttributeByName

public Attribute2 getAttributeByName(QName2 name)
Specified by:
getAttributeByName in interface StartElement2

getAttributeByName

public Attribute2 getAttributeByName(String name)
Specified by:
getAttributeByName in interface StartElement2

getAttributes

public Enumerable<Attribute2> getAttributes()
Specified by:
getAttributes in interface StartElement2

getName

public QName2 getName()
Specified by:
getName in interface StartElement2

getNamespaces

public Enumerable<Namespace2> getNamespaces()
Specified by:
getNamespaces in interface StartElement2


http://odata4j.org