Nux 1.6

Uses of Interface
nux.xom.xquery.ResultSequence

Packages that use ResultSequence
nux.xom.xquery W3C XQuery and XPath support for XOM. 
 

Uses of ResultSequence in nux.xom.xquery
 

Methods in nux.xom.xquery that return ResultSequence
 ResultSequence XQuery.execute(Node contextNode)
          Executes (evaluates) the query against the given node.
 ResultSequence XQuery.execute(Node contextNode, DynamicQueryContext dynamicContext, Map variables)
          Executes (evaluates) the query against the given node, using the given dynamic context and external variables.
protected  ResultSequence XQuery.newResultSequence(XQueryExpression expression, DynamicQueryContext dynamicContext)
          Callback that returns a result sequence for the current query execution.
 


Nux 1.6