|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for dynamic context.
Method Summary | |
AnyType |
context_item()
Get context item. |
int |
context_position()
Get context node position. |
ResultSequence |
evaluate_function(QName name,
java.util.Collection args)
Evaluate the function of the arguments. |
Focus |
focus()
Return focus. |
ResultSequence |
get_doc(java.lang.String uri)
Get document. |
AnyType |
get_variable(QName name)
Get variable. |
int |
last()
Get position of last item. |
int |
node_position(org.w3c.dom.Node n)
Get node position. |
void |
set_focus(Focus focus)
Set focus. |
void |
set_variable(QName var,
AnyType val)
Set variable. |
XDTDayTimeDuration |
tz()
Reads the day from a TimeDuration type |
Method Detail |
public AnyType context_item()
public int context_position()
public int last()
public AnyType get_variable(QName name)
name
- is the name of the variable.
public void set_variable(QName var, AnyType val)
var
- is name of the variable.val
- is the value to be set for the variable.public ResultSequence evaluate_function(QName name, java.util.Collection args) throws DynamicError
name
- is the name.args
- are the arguments.
DynamicError
- dynamic error.public XDTDayTimeDuration tz()
public ResultSequence get_doc(java.lang.String uri)
uri
- is the URI of the document.
public void set_focus(Focus focus)
focus
- is focus to be set.public Focus focus()
public int node_position(org.w3c.dom.Node n)
n
- is the node.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |