public interface OMAttribute extends OMNamedInformationItem
Modifier and Type | Method and Description |
---|---|
String |
getAttributeType()
Get the attribute type.
|
String |
getAttributeValue()
Get the attribute value.
|
OMElement |
getOwner()
Returns the owner element of this attribute
|
void |
setAttributeType(String value) |
void |
setAttributeValue(String value) |
void |
setOMNamespace(OMNamespace omNamespace)
Deprecated.
|
getLocalName, getNamespace, getNamespaceURI, getPrefix, getQName, hasName, setLocalName, setNamespace
clone, getOMFactory
String getAttributeValue()
null
void setAttributeValue(String value)
value
- String getAttributeType()
CDATA
.void setAttributeType(String value)
value
- void setOMNamespace(OMNamespace omNamespace)
OMNamedInformationItem.setNamespace(OMNamespace, boolean)
instead.OMElement getOwner()
Copyright © The Apache Software Foundation. All Rights Reserved.