public final class DocumentFormat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DocumentFormat |
BINARY
Document format = binary()
|
static DocumentFormat |
JSON
Document format = JSON node()
|
static DocumentFormat |
NONE
Document format = none (use server
default)
|
static DocumentFormat |
TEXT
Document format = text()
|
static DocumentFormat |
XML
Document format = XML node()
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
The name of this format: "xml", "text" or
"binary".
|
public static final DocumentFormat XML
public static final DocumentFormat JSON
public static final DocumentFormat TEXT
public static final DocumentFormat BINARY
public static final DocumentFormat NONE
Copyright © 2024 MarkLogic
Corporation
Complete online documentation for MarkLogic Server,
XQuery and related components may
be found at
developer.marklogic.com