Uses of Class
org.basex.query.iter.ValueBuilder

Packages that use ValueBuilder
org.basex.query XQuery implementation. 
org.basex.query.func XQuery functions. 
org.basex.query.iter XQuery iterators. 
org.basex.query.util.http   
org.basex.query.value XQuery data types. 
 

Uses of ValueBuilder in org.basex.query
 

Fields in org.basex.query declared as ValueBuilder
 ValueBuilder QueryContext.output
          Pending output.
 

Uses of ValueBuilder in org.basex.query.func
 

Methods in org.basex.query.func with parameters of type ValueBuilder
protected  void StandardFunc.cache(Iter ir, ValueBuilder vb, QueryContext ctx)
          Caches and materializes all items of the specified iterator.
 

Uses of ValueBuilder in org.basex.query.iter
 

Methods in org.basex.query.iter that return ValueBuilder
 ValueBuilder ValueBuilder.add(Item it)
          Adds a single item.
 ValueBuilder ValueBuilder.add(Value val)
          Adds the contents of a value.
 

Uses of ValueBuilder in org.basex.query.util.http
 

Fields in org.basex.query.util.http declared as ValueBuilder
 ValueBuilder HTTPRequest.bodyContent
          Body content.
 ValueBuilder HTTPRequest.Part.bodyContent
          Content of part body.
 

Methods in org.basex.query.util.http with parameters of type ValueBuilder
 HTTPRequest HTTPRequestParser.parse(ANode request, ValueBuilder bodies)
          Parses an element.
 Iter HTTPClient.sendRequest(byte[] href, ANode request, ValueBuilder bodies)
          Sends an HTTP request and returns the response.
 

Uses of ValueBuilder in org.basex.query.value
 

Methods in org.basex.query.value that return ValueBuilder
 ValueBuilder Value.cache()
          Creates an ValueBuilder, containing all items of this value.