Uses of Class
com.fatdog.xmlEngine.ResultList

Packages that use ResultList
com.fatdog.xmlEngine Core classes and methods. 
 

Uses of ResultList in com.fatdog.xmlEngine
 

Methods in com.fatdog.xmlEngine that return ResultList
 ResultList XQEngine.setQueryFromFile(java.lang.String file)
          An alternative form of XQEngine.setQuery(String).
 ResultList XQEngine.setQuery(java.lang.String query)
          Pass an XQuery query to the engine, get a ResultList back.
 ResultList Variables.evalVariableValue(java.lang.String variableName)
           
 ResultList Variables.getVariableValue(int varId)
           
 ResultList TreeWalker.ifThenElse(SimpleNode ifClause, SimpleNode thenClause, SimpleNode elseClause)
           
 ResultList TreeWalker.constructedFilterTree(SimpleNode Q1, SimpleNode childOp, SimpleNode parent)
           
 ResultList ResultList.subscript(int n)
           
 ResultList ResultList.newInteger(java.lang.String integer)
           
 ResultList ResultList.newInteger(int integer)
           
 ResultList ResultList.newString(java.lang.String string)
           
 ResultList ResultList.newBoolean(boolean boolValue)
           
 ResultList ResultList.newDocumentNode(int docId)
           
 ResultList ResultList.appendSequence(ResultList rhs)
           
 ResultList ResultList.newNamedParentOfNamedChild(java.lang.String parentName, java.lang.String childName, boolean isAttribute, boolean isPredicate)
           
 ResultList ResultList.newLeafNodeLists(int nodeType, java.lang.String qName)
           
 ResultList ResultList.newSiblingLists(int siblingType, java.lang.String qName)
           
 ResultList ResultList.newSiblingLists(int siblingType, java.lang.String qName, int subscript)
           
 ResultList ResultList.complexPositional(java.lang.String comparisonOp, int subscript)
           
 ResultList ResultList.complexBlockPositional(java.lang.String comparisonOp, int subscript)
           
 ResultList ResultList.newNamedNodesAtRoot(java.lang.String elementName)
           
 ResultList ResultList.parentOf()
           
 ResultList ResultList.newParentOf(int type, java.lang.String childName)
           
 ResultList ResultList.evalAncestor(ResultList ancestorResults)
           
 ResultList ResultList.evalAncestor(ResultList ancestorResults, boolean allowSelfMatches)
           
 ResultList ResultList.namedAncestor(java.lang.String ancestor, int nodeType)
           
 ResultList ResultList.namedParentOfEvaledChild(java.lang.String namedParent)
           
 ResultList ResultList.nodesAtRoot()
           
 ResultList ResultList.namedChildOfParent(java.lang.String child, int type, boolean isPredicate)
           
 ResultList ResultList.evalParent(ResultList parentResults, ResultList childResults, boolean isPredicate)
           
 ResultList ResultList.contains_word(java.util.Vector words, java.util.Vector flags)
           
 ResultList ResultList.cloneResultList()
           
 ResultList ResultList.string_value()
           
 ResultList ResultList.string_value(boolean addInterTextSpaces)
           
 ResultList ResultList.removeAttributes()
           
 ResultList ResultList.generalCompareOnLhs(java.lang.String op, ResultList lhs, ResultList rhs)
           
 ResultList ResultList.generalCompare(java.lang.String op, ResultList lhs, ResultList rhs)
           
 ResultList QueryDocumentTree.getEnclosedResults(int node)
           
 ResultList QueryDocumentTree.newConstructedTextNode(int nodeId)
           
 ResultList QueryDocumentTree.newConstructedElement(int nodeId)
           
 ResultList IndexManager.getResultList()
           
 ResultList FandO.dispatchNamedFunction(SimpleNode node, java.lang.String name, SimpleNode args)
          The public FandO interface for built-in functions.
 ResultList FandO.contains_word(SimpleNode path, SimpleNode wordsPlusFlag)
          Return a sequence of nodes containing the word(s) of interest.
 ResultList ConstructedNodes.getEvaledResults(int node)
           
 ResultList ConstructedNodes.newConstructedTextNode(int nodeId)
           
 ResultList ConstructedNodes.newConstructedElement(int nodeId)
           
 

Methods in com.fatdog.xmlEngine with parameters of type ResultList
 int Variables.newVariable(java.lang.String name, ResultList value, int forLetIndex)
           
 void ResultList.append(ResultList rhs)
           
 ResultList ResultList.appendSequence(ResultList rhs)
           
 ResultList ResultList.evalAncestor(ResultList ancestorResults)
           
 ResultList ResultList.evalAncestor(ResultList ancestorResults, boolean allowSelfMatches)
           
 ResultList ResultList.evalParent(ResultList parentResults, ResultList childResults, boolean isPredicate)
           
 void ResultList.appendResults(ResultList addend)
           
 ResultList ResultList.generalCompareOnLhs(java.lang.String op, ResultList lhs, ResultList rhs)
           
 ResultList ResultList.generalCompare(java.lang.String op, ResultList lhs, ResultList rhs)
           
 void IndexManager.setResultList(ResultList results)