|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DAIMalformedURLException | |
uk.org.ogsadai.common | This package provides a set of common classes and interfaces supporting all the other OGSA-DAI components. |
uk.org.ogsadai.common.xml | This package provides a set of common classes for XML manipulation. |
uk.org.ogsadai.service.resource.config | Classes to do with Data Service Resource configuration. |
Uses of DAIMalformedURLException in uk.org.ogsadai.common |
Methods in uk.org.ogsadai.common that throw DAIMalformedURLException | |
static org.w3c.dom.Document |
NetUtilities.readToDocument(java.lang.String url, boolean validate) Returns a string containing the data read from a specified URL. |
static java.lang.String |
NetUtilities.readToString(java.lang.String url) Returns a string containing the data read from a specified URL. |
Uses of DAIMalformedURLException in uk.org.ogsadai.common.xml |
Methods in uk.org.ogsadai.common.xml that throw DAIMalformedURLException | |
static void |
XMLSchemaUtilities.makeSchemaLocationsAbsolute(org.w3c.dom.Document doc, java.net.URL base) Converts the schemaLocation attributes of any include elements contained within the specified document to use absolute instead of relative paths. |
static void |
XMLSchemaUtilities.makeSchemaLocationsAbsolute(org.w3c.dom.Document doc, java.lang.String base) Converts the schemaLocation attributes of any include elements contained within the specified document to use absolute instead of relative paths. |
static void |
XMLSchemaUtilities.removeIncludes(org.w3c.dom.Document doc, java.lang.String schemaLocation) Removes all the include elements with the specified schemaLocation attribute from the specified document. |
Uses of DAIMalformedURLException in uk.org.ogsadai.service.resource.config |
Methods in uk.org.ogsadai.service.resource.config that throw DAIMalformedURLException | |
private ActivityConfig[] |
FileBasedActivitiesConfig.getActivityConfigs(org.w3c.dom.Document configDoc) Gets the array of configuration details associated with each activity. |
private ActivityConfig |
FileBasedActivitiesConfig.getActivityConfig(org.w3c.dom.Element activityElement, java.lang.String configBase, java.lang.String schemaBase) Constructs the activity configuration associated with a single activity. |
private org.w3c.dom.Document |
FileBasedActivitiesConfig.getBasePerformDocumentSchema(org.w3c.dom.Document configDoc) Extracts the base perform document schema from the configuration document. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |