public class AttributeExtensibleImpl extends Object implements AttributeExtensible
| Constructor and Description |
|---|
AttributeExtensibleImpl() |
| 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.
|
public void setExtensionAttribute(QName attrType, XMLAttr attr)
AttributeExtensiblesetExtensionAttribute in interface AttributeExtensiblepublic XMLAttr getExtensionAttribute(QName attrType)
AttributeExtensiblegetExtensionAttribute in interface AttributeExtensiblepublic XMLAttr[] getExtensionAttributesForNamespace(URI namespace)
AttributeExtensiblegetExtensionAttributesForNamespace in interface AttributeExtensiblepublic XMLAttr[] getExtensionAttributes()
AttributeExtensiblegetExtensionAttributes in interface AttributeExtensiblepublic boolean hasExtensionAttributesForNamespace(URI namespace)
AttributeExtensiblehasExtensionAttributesForNamespace in interface AttributeExtensibleCopyright © 2005–2019 Apache Software Foundation. All rights reserved.