public final class DocumentRepairLevel
extends java.lang.Object
A typesafe enumeration class defining load-time document repair levels.
Modifier and Type | Field and Description |
---|---|
static DocumentRepairLevel |
DEFAULT
Use server's default repair mode, which depends on the App Server default XQuery version
setting: 'none' for 1.0-ml or 1.0, 'full' for 0.9-ml or for MarkLogic Server releases prior
to 4.0.
|
static DocumentRepairLevel |
FULL
Repair document to make it well formed, if possible.
|
static DocumentRepairLevel |
NONE
No automatic repair, insert as-is or error out if not well formed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
The name of this repair level: "none" or "full".
|
public static final DocumentRepairLevel NONE
public static final DocumentRepairLevel FULL
public static final DocumentRepairLevel DEFAULT
Copyright © 2024 MarkLogic Corporation
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com