|
Project 1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcscie259.project1.mf.Node
cscie259.project1.mf.Document
A simplified, non-interface version of org.w3c.dom.Document. An object of this class represents a DOM's topmost node. You MAY NOT modify this file.
Field Summary |
Fields inherited from class cscie259.project1.mf.Node |
ATTRIBUTE_NODE, DOCUMENT_NODE, ELEMENT_NODE, TEXT_NODE |
Constructor Summary | |
Document()
|
Method Summary | |
Element |
getDocumentElement()
Returns child node that is the root element of the document. |
int |
getNodeType()
Returns code (Node.DOCUMENT_NODE) signifying this node's type. |
Methods inherited from class cscie259.project1.mf.Node |
appendChild, getChildNodes, getNodeName, getNodeValue, getParentNode, setNodeName, setNodeValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Document()
Method Detail |
public Element getDocumentElement()
public int getNodeType()
getNodeType
in class Node
|
Project 1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |