Uses of Class
com.resilientedge.util.prefs.xml.XMLNode

Packages that use XMLNode
com.resilientedge.util.prefs.xml   
 

Uses of XMLNode in com.resilientedge.util.prefs.xml
 

Subclasses of XMLNode in com.resilientedge.util.prefs.xml
 class XMLRoot
          Represents a list of pair groups
 

Methods in com.resilientedge.util.prefs.xml that return XMLNode
 XMLNode[] XMLNode.getNodes()
          Returns the children for this group (non-null)
 

Methods in com.resilientedge.util.prefs.xml with parameters of type XMLNode
 void XMLNode.setNodes(XMLNode[] nodes)
          Sets the children for this group, removing any previous children
 void XMLNode.addNode(XMLNode node)
           
 



Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.