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) |
getLocalName, getNamespace, getNamespaceURI, getPrefix, getQName, setLocalName
clone, getOMFactory
String getAttributeValue()
null
void setAttributeValue(String value)
value
- String getAttributeType()
CDATA
.void setAttributeType(String value)
value
- void setOMNamespace(OMNamespace omNamespace)
omNamespace
- OMElement getOwner()
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.