Node « org.w3c.dom « Java by API






1.Node.CDATA_SECTION_NODE
2.Node.COMMENT_NODE
3.Node.DOCUMENT_FRAGMENT_NODE
4.Node.DOCUMENT_NODE
5.Node.DOCUMENT_TYPE_NODE
6.Node.ELEMENT_NODE
7.Node.ENTITY_NODE
8.Node.ENTITY_REFERENCE_NODE
9.Node.NOTATION_NODE








10.Node.PROCESSING_INSTRUCTION_NODE
11.Node.TEXT_NODE
12.Node: appendChild(Node newChild)
13.Node: getChildNodes()
14.Node: getFirstChild()
15.Node: getNextSibling()
16.Node: getNodeName()
17.Node: getNodeType()
18.Node: getNodeValue()
19.Node: hasAttributes()