org.apache.axiom.om
Interface OMAttribute

All Known Implementing Classes:
AttrImpl, OMAttributeImpl

public interface OMAttribute

Interface OMAttribute


Method Summary
 String getAttributeType()
           
 String getAttributeValue()
           
 String getLocalName()
           
 OMNamespace getNamespace()
           
 OMFactory getOMFactory()
          Returns the OMFactory that created this object
 OMElement getOwner()
          Returns the owner element of this attribute
 javax.xml.namespace.QName getQName()
           
 void setAttributeType(String value)
           
 void setAttributeValue(String value)
           
 void setLocalName(String localName)
           
 void setOMNamespace(OMNamespace omNamespace)
           
 

Method Detail

getLocalName

String getLocalName()
Returns:
Returns localName.

setLocalName

void setLocalName(String localName)
Parameters:
localName -

getAttributeValue

String getAttributeValue()
Returns:
Returns String.

setAttributeValue

void setAttributeValue(String value)
Parameters:
value -

getAttributeType

String getAttributeType()
Returns:
Returns String.

setAttributeType

void setAttributeType(String value)
Parameters:
value -

setOMNamespace

void setOMNamespace(OMNamespace omNamespace)
Parameters:
omNamespace -

getNamespace

OMNamespace getNamespace()
Returns:
Returns OMNamespace.

getQName

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

getOMFactory

OMFactory getOMFactory()
Returns the OMFactory that created this object


getOwner

OMElement getOwner()
Returns the owner element of this attribute

Returns:
OMElement - The owner element


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.