API

Uses of Interface
com.ibm.xml.xapi.XPathExecutable

Uses of XPathExecutable in com.ibm.xml.xapi
 

Methods in com.ibm.xml.xapi that return XPathExecutable
 XPathExecutable XCompilationFactory.loadXPath(XCompilationParameters parameters)
          Load the compiled XPath expression classes and return an XPathExecutable object.
abstract  XPathExecutable XFactory.prepareXPath(StreamSource expression)
          Create an XPathExecutable for an XPath expression which can then be used to apply that expression to input documents.
abstract  XPathExecutable XFactory.prepareXPath(StreamSource expression, XStaticContext context)
          Create an XPathExecutable for an XPath expression which can then be used to apply that expression to input documents.
abstract  XPathExecutable XFactory.prepareXPath(String expression)
          Create an XPathExecutable for an XPath expression which can then be used to apply that expression to input documents.
abstract  XPathExecutable XFactory.prepareXPath(String expression, XStaticContext context)
          Create an XPathExecutable for an XPath expression which can then be used to apply that expression to input documents.
 


IBM Copyright 2004-2008