Package | Description |
---|---|
org.basex.io.serial |
Modifier and Type | Field and Description |
---|---|
static EnumOption<SerialMethod> |
SerializerOptions.JSON_NODE_OUTPUT_METHOD
Serialization parameter: xml/xhtml/html/text.
|
static EnumOption<SerialMethod> |
SerializerOptions.METHOD
Serialization parameter: xml/xhtml/html/text/json/csv/adaptive.
|
Modifier and Type | Method and Description |
---|---|
static SerialMethod |
SerialMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialMethod[] |
SerialMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.