Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.site.impl | |
edu.isi.pegasus.planner.parser |
Modifier and Type | Field and Description |
---|---|
private SiteCatalogXMLParser |
XML.mParser
The handle to parser instance that will parse the site catalog.
|
Modifier and Type | Class and Description |
---|---|
class |
SiteCatalogXMLParser3
This class uses the Xerces SAX2 parser to validate and parse an XML
document conforming to the Site Catalog schema v3.0
|
class |
SiteCatalogXMLParser4
This class uses the Xerces SAX2 parser to validate and parse an XML
document conforming to the Site Catalog schema v4.0
|
Modifier and Type | Method and Description |
---|---|
private static SiteCatalogXMLParser |
SiteCatalogXMLParserFactory.loadSiteCatalogParser(String classname,
PegasusBag bag,
List<String> sites)
Loads the appropriate Site Catalog Parser looking at the dax schema that is specified by
the user.
|
static SiteCatalogXMLParser |
SiteCatalogXMLParserFactory.loadSiteCatalogXMLParser(PegasusBag bag,
String file,
List<String> sites)
Loads the appropriate DAXParser looking at the dax schema that is specified by
the user.
|