A class representing a node in a meta-data tree, which implements
the
org.w3c.dom.Element interface and additionally allows
for the storage of non-textual objects via the
getUserObject and setUserObject methods.
public NodeList
getElementsByTagNameNS
(String namespaceURI, String localName)
[Specified in Element]
getElementsByTagName(localName).
public String
getNamespaceURI
()
throws
DOMException
null, since namespaces are not supported.
public boolean
hasAttributeNS
(String namespaceURI, String localName)
[Specified in Element]
hasAttribute(localName).
public void
removeAttributeNS
(String namespaceURI, String localName)
[Specified in Element]
removeAttribute(localName).
public void
setAttributeNS
(String namespaceURI, String qualifiedName, String value)
[Specified in Element]
public void
setIdAttributeNode
(Attr idAttr, boolean isId)
throws
DOMException
[Specified in Element]
public void
setIdAttributeNS
(String namespaceURI, String localName, boolean isId)
throws
DOMException
[Specified in Element]
publicfinalstatic
short CDATA_SECTION_NODE
= "4"
[Inherited From Element]
CDATASection.
publicfinalstatic
short DOCUMENT_FRAGMENT_NODE
= "11"
[Inherited From Element]
DocumentFragment.
publicfinalstatic
short DOCUMENT_POSITION_FOLLOWING
= "4"
[Inherited From Element]
publicfinalstatic
short DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
= "32"
[Inherited From Element]
publicfinalstatic
short DOCUMENT_POSITION_PRECEDING
= "2"
[Inherited From Element]
publicfinalstatic
short DOCUMENT_TYPE_NODE
= "10"
[Inherited From Element]
DocumentType.
publicfinalstatic
short ENTITY_REFERENCE_NODE
= "5"
[Inherited From Element]
EntityReference.
publicfinalstatic
short PROCESSING_INSTRUCTION_NODE
= "7"
[Inherited From Element]
ProcessingInstruction.