public static enum XMLDocumentManager.DocumentRepair extends Enum<XMLDocumentManager.DocumentRepair>
| Enum Constant and Description |
|---|
FULL
Specifies that the server should try all methods for repairing
the document when an invalid document is written.
|
NONE
Specifies that the server should not try to repair
the document when an invalid document is written.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLDocumentManager.DocumentRepair |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLDocumentManager.DocumentRepair[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLDocumentManager.DocumentRepair FULL
public static final XMLDocumentManager.DocumentRepair NONE
public static XMLDocumentManager.DocumentRepair[] values()
for (XMLDocumentManager.DocumentRepair c : XMLDocumentManager.DocumentRepair.values()) System.out.println(c);
public static XMLDocumentManager.DocumentRepair valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013-2015 MarkLogic Corporation.