|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.w3c.tidy.DOMNodeImpl
DOMNodeImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000
Field Summary | |
protected Node |
adaptee
|
Constructor Summary | |
protected |
DOMNodeImpl(Node adaptee)
|
Method Summary | |
Node |
appendChild(Node newChild)
|
Node |
cloneNode(boolean deep)
|
NamedNodeMap |
getAttributes()
|
NodeList |
getChildNodes()
|
Node |
getFirstChild()
|
Node |
getLastChild()
|
String |
getLocalName()
DOM2 - not implemented. |
String |
getNamespaceURI()
DOM2 - not implemented. |
Node |
getNextSibling()
|
String |
getNodeName()
|
short |
getNodeType()
|
String |
getNodeValue()
|
Document |
getOwnerDocument()
|
Node |
getParentNode()
|
String |
getPrefix()
DOM2 - not implemented. |
Node |
getPreviousSibling()
|
boolean |
hasAttributes()
DOM2 - @see org.w3c.dom.Node#hasAttributes contributed by dlp@users.sourceforge.net |
boolean |
hasChildNodes()
|
Node |
insertBefore(Node newChild,
Node refChild)
|
boolean |
isSupported(String feature,
String version)
DOM2 - not implemented. |
void |
normalize()
DOM2 - not implemented. |
Node |
removeChild(Node oldChild)
|
Node |
replaceChild(Node newChild,
Node oldChild)
|
void |
setNodeValue(String nodeValue)
|
void |
setPrefix(String prefix)
DOM2 - not implemented. |
boolean |
supports(String feature,
String version)
DOM2 - not implemented. |
Field Detail |
protected Node adaptee
Constructor Detail |
protected DOMNodeImpl(Node adaptee)
Method Detail |
public String getNodeValue() throws DOMException
org.w3c.dom.Node#getNodeValue
public void setNodeValue(String nodeValue) throws DOMException
org.w3c.dom.Node#setNodeValue
public String getNodeName()
org.w3c.dom.Node#getNodeName
public short getNodeType()
org.w3c.dom.Node#getNodeType
public Node getParentNode()
org.w3c.dom.Node#getParentNode
public NodeList getChildNodes()
org.w3c.dom.Node#getChildNodes
public Node getFirstChild()
org.w3c.dom.Node#getFirstChild
public Node getLastChild()
org.w3c.dom.Node#getLastChild
public Node getPreviousSibling()
org.w3c.dom.Node#getPreviousSibling
public Node getNextSibling()
org.w3c.dom.Node#getNextSibling
public NamedNodeMap getAttributes()
org.w3c.dom.Node#getAttributes
public Document getOwnerDocument()
org.w3c.dom.Node#getOwnerDocument
public Node insertBefore(Node newChild, Node refChild) throws DOMException
org.w3c.dom.Node#insertBefore
public Node replaceChild(Node newChild, Node oldChild) throws DOMException
org.w3c.dom.Node#replaceChild
public Node removeChild(Node oldChild) throws DOMException
org.w3c.dom.Node#removeChild
public Node appendChild(Node newChild) throws DOMException
org.w3c.dom.Node#appendChild
public boolean hasChildNodes()
org.w3c.dom.Node#hasChildNodes
public Node cloneNode(boolean deep)
org.w3c.dom.Node#cloneNode
public void normalize()
public boolean supports(String feature, String version)
public String getNamespaceURI()
public String getPrefix()
public void setPrefix(String prefix) throws DOMException
public String getLocalName()
public boolean isSupported(String feature, String version)
public boolean hasAttributes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |