Uses of Class
org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
Packages that use XMLNode
-
Uses of XMLNode in org.castor.xmlctf.xmldiff.xml
Methods in org.castor.xmlctf.xmldiff.xml that return XMLNode -
Uses of XMLNode in org.castor.xmlctf.xmldiff.xml.nodes
Subclasses of XMLNode in org.castor.xmlctf.xmldiff.xml.nodesModifier and TypeClassDescriptionclass
A class representing an Attribute XML node.class
A representation of an Element XML node.class
The base object for both Element and RootNode.class
A class representing an XML Processing Instruction.class
A representation of a Root node.class
A class representing an XML Text node.Methods in org.castor.xmlctf.xmldiff.xml.nodes that return XMLNodeModifier and TypeMethodDescriptionRoot.getRootNode()
Returns the root node, i.e.,this
.XMLNode.getRootNode()
Returns the root node.Methods in org.castor.xmlctf.xmldiff.xml.nodes with parameters of type XMLNode