Package | Description |
---|---|
com.marklogic.client.document |
The package provides classes for creating, retrieving, updating, and deleting
documents in the database for the REST server.
|
Modifier and Type | Method and Description |
---|---|
XMLDocumentManager.DocumentRepair |
XMLDocumentManager.getDocumentRepair()
Returns the repair policy for XML documents written by the manager.
|
static XMLDocumentManager.DocumentRepair |
XMLDocumentManager.DocumentRepair.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLDocumentManager.DocumentRepair[] |
XMLDocumentManager.DocumentRepair.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLDocumentManager.setDocumentRepair(XMLDocumentManager.DocumentRepair policy)
Specifies whether poorly formed XML documents written by the manager
should be repaired on the server.
|
Copyright © 2013-2016 MarkLogic Corporation.