Uses of Class
com.generationjava.io.xml.XMLNode

Packages that use XMLNode
com.generationjava.io.xml   
com.generationjava.util Util classes. 
 

Uses of XMLNode in com.generationjava.io.xml
 

Methods in com.generationjava.io.xml that return XMLNode
 XMLNode XMLParser.parseXML(java.io.Reader reader)
          Parse an XML text read in from a Reader.
 XMLNode XMLNode.getNode(java.lang.String name)
          Get the node with the specified name.
 

Methods in com.generationjava.io.xml with parameters of type XMLNode
 void XMLNode.addNode(XMLNode node)
          Add a child node to this node.
 

Uses of XMLNode in com.generationjava.util
 

Methods in com.generationjava.util with parameters of type XMLNode
 void XmlProperties.add(java.lang.String level, XMLNode node)
           
 



Copyright © 2000-2003 GenerationJava. All Rights Reserved.