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