Uses of Class
uk.org.ogsadai.common.xml.XMLDocumentException

Packages that use XMLDocumentException
uk.org.ogsadai.activity.sql Activities that provide SQL access to a relational data resource. 
uk.org.ogsadai.activity.xmldb Contains activity implementations for performing various operations on XML databases. 
uk.org.ogsadai.common.xml This package provides a set of common classes for XML manipulation. 
 

Uses of XMLDocumentException in uk.org.ogsadai.activity.sql
 

Methods in uk.org.ogsadai.activity.sql that throw XMLDocumentException
private  java.lang.String RemoveDuplicatesWebRowSetActivity.removeDup(java.lang.String inputRowSet)
          Remove duplicate rows of a WebRowSet.
private  java.lang.String SQLBagActivity.mergeResults(java.lang.String[] rowsets)
          Merge N WebRowSets.
 

Uses of XMLDocumentException in uk.org.ogsadai.activity.xmldb
 

Methods in uk.org.ogsadai.activity.xmldb that throw XMLDocumentException
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 XMLDocumentException in uk.org.ogsadai.common.xml
 

Methods in uk.org.ogsadai.common.xml that throw XMLDocumentException
static void XMLSchemaUtilities.validate(org.w3c.dom.Document document, org.w3c.dom.Document schema)
          Validates an XML document against a specified XML Schema.
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 org.w3c.dom.Document XMLUtilities.xmlStringToDOM(java.lang.String str)
          Converts XML from a String into a DOM Document and validates it against its XML Schema.
static org.w3c.dom.Document XMLUtilities.xmlStringToDOM(java.lang.String str, boolean validate)
          Converts XML from a String into a DOM Document.
static org.w3c.dom.Document XMLUtilities.xmlStreamToDOM(java.io.InputStream stream)
          Converts XML from a java.io.InputStream into a DOM Document and validates it against its XML Schema.
static org.w3c.dom.Document XMLUtilities.xmlStreamToDOM(java.io.InputStream stream, boolean validate)
          Converts XML from a java.io.InputStream into a DOM Document.
static org.w3c.dom.Document XMLUtilities.xmlReaderToDOM(java.io.Reader reader, boolean validate)
          Converts XML from a java.io.Reader into a DOM Document