Package | Description |
---|---|
org.basex.gui.view.text |
GUI Text View.
|
org.basex.io.out | |
org.basex.query.value |
XQuery values.
|
Modifier and Type | Method and Description |
---|---|
void |
TextView.cacheText(ArrayOutput out,
Command c,
Result r)
Caches the output.
|
void |
TextView.setText(ArrayOutput out)
Sets the output text.
|
Modifier and Type | Method and Description |
---|---|
ArrayOutput |
ArrayOutput.normalize()
Normalizes newlines in the byte array.
|
Modifier and Type | Method and Description |
---|---|
ArrayOutput |
Value.serialize()
Serializes the value, using the standard XML serializer,
and returns the cached result.
|
ArrayOutput |
Value.serialize(SerializerOptions options)
Serializes the value with the specified serialization parameters and returns the cached result.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.