org.odata4j.stax2.util
Class InMemoryAttributes

java.lang.Object
  extended by org.odata4j.stax2.util.InMemoryAttributes

public class InMemoryAttributes
extends Object


Constructor Summary
InMemoryAttributes()
           
 
Method Summary
 Attribute2 getAttributeByName(QName2 name)
           
 Attribute2 getAttributeByName(String name)
           
 Enumerable<Attribute2> getAttributes()
           
 void put(String namespaceUri, String name, String prefix, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryAttributes

public InMemoryAttributes()
Method Detail

getAttributeByName

public Attribute2 getAttributeByName(QName2 name)

getAttributeByName

public Attribute2 getAttributeByName(String name)

getAttributes

public Enumerable<Attribute2> getAttributes()

put

public void put(String namespaceUri,
                String name,
                String prefix,
                String value)


http://odata4j.org