Uses of Class
edu.rice.cs.util.XMLConfig

Packages that use XMLConfig
edu.rice.cs.drjava.project   
edu.rice.cs.util A collection of utility classes and packages. 
 

Uses of XMLConfig in edu.rice.cs.drjava.project
 

Fields in edu.rice.cs.drjava.project declared as XMLConfig
protected  XMLConfig XMLProjectFileParser._xc
           
 

Uses of XMLConfig in edu.rice.cs.util
 

Fields in edu.rice.cs.util declared as XMLConfig
private  XMLConfig XMLConfig._parent
          XMLConfig to delegate to, or null.
 

Methods in edu.rice.cs.util with parameters of type XMLConfig
private  void XMLConfigTest.subTestGet(String pathToTest, XMLConfig xc)
          Expectes "concutest" to be the root node of passed XMLConfig.
 

Constructors in edu.rice.cs.util with parameters of type XMLConfig
XMLConfig(XMLConfig parent, Node node)
          Creates a configuration that is a part of another configuration, starting at the specified node.