|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--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
|
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Node adaptee
Constructor Detail |
protected DOMNodeImpl(Node adaptee)
Method Detail |
public String getNodeValue() throws DOMException
getNodeValue
in interface Node
DOMException
Node.getNodeValue()
public void setNodeValue(String nodeValue) throws DOMException
setNodeValue
in interface Node
DOMException
Node.setNodeValue(java.lang.String)
public String getNodeName()
getNodeName
in interface Node
Node.getNodeName()
public short getNodeType()
getNodeType
in interface Node
Node.getNodeType()
public Node getParentNode()
getParentNode
in interface Node
Node.getParentNode()
public NodeList getChildNodes()
getChildNodes
in interface Node
Node.getChildNodes()
public Node getFirstChild()
getFirstChild
in interface Node
Node.getFirstChild()
public Node getLastChild()
getLastChild
in interface Node
Node.getLastChild()
public Node getPreviousSibling()
getPreviousSibling
in interface Node
Node.getPreviousSibling()
public Node getNextSibling()
getNextSibling
in interface Node
Node.getNextSibling()
public NamedNodeMap getAttributes()
getAttributes
in interface Node
Node.getAttributes()
public Document getOwnerDocument()
getOwnerDocument
in interface Node
Node.getOwnerDocument()
public Node insertBefore(Node newChild, Node refChild) throws DOMException
insertBefore
in interface Node
DOMException
Node.insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)
public Node replaceChild(Node newChild, Node oldChild) throws DOMException
replaceChild
in interface Node
DOMException
Node.replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)
public Node removeChild(Node oldChild) throws DOMException
removeChild
in interface Node
DOMException
Node.removeChild(org.w3c.dom.Node)
public Node appendChild(Node newChild) throws DOMException
appendChild
in interface Node
DOMException
Node.appendChild(org.w3c.dom.Node)
public boolean hasChildNodes()
hasChildNodes
in interface Node
Node.hasChildNodes()
public Node cloneNode(boolean deep)
cloneNode
in interface Node
Node.cloneNode(boolean)
public void normalize()
normalize
in interface Node
public boolean supports(String feature, String version)
public String getNamespaceURI()
getNamespaceURI
in interface Node
public String getPrefix()
getPrefix
in interface Node
public void setPrefix(String prefix) throws DOMException
setPrefix
in interface Node
DOMException
public String getLocalName()
getLocalName
in interface Node
public boolean isSupported(String feature, String version)
isSupported
in interface Node
public boolean hasAttributes()
hasAttributes
in interface Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |