XCC/J 3.1-9

com.marklogic.xcc
Class DocumentRepairLevel

java.lang.Object
  extended bycom.marklogic.xcc.DocumentRepairLevel

public final class DocumentRepairLevel
extends Object

A typesafe enumeration class defining load-time document repair levels.


Field Summary
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

NONE

public static final DocumentRepairLevel NONE
No automatic repair, insert as-is or error out if not well formed


FULL

public static final DocumentRepairLevel FULL
Repair document to make it well formed, if possible

Method Detail

toString

public String toString()
The name of this repair level: "none" or "full".

Returns:
The name of this document repair level, for diagnostic purposes.

XCC/J 3.1-9

Copyright © 2003-2008 Mark Logic Corporation, All Rights Reserved.

Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com