Package | Description |
---|---|
org.basex.io.parse.json | |
org.basex.query |
XQuery implementation.
|
org.basex.query.value |
XQuery values.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonMapConverter.closeArg() |
void |
JsonMapConverter.closeConstr() |
Item |
JsonConverter.convert(byte[] input,
String path)
Converts the specified input to an XQuery item.
|
void |
JsonMapConverter.numberLit(byte[] value) |
Modifier and Type | Method and Description |
---|---|
QueryIOException |
QueryError.getIO(Object... ext)
Throws a query I/O exception without
InputInfo reference. |
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.