Uses of Class
org.basex.io.out.ArrayOutput

Packages that use ArrayOutput
org.basex.data Database structures. 
org.basex.gui.view.text GUI Text View. 
org.basex.io.out   
org.basex.query.iter XQuery iterators. 
org.basex.query.value XQuery data types. 
 

Uses of ArrayOutput in org.basex.data
 

Methods in org.basex.data that return ArrayOutput
 ArrayOutput Nodes.serialize()
           
 ArrayOutput Result.serialize()
          Serializes the result, using the standard serializer, and returns the cached result.
 

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

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

Uses of ArrayOutput in org.basex.io.out
 

Methods in org.basex.io.out that return ArrayOutput
 ArrayOutput ArrayOutput.max(int m)
          Sets the maximum number of bytes to be written.
 

Uses of ArrayOutput in org.basex.query.iter
 

Methods in org.basex.query.iter that return ArrayOutput
 ArrayOutput ValueBuilder.serialize()
           
 

Uses of ArrayOutput in org.basex.query.value
 

Methods in org.basex.query.value that return ArrayOutput
 ArrayOutput Value.serialize()
          Serializes the value, using the standard XML serializer, and returns the cached result.