Uses of Class
biz.c24.io.api.data.IOXPathException

Packages that use IOXPathException
biz.c24.io.api Various utility classes. 
biz.c24.io.api.data Data Model super and utility classes. 
biz.c24.io.api.data.jaxen XPath integration with Jaxen
biz.c24.io.api.data.saxon XPath integration with Saxonica
 

Uses of IOXPathException in biz.c24.io.api
 

Methods in biz.c24.io.api that throw IOXPathException
static Enumeration Utils.createEnumeration(ComplexDataObject object, XPathStatement valuesXPath, XPathStatement namesXPath, XPathStatement descriptionsXPath)
          Creates and returns a new enumeration populated from the result of executing the specified XPath expression over the specified object.
static Enumeration Utils.createEnumeration(ComplexDataObject object, XPathStatement valuesXPath, XPathStatement namesXPath, XPathStatement descriptionsXPath, boolean trimValues)
          Creates and returns a new enumeration populated from the result of executing the specified XPath expression over the specified object.
 

Uses of IOXPathException in biz.c24.io.api.data
 

Methods in biz.c24.io.api.data that throw IOXPathException
 boolean IOXPath.getBoolean(ComplexDataObject o)
          Returns a boolean representation of the node specified by this object's XPath expression.
 IOXPath ValidationManager.getCachedXPath(XPathStatement statement)
          Returns an instance for the supplied statement creating one on the fly and caching it if required.
 IOXPath ValidationManager.getCachedXQuery(XQueryStatement statement)
          Returns an instance for the supplied statement creating one on the fly and caching it if required.
static IOXPath IOXPathFactory.getInstance(String xpath)
          Returns an instance of IOXPath according to the concrete XPath implementation selected given the specified XPath expression.
static IOXPath IOXPathFactory.getInstance(XPathStatement statement)
          Returns an instance of IOXPath according to the concrete XPath implementation selected given the specified XPath statement.
 List IOXPath.getList(ComplexDataObject o)
          Returns a List representation of the node specified by this object's XPath expression.
 Number IOXPath.getNumber(ComplexDataObject o)
          Returns a Number representation of the node specified by this object's XPath expression.
 Object IOXPath.getObject(ComplexDataObject o)
          Returns an Object representation of the node specified by this object's XPath expression.
 String IOXPath.getString(ComplexDataObject o)
          Returns a String representation of the node specified by this object's XPath expression.
 

Uses of IOXPathException in biz.c24.io.api.data.jaxen
 

Methods in biz.c24.io.api.data.jaxen that throw IOXPathException
 boolean JaxenXPath.getBoolean(ComplexDataObject o)
          Deprecated.  
 List JaxenXPath.getList(ComplexDataObject o)
          Deprecated.  
 Number JaxenXPath.getNumber(ComplexDataObject o)
          Deprecated.  
 Object JaxenXPath.getObject(ComplexDataObject o)
          Deprecated.  
 String JaxenXPath.getString(ComplexDataObject o)
          Deprecated.  
 

Uses of IOXPathException in biz.c24.io.api.data.saxon
 

Methods in biz.c24.io.api.data.saxon that throw IOXPathException
static net.sf.saxon.sxpath.XPathExpression SaxonXPath.createExpression(XPathStatement statement, net.sf.saxon.Configuration config)
          Helper method to create an XPath expression with all relevant namespaces initialized.
 boolean SaxonXPath.getBoolean(ComplexDataObject o)
           
 boolean SaxonXQuery.getBoolean(ComplexDataObject o)
           
 List SaxonXPath.getList(ComplexDataObject o)
           
 List SaxonXQuery.getList(ComplexDataObject o)
           
 Number SaxonXPath.getNumber(ComplexDataObject o)
           
 Number SaxonXQuery.getNumber(ComplexDataObject o)
           
 Object SaxonXPath.getObject(ComplexDataObject o)
           
 Object SaxonXQuery.getObject(ComplexDataObject o)
           
 String SaxonXPath.getString(ComplexDataObject o)
           
 String SaxonXQuery.getString(ComplexDataObject o)
           
 



C24 Technologies © 2002-2012: All Rights Reserved.