| org.griphyn.cPlanner.parser.Parser org.griphyn.cPlanner.parser.ConfigXmlParser
ConfigXmlParser | public class ConfigXmlParser extends Parser (Code) | | This is the parsing class, used to parse the pool config file in xml format.
author: Gaurang Mehta gmehta@isi.edu author: Karan Vahi vahi@isi.edu version: $Revision: 130 $ |
SCHEMA_LOCATION | final public static String SCHEMA_LOCATION(Code) | | The "not-so-official" location URL of the VDLx schema definition.
|
SCHEMA_NAMESPACE | final public static String SCHEMA_NAMESPACE(Code) | | uri namespace
|
ConfigXmlParser | public ConfigXmlParser(PegasusProperties properties)(Code) | | Default Class Constructor.
Parameters: properties - the PegasusProperties to be used. |
ConfigXmlParser | public ConfigXmlParser(String configFileName, PegasusProperties properties)(Code) | | Class Constructor intializes the parser and turns on validation.
Parameters: configFileName - The file which you want to parse Parameters: properties - the PegasusProperties to be used. |
endDocument | public void endDocument()(Code) | | |
getPoolConfig | public PoolConfig getPoolConfig()(Code) | | This class returns the reference to the PooConfig object
containing information about all the pools.
returns a reference to the PoolConfig object whichcontains all the pools. See Also: org.griphyn.cPlanner.classes.PoolConfig |
|
|