|
API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XStaticContext in com.ibm.xml.xapi |
---|
Methods in com.ibm.xml.xapi that return XStaticContext | |
---|---|
abstract XStaticContext |
XFactory.newStaticContext()
Create a new XStaticContext . |
Methods in com.ibm.xml.xapi with parameters of type XStaticContext | |
---|---|
boolean |
XCompilationFactory.compileXPath(StreamSource expression,
XStaticContext context,
XCompilationParameters parameters)
Compile an XPath expression into Java classes. |
boolean |
XCompilationFactory.compileXPath(String expression,
XStaticContext context,
XCompilationParameters parameters)
Compile an XPath expression into Java classes. |
boolean |
XCompilationFactory.compileXQuery(StreamSource query,
XStaticContext context,
XCompilationParameters parameters)
Compile an XQuery expression into Java classes. |
boolean |
XCompilationFactory.compileXQuery(String query,
XStaticContext context,
XCompilationParameters parameters)
Compile an XQuery expression into Java classes. |
boolean |
XCompilationFactory.compileXSLT(StreamSource stylesheet,
XStaticContext context,
XCompilationParameters parameters)
Compile an XSL stylesheet into Java classes. |
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,
XStaticContext context)
Create an XPathExecutable for an XPath expression which can then
be used to apply that expression to input documents. |
abstract XQueryExecutable |
XFactory.prepareXQuery(StreamSource query,
XStaticContext context)
Create an XQueryExecutable for an XQuery expression which can then
be used to apply that expression to input documents. |
abstract XQueryExecutable |
XFactory.prepareXQuery(String query,
XStaticContext context)
Create an XQueryExecutable for an XQuery expression which can then
be used to apply that expression to input documents. |
abstract XSLTExecutable |
XFactory.prepareXSLT(Source stylesheet,
XStaticContext context)
Create an XSLTransformExecutable for an XSL stylesheet which can then
be used to apply that stylesheet to input documents. |
|
IBM Copyright 2004-2008 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |