|
API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XDynamicContext in com.ibm.xml.xapi |
---|
Methods in com.ibm.xml.xapi that return XDynamicContext | |
---|---|
abstract XDynamicContext |
XFactory.newDynamicContext()
Create a new XDynamicContext . |
Methods in com.ibm.xml.xapi with parameters of type XDynamicContext | |
---|---|
XSequenceCursor |
XExecutable.execute(Source source,
XDynamicContext dynamicContext)
Execute for the given source and dynamic context. |
void |
XSLTExecutable.execute(Source source,
XDynamicContext dynamicContext,
Result result)
Execute for the given source and dynamic context, sending the output to the specified result. |
void |
XQueryExecutable.execute(Source source,
XDynamicContext dynamicContext,
Result result)
Execute for the given source and dynamic context, sending the output to the specified result. |
XSequenceCursor |
XExecutable.execute(XDynamicContext dynamicContext)
Execute for no source. |
void |
XSLTExecutable.execute(XDynamicContext dynamicContext,
Result result)
Execute for no source and the given dynamic context, sending the output to the specified result. |
void |
XQueryExecutable.execute(XDynamicContext dynamicContext,
Result result)
Execute for no source, sending the output to the specified result. |
XSequenceCursor |
XExecutable.execute(XItemView item,
XDynamicContext dynamicContext)
Execute for the given item and dynamic context. |
void |
XSLTExecutable.execute(XItemView item,
XDynamicContext dynamicContext,
Result result)
Execute for the given item and dynamic context, sending the output to the specified result. |
void |
XQueryExecutable.execute(XItemView item,
XDynamicContext dynamicContext,
Result result)
Execute for the given item and dynamic context, sending the output to the specified result. |
List<XItemView> |
XExecutable.executeToList(Source source,
XDynamicContext dynamicContext)
Execute for the given source and dynamic context. |
List<XItemView> |
XExecutable.executeToList(XDynamicContext dynamicContext)
Execute for no source. |
List<XItemView> |
XExecutable.executeToList(XItemView item,
XDynamicContext dynamicContext)
Execute for the given item and dynamic context. |
|
IBM Copyright 2004-2008 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |