public interface OMAttribute extends OMNamedInformationItem
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeType()
Get the attribute type.
|
java.lang.String |
getAttributeValue()
Get the attribute value.
|
OMElement |
getOwner()
Returns the owner element of this attribute
|
void |
setAttributeType(java.lang.String value) |
void |
setAttributeValue(java.lang.String value) |
void |
setOMNamespace(OMNamespace omNamespace) |
getLocalName, getNamespace, getNamespaceURI, getPrefix, getQName, setLocalNameclone, getOMFactoryjava.lang.String getAttributeValue()
null
void setAttributeValue(java.lang.String value)
value - java.lang.String getAttributeType()
CDATA.void setAttributeType(java.lang.String value)
value - void setOMNamespace(OMNamespace omNamespace)
omNamespace - OMElement getOwner()