Uses of Class
uk.co.lakesidetech.springxmldb.exception.XMLParsingException

Packages that use XMLParsingException
uk.co.lakesidetech.springxmldb.spring   
uk.co.lakesidetech.springxmldb.util   
 

Uses of XMLParsingException in uk.co.lakesidetech.springxmldb.spring
 

Methods in uk.co.lakesidetech.springxmldb.spring that throw XMLParsingException
 org.w3c.dom.Node SimpleXMLDBFacade.queryWithXPathCollectionAsString(java.lang.String xPathQuery, java.lang.String collectionPath)
           
 org.w3c.dom.Node SimpleXMLDBFacade.queryResourceWithXPathCollectionAsString(java.lang.String resourceId, java.lang.String xPathQuery, java.lang.String collectionPath)
           
 org.w3c.dom.Node SimpleXMLDBFacade.queryWithXQueryCollectionAsString(java.lang.String xQuery, java.lang.String collectionPath)
           
 org.w3c.dom.Node SimpleXMLDBFacade.queryWithXQueryCollectionAsString(java.lang.String xQuery, java.lang.String collectionPath, java.util.Map variables)
           
 org.w3c.dom.Node SimpleXMLDBFacade.queryWithXPathCollectionAsString(java.lang.String xPathQuery, java.lang.String collectionPath, int noResults)
           
 org.w3c.dom.Node SimpleXMLDBFacade.queryWithXQueryCollectionAsString(java.lang.String xQuery, java.lang.String collectionPath, int noResults)
           
 org.w3c.dom.Node SimpleXMLDBFacade.queryWithXQueryCollectionAsString(java.lang.String xQuery, java.lang.String collectionPath, java.util.Map variables, int noResults)
           
protected  org.w3c.dom.Node SimpleXMLDBFacade.convertResultMapToXML(java.util.Map results)
           
 org.w3c.dom.Node IXMLDBFacade.queryWithXPathCollectionAsString(java.lang.String xPathQuery, java.lang.String collectionPath)
          query a collection with xpath
 org.w3c.dom.Node IXMLDBFacade.queryWithXPathCollectionAsString(java.lang.String xPathQuery, java.lang.String collectionPath, int noResults)
          query a collection with xpath and limit the number of results obtained
 org.w3c.dom.Node IXMLDBFacade.queryResourceWithXPathCollectionAsString(java.lang.String resourceId, java.lang.String xPathQuery, java.lang.String collectionPath)
          query a specific resource with xpath
 org.w3c.dom.Node IXMLDBFacade.queryWithXQueryCollectionAsString(java.lang.String xQuery, java.lang.String collectionPath)
          query a collection with an XQuery
 org.w3c.dom.Node IXMLDBFacade.queryWithXQueryCollectionAsString(java.lang.String xQuery, java.lang.String collectionPath, int noResults)
          query a collection with XQuery and limit to a number of results to return
 org.w3c.dom.Node IXMLDBFacade.queryWithXQueryCollectionAsString(java.lang.String xQuery, java.lang.String collectionPath, java.util.Map variables)
          query a collection with XQuery using a map of subsitiution parameters in the xquery
 org.w3c.dom.Node IXMLDBFacade.queryWithXQueryCollectionAsString(java.lang.String xQuery, java.lang.String collectionPath, java.util.Map variables, int noResults)
          query a collection with XQuery using a map of subsitiution parameters in the xquery.
 org.w3c.dom.Node CachingXMLDBFacade.queryWithXPathCollectionAsString(java.lang.String xPathQuery, java.lang.String collectionPath)
          (non-Javadoc)
 org.w3c.dom.Node CachingXMLDBFacade.queryResourceWithXPathCollectionAsString(java.lang.String resourceId, java.lang.String xPathQuery, java.lang.String collectionPath)
          (non-Javadoc)
 org.w3c.dom.Node CachingXMLDBFacade.queryWithXQueryCollectionAsString(java.lang.String xQuery, java.lang.String collectionPath)
          (non-Javadoc)
 org.w3c.dom.Node CachingXMLDBFacade.queryWithXQueryCollectionAsString(java.lang.String xQuery, java.lang.String collectionPath, java.util.Map variables)
          (non-Javadoc)
 org.w3c.dom.Node CachingXMLDBFacade.queryWithXPathCollectionAsString(java.lang.String xPathQuery, java.lang.String collectionPath, int noResults)
           
 org.w3c.dom.Node CachingXMLDBFacade.queryWithXQueryCollectionAsString(java.lang.String xQuery, java.lang.String collectionPath, int noResults)
           
 

Uses of XMLParsingException in uk.co.lakesidetech.springxmldb.util
 

Methods in uk.co.lakesidetech.springxmldb.util that throw XMLParsingException
static org.w3c.dom.Document XMLUtils.toDocument(java.io.Reader input)
           
static org.w3c.dom.Document XMLUtils.toDocument(byte[] xml)
           
static org.w3c.dom.Document XMLUtils.toDocument(org.xml.sax.InputSource source)
           
static org.w3c.dom.Document XMLUtils.toDocument(java.io.InputStream input)
           
static org.w3c.dom.Document XMLUtils.toDocument(java.lang.String xml)
           
static org.w3c.dom.Document XMLUtils.xmlStringToDOMDocument(java.lang.String xml)
           
 

Constructors in uk.co.lakesidetech.springxmldb.util that throw XMLParsingException
XMLUtils()