Uses of Class
com.createtank.util.configuration.NonexistentElementException

Uses of NonexistentElementException in com.createtank.util.configuration
 

Methods in com.createtank.util.configuration that throw NonexistentElementException
 java.util.Properties XMLConfiguration.getProperties(java.lang.String elementTagName)
          Returns Properties object containing attributes from within the element requested by tagName For use when the user knows that there is only one occurrance of the requested tagName within the XML document.
 java.util.Properties XMLConfiguration.getProperties(java.lang.String elementTagName, java.lang.String compAttr, java.lang.String compValue)
          Returns Properties object containing attributes from within the occurance of the element requested by tagName when its Attribute compAttr is equal to the value requested in compValue.
 java.util.List XMLConfiguration.getPropertiesList(java.util.List tagTree, java.util.List compAttr, java.util.List compValue)
          Returns List of Properties objects containing attributes from within the occurance of the element requested by the tagTree list, when its respective attribute compAttr is equal to the respective value in compValue.
 java.util.List XMLConfiguration.getPropertiesList(java.lang.String elementTagName)
          Returns a List of Properties objects containing attributes from multiple occurances of the elementTagName requested.
 java.util.List XMLConfiguration.getPropertiesListByPath(java.lang.String path)
          Allows passing of a UNIX style path as a String, in order to specify a specific set of nodes within the XML configuration file.