|
XCC/J 6.0-3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.marklogic.xcc.DocumentFormat
public final class DocumentFormat
Typesafe enumeration of allowable formats for document insertion.
| Field Summary | |
|---|---|
static DocumentFormat |
BINARY
Document format = binary() |
static DocumentFormat |
NONE
Document format = none (use server default) |
static DocumentFormat |
TEXT
Document format = text() |
static DocumentFormat |
XML
Document format = XML node() |
| Method Summary | |
|---|---|
String |
toString()
The name of this format: "xml", "text" or "binary". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DocumentFormat XML
public static final DocumentFormat TEXT
public static final DocumentFormat BINARY
public static final DocumentFormat NONE
| Method Detail |
|---|
public String toString()
toString in class Object
|
XCC/J 6.0-3 | ||||||||
| 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