|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLNode | |
|---|---|
| org.castor.xmlctf.xmldiff.xml | |
| org.castor.xmlctf.xmldiff.xml.nodes | |
| Uses of XMLNode in org.castor.xmlctf.xmldiff.xml |
|---|
| Methods in org.castor.xmlctf.xmldiff.xml that return XMLNode | |
|---|---|
XMLNode |
XMLFileReader.read()
Reads an XML Document into an BaseNode from the provided file. |
| Uses of XMLNode in org.castor.xmlctf.xmldiff.xml.nodes |
|---|
| Subclasses of XMLNode in org.castor.xmlctf.xmldiff.xml.nodes | |
|---|---|
class |
Attribute
A class representing an Attribute XML node. |
class |
Element
A representation of an Element XML node. |
class |
ParentNode
The base object for both Element and RootNode. |
class |
ProcessingInstruction
A class representing an XML Processing Instruction. |
class |
Root
A representation of a Root node. |
class |
Text
A class representing an XML Text node. |
| Methods in org.castor.xmlctf.xmldiff.xml.nodes that return XMLNode | |
|---|---|
XMLNode |
XMLNode.getRootNode()
Returns the root node. |
XMLNode |
Root.getRootNode()
Returns the root node, i.e., this. |
| Methods in org.castor.xmlctf.xmldiff.xml.nodes with parameters of type XMLNode | |
|---|---|
void |
ParentNode.addChild(XMLNode node)
Adds the given child node to this ParentNode. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||