org.apache.axiom.om
Interface OMAttribute


public interface OMAttribute

Interface OMAttribute


Method Summary
 java.lang.String getAttributeValue()
           
 java.lang.String getLocalName()
           
 OMNamespace getNamespace()
           
 OMFactory getOMFactory()
          Returns the OMFactory that created this object
 javax.xml.namespace.QName getQName()
           
 void setAttributeValue(java.lang.String value)
           
 void setLocalName(java.lang.String localName)
           
 void setOMNamespace(OMNamespace omNamespace)
           
 

Method Detail

getLocalName

public java.lang.String getLocalName()
Returns:
Returns localName.

setLocalName

public void setLocalName(java.lang.String localName)
Parameters:
localName -

getAttributeValue

public java.lang.String getAttributeValue()
Returns:
Returns String.

setAttributeValue

public void setAttributeValue(java.lang.String value)
Parameters:
value -

setOMNamespace

public void setOMNamespace(OMNamespace omNamespace)
Parameters:
omNamespace -

getNamespace

public OMNamespace getNamespace()
Returns:
Returns OMNamespace.

getQName

public javax.xml.namespace.QName getQName()
Returns:
Returns javax.xml.namespace.QName

getOMFactory

public OMFactory getOMFactory()
Returns the OMFactory that created this object



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.