| Package | Description |
|---|---|
| org.basex.io.serial | |
| org.basex.query |
XQuery implementation.
|
| Modifier and Type | Field and Description |
|---|---|
static SerializerProp |
Serializer.PROPS
Default serialization parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static Serializer |
Serializer.get(java.io.OutputStream os,
SerializerProp props)
Returns a specific serializer.
|
| Constructor and Description |
|---|
JsonMLSerializer(java.io.OutputStream os,
SerializerProp props)
Constructor.
|
JSONSerializer(java.io.OutputStream os,
SerializerProp props)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SerializerProp |
QueryContext.serParams(boolean optional)
Returns the serialization parameters used for and specified by this query.
|