Uses of Class
org.gswing.utils.xml.XNode

Packages that use XNode
org.gswing.gui.resource Package contains gswing gui resources. 
org.gswing.utils.xml Package contains gswing xml utilities. 
 

Uses of XNode in org.gswing.gui.resource
 

Methods in org.gswing.gui.resource that return XNode
 XNode MenuLoader.getXNode()
          Get the XNode (root XNode) of the file Not required to be used from outside this file.
 

Uses of XNode in org.gswing.utils.xml
 

Methods in org.gswing.utils.xml that return XNode
 XNode XParser.xmlToXNode()
          The XNode tree creator.
 

Methods in org.gswing.utils.xml with parameters of type XNode
 void XParser.recurseNode(Node e, XNode xn)
          The recursive method for adding XNodes to the tree.
 



Copyright © 2008. All Rights Reserved.