public static enum XMLDocumentManager.DocumentRepair extends java.lang.Enum<XMLDocumentManager.DocumentRepair>
Enum Constant | 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 | Description |
---|---|---|
static XMLDocumentManager.DocumentRepair |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2013-2019 MarkLogic Corporation.