Methods Summary |
---|
public org.w3c.dom.Node | appendChild(org.w3c.dom.Node newChild)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public org.w3c.dom.Node | cloneNode(boolean deep)
return null;
|
public short | compareDocumentPosition(org.w3c.dom.Node other)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public org.w3c.dom.NamedNodeMap | getAttributes()
return null;
|
public java.lang.String | getBaseURI()DOM Level 3
return null;
|
public org.w3c.dom.NodeList | getChildNodes()
return null;
|
public java.lang.Object | getFeature(java.lang.String feature, java.lang.String version)
return null;
|
public org.w3c.dom.Node | getFirstChild()
return null;
|
public org.w3c.dom.Node | getLastChild()
return null;
|
public java.lang.String | getLocalName()
return null;
|
public java.lang.String | getNamespaceURI()
return null;
|
public org.w3c.dom.Node | getNextSibling()
return null;
|
public java.lang.String | getNodeName()
return null;
|
public short | getNodeType()
return -1;
|
public java.lang.String | getNodeValue()
return null;
|
public org.w3c.dom.Document | getOwnerDocument()
return null;
|
public org.w3c.dom.Node | getParentNode()
return null;
|
public java.lang.String | getPrefix()
return null;
|
public org.w3c.dom.Node | getPreviousSibling()
return null;
|
public java.lang.String | getTextContent()
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public java.lang.Object | getUserData(java.lang.String key)
return null;
|
public boolean | hasAttributes()
return false;
|
public boolean | hasChildNodes()
return false;
|
public org.w3c.dom.Node | insertBefore(org.w3c.dom.Node newChild, org.w3c.dom.Node refChild)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public boolean | isDefaultNamespace(java.lang.String namespaceURI)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public boolean | isEqualNode(org.w3c.dom.Node arg)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public boolean | isSameNode(org.w3c.dom.Node other)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public boolean | isSupported(java.lang.String feature, java.lang.String version)
return false;
|
public java.lang.String | lookupNamespaceURI(java.lang.String prefix)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public java.lang.String | lookupPrefix(java.lang.String namespaceURI)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public void | normalize()
|
public org.w3c.dom.Node | removeChild(org.w3c.dom.Node oldChild)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public org.w3c.dom.Node | replaceChild(org.w3c.dom.Node newChild, org.w3c.dom.Node oldChild)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public void | setNodeValue(java.lang.String nodeValue)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public void | setPrefix(java.lang.String prefix)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public void | setTextContent(java.lang.String textContent)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|
public java.lang.Object | setUserData(java.lang.String key, java.lang.Object data, org.w3c.dom.UserDataHandler handler)
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
|