Uses of Class
org.basex.io.out.ArrayOutput
Packages that use ArrayOutput
-
Uses of ArrayOutput in org.basex.gui.view.text
Methods in org.basex.gui.view.text with parameters of type ArrayOutputModifier and TypeMethodDescriptionvoidTextView.cache(ArrayOutput out, Command command, Value result) Caches the output, or indicates that the query must be executed again in order to retrieve the full result.voidTextView.setText(ArrayOutput out, long results) Sets the output text. -
Uses of ArrayOutput in org.basex.query.value
Methods in org.basex.query.value that return ArrayOutputModifier and TypeMethodDescriptionfinal ArrayOutputValue.serialize()Serializes the value, using the standard XML serializer, and returns the cached result.final ArrayOutputValue.serialize(SerializerOptions options) Serializes the value with the specified serialization parameters and returns the cached result.