|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
XPathExpr |
createXPathExpression(java.lang.String xpath)
|
java.lang.Object |
eval(org.w3c.dom.Node contextNode,
XPathExpr expr,
org.w3c.dom.Node namespaceNode,
org.w3c.dom.NodeList contextList)
|
org.w3c.dom.NodeList |
evalToNodelist(org.w3c.dom.Node contextNode,
XPathExpr expr,
org.w3c.dom.Node namespaceNode,
org.w3c.dom.NodeList contextList)
|
java.lang.String |
evalToString(org.w3c.dom.Node contextNode,
XPathExpr expr,
org.w3c.dom.Node namespaceNode,
org.w3c.dom.NodeList contextList)
|
java.lang.Object |
evalWithTrace(org.w3c.dom.Node contextNode,
XPathExpr expr,
org.w3c.dom.Node namespaceNode,
org.w3c.dom.NodeList contextList,
LookupResult result)
returns also all the referenced nodes, used by XForms Calculation engine and dynamic UI dependencies |
ModelContext |
getModelContext()
|
XFormsContext |
getXFormsContext()
|
boolean |
hasFunction(java.lang.String uri,
java.lang.String funcName)
for model/@function processing, checks whether this function exists |
void |
setContext(XFormsContext handler,
ModelContext mcontext)
set the evaluation context and default context node if context node is null later |
| Method Detail |
public XPathExpr createXPathExpression(java.lang.String xpath)
public void setContext(XFormsContext handler,
ModelContext mcontext)
public ModelContext getModelContext()
public XFormsContext getXFormsContext()
public java.lang.Object eval(org.w3c.dom.Node contextNode,
XPathExpr expr,
org.w3c.dom.Node namespaceNode,
org.w3c.dom.NodeList contextList)
throws java.lang.Exception
java.lang.Exception
public java.lang.String evalToString(org.w3c.dom.Node contextNode,
XPathExpr expr,
org.w3c.dom.Node namespaceNode,
org.w3c.dom.NodeList contextList)
throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.NodeList evalToNodelist(org.w3c.dom.Node contextNode,
XPathExpr expr,
org.w3c.dom.Node namespaceNode,
org.w3c.dom.NodeList contextList)
throws java.lang.Exception
java.lang.Exception
public java.lang.Object evalWithTrace(org.w3c.dom.Node contextNode,
XPathExpr expr,
org.w3c.dom.Node namespaceNode,
org.w3c.dom.NodeList contextList,
LookupResult result)
throws java.lang.Exception
java.lang.Exception
public boolean hasFunction(java.lang.String uri,
java.lang.String funcName)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||