org.castor.xmlctf.xmldiff.xml.nodes
Class Root
java.lang.Object
org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
org.castor.xmlctf.xmldiff.xml.nodes.ParentNode
org.castor.xmlctf.xmldiff.xml.nodes.Root
public class Root
- extends ParentNode
A representation of a Root node.
- Since:
- Castor 1.1
- Version:
- $Revision: 0000 $ $Date: 2007-01-11 00:00:00 -0600 (Thu, 11 Jan 2007) $
- Author:
- Edward Kuns
|
Constructor Summary |
Root()
Creates a new Root Node. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Root
public Root()
- Creates a new Root Node. Basically, a root node can contain only
Elements and nothing else.
getRootNode
public XMLNode getRootNode()
- Returns the root node, i.e.,
this.
- Overrides:
getRootNode in class XMLNode
- Returns:
- The root node.
Copyright © 2012. All Rights Reserved.