Uses of Interface
org.basex.data.Result

Packages that use Result
org.basex.core Database core classes. 
org.basex.core.cmd Database commands. 
org.basex.data Database structures. 
org.basex.gui.view.text GUI Text View. 
org.basex.query XQuery implementation. 
org.basex.query.iter XQuery iterators. 
 

Uses of Result in org.basex.core
 

Methods in org.basex.core that return Result
 Result Command.result()
          Returns the result set, generated by a query command.
 

Uses of Result in org.basex.core.cmd
 

Fields in org.basex.core.cmd declared as Result
protected  Result AQuery.result
          Query result.
 

Methods in org.basex.core.cmd that return Result
 Result AQuery.result()
           
 

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 Nodes.sameAs(Result r)
           
 boolean Result.sameAs(Result r)
          Compares results for equality.
 

Uses of Result in org.basex.gui.view.text
 

Methods in org.basex.gui.view.text with parameters of type Result
 void TextView.cacheText(ArrayOutput out, Command c, Result r)
          Caches the output.
 

Uses of Result in org.basex.query
 

Methods in org.basex.query that return Result
 Result QueryProcessor.execute()
          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 ValueBuilder
          This class can be used to build new sequences.
 

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