Uses of Class
org.basex.query.value.node.FDoc

Packages that use FDoc
org.basex.query XQuery implementation. 
org.basex.query.expr XQuery expressions. 
org.basex.query.value.node   
 

Uses of FDoc in org.basex.query
 

Methods in org.basex.query that return FDoc
 FDoc QueryProcessor.plan()
          Returns a tree representation of the query plan.
 

Uses of FDoc in org.basex.query.expr
 

Methods in org.basex.query.expr that return FDoc
 FDoc CDoc.item(QueryContext ctx, InputInfo ii)
           
 

Uses of FDoc in org.basex.query.value.node
 

Methods in org.basex.query.value.node that return FDoc
 FDoc FDoc.add(ANode node)
          Adds a node and updates its parent reference.
 FDoc FDoc.copy()
           
 FDoc FDoc.optimize()