|
XCC/J 4.1-11 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.marklogic.xcc.DocumentRepairLevel
public final class DocumentRepairLevel
A typesafe enumeration class defining load-time document repair levels.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
String |
toString()
The name of this repair level: "none" or "full". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DocumentRepairLevel NONE
public static final DocumentRepairLevel FULL
public static final DocumentRepairLevel DEFAULT
| Method Detail |
|---|
public String toString()
toString in class Object
|
XCC/J 4.1-11 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com