public interface OMAttribute
Modifier and Type | Method and Description |
---|---|
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
|
QName |
getQName() |
void |
setAttributeType(String value) |
void |
setAttributeValue(String value) |
void |
setLocalName(String localName) |
void |
setOMNamespace(OMNamespace omNamespace) |
String getLocalName()
void setLocalName(String localName)
localName
- String getAttributeValue()
void setAttributeValue(String value)
value
- String getAttributeType()
void setAttributeType(String value)
value
- void setOMNamespace(OMNamespace omNamespace)
omNamespace
- OMNamespace getNamespace()
QName getQName()
OMFactory getOMFactory()
OMElement getOwner()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.