|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLFileException | |
uk.org.ogsadai.activity.xmldb | Contains activity implementations for performing various operations on XML databases. |
uk.org.ogsadai.client.toolkit | Provides utility classes for client-side interaction with OGSA-DAI services. |
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 XMLFileException in uk.org.ogsadai.activity.xmldb |
Methods in uk.org.ogsadai.activity.xmldb that throw XMLFileException | |
static void |
XMLDBUtilities.addResource(org.xmldb.api.base.Collection collection, java.lang.String resourceName, java.lang.String resourcePath) Adds a named resource to the specified parent collection. |
Uses of XMLFileException in uk.org.ogsadai.client.toolkit |
Constructors in uk.org.ogsadai.client.toolkit that throw XMLFileException | |
DocumentRequest(java.io.File performDocFile) Constructs a request that consists of the given perform document. |
Uses of XMLFileException in uk.org.ogsadai.common.xml |
Methods in uk.org.ogsadai.common.xml that throw XMLFileException | |
static org.w3c.dom.Document |
XMLUtilities.xmlFileToDOM(java.lang.String fileName) Parses an XML file into a DOM Document and validates it against its XML Schema. |
static org.w3c.dom.Document |
XMLUtilities.xmlFileToDOM(java.lang.String fileName, boolean validate) Parses an XML file into a DOM Document . |
static void |
XMLUtilities.xmlDOMToFile(org.w3c.dom.Document doc, java.lang.String fileName) Puts a DOM Document into a file. |
Uses of XMLFileException in uk.org.ogsadai.service.resource.config |
Methods in uk.org.ogsadai.service.resource.config that throw XMLFileException | |
private org.w3c.dom.Document |
FileBasedActivitiesConfig.getConfigFileAsDocument(java.io.File configFile) Gets the configuration file as a DOM document. |
Constructors in uk.org.ogsadai.service.resource.config that throw XMLFileException | |
FileBasedActivitiesConfig(java.io.File configFile) Reads the activities configuration from the specified file. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |