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 TypeClassDescriptionclassA class representing an Attribute XML node.classA representation of an Element XML node.classThe base object for both Element and RootNode.classA class representing an XML Processing Instruction.classA representation of a Root node.classA 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