|
API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |