public interface AttributeExtensible
Modifier and Type | Method and Description |
---|---|
XMLAttr |
getExtensionAttribute(QName attrType)
Return the extension attribute with this QName.
|
XMLAttr[] |
getExtensionAttributes()
Return all extension attributes.
|
XMLAttr[] |
getExtensionAttributesForNamespace(URI namespace)
Return the extension attributes from this namespace.
|
boolean |
hasExtensionAttributesForNamespace(URI namespace)
Return true if the implementor has extension attributes belonging to this namespace,
otherwise false.
|
void |
setExtensionAttribute(QName attrType,
XMLAttr attr)
Store the extension attribute object identified by the QName.
|
void setExtensionAttribute(QName attrType, XMLAttr attr)
XMLAttr getExtensionAttribute(QName attrType)
XMLAttr[] getExtensionAttributesForNamespace(URI namespace)
XMLAttr[] getExtensionAttributes()
boolean hasExtensionAttributesForNamespace(URI namespace)
Copyright © 2005–2014 Apache Software Foundation. All rights reserved.