Uses of Interface
org.basex.data.Result

Packages that use Result
org.basex.core This package contains the database core classes. 
org.basex.data This package contains the main database structures. 
org.basex.query This package contains the XQuery implementation. 
org.basex.query.iter This package contains iterator implementations. 
 

Uses of Result in org.basex.core
 

Methods in org.basex.core that return Result
 Result Proc.result()
          Returns the result set, generated by the last query.
 

Uses of Result in org.basex.data
 

Classes in org.basex.data that implement Result
 class Nodes
          This class stores node references of a database in an ascending order.
 

Methods in org.basex.data with parameters of type Result
 boolean Result.same(Result v)
          Compares values for equality.
 boolean Nodes.same(Result v)
           
 

Constructors in org.basex.data with parameters of type Result
SAXSerializer(Result res)
          Constructor.
 

Uses of Result in org.basex.query
 

Methods in org.basex.query that return Result
 Result QueryProcessor.query()
          Evaluates the specified query and returns the result.
 

Uses of Result in org.basex.query.iter
 

Classes in org.basex.query.iter that implement Result
 class SeqIter
          Sequence iterator.
 

Methods in org.basex.query.iter with parameters of type Result
 boolean SeqIter.same(Result v)