appendChild
public Node appendChild(Node newChild)
throws DOMException
cloneNode
public Node cloneNode(boolean deep)
compareDocumentPosition
public short compareDocumentPosition(Node other)
getAttributes
public NamedNodeMap getAttributes()
getBaseURI
public String getBaseURI()
DOM Level 3
getChildNodes
public NodeList getChildNodes()
getFeature
public Object getFeature(String feature,
String version)
getFirstChild
public Node getFirstChild()
getLastChild
public Node getLastChild()
getLocalName
public String getLocalName()
getNamespaceURI
public String getNamespaceURI()
getNextSibling
public Node getNextSibling()
getNodeName
public String getNodeName()
getNodeType
public short getNodeType()
getNodeValue
public String getNodeValue()
throws DOMException
getOwnerDocument
public Document getOwnerDocument()
getParentNode
public Node getParentNode()
getPrefix
public String getPrefix()
getPreviousSibling
public Node getPreviousSibling()
getTextContent
public String getTextContent()
throws DOMException
getUserData
public Object getUserData(String key)
hasAttributes
public boolean hasAttributes()
hasChildNodes
public boolean hasChildNodes()
insertBefore
public Node insertBefore(Node newChild,
Node refChild)
throws DOMException
isDefaultNamespace
public boolean isDefaultNamespace(String namespaceURI)
isEqualNode
public boolean isEqualNode(Node arg)
isSameNode
public boolean isSameNode(Node other)
isSupported
public boolean isSupported(String feature,
String version)
lookupNamespaceURI
public String lookupNamespaceURI(String prefix)
lookupPrefix
public String lookupPrefix(String namespaceURI)
normalize
public void normalize()
removeChild
public Node removeChild(Node oldChild)
throws DOMException
replaceChild
public Node replaceChild(Node newChild,
Node oldChild)
throws DOMException
setNodeValue
public void setNodeValue(String nodeValue)
throws DOMException
setPrefix
public void setPrefix(String prefix)
throws DOMException
setTextContent
public void setTextContent(String textContent)
throws DOMException
setUserData
public Object setUserData(String key,
Object data,
UserDataHandler handler)