Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
com.marklogic.client.extra.dom4j |
The package provides an adapter for using the dom4j Open Source library
to read and write XML documents, XML structured search, and other XML
data structures.
|
com.marklogic.client.extra.gson |
The package provides an adapter for using the GSON Open Source library
to read and write JSON documents, JSON structured search, and other JSON
input and output.
|
com.marklogic.client.extra.jdom |
The package provides an adapter for using the JDOM Open Source library
to read and write XML documents, XML structured search, and other XML
data structures.
|
com.marklogic.client.io |
The package provides the handle classes with different representations for document content
when you read documents from the database or write documents to the database.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DatabaseClientFactory.HandleFactoryRegistry.register(ContentHandleFactory factory) |
Associates a factory for content handles with the classes
for IO representations known to the factory.
|
void |
DatabaseClientFactory.HandleFactoryRegistry.register(ContentHandleFactory factory,
java.lang.Class<?>... ioClasses) |
Associates a factory for content handles with the specified classes
for IO representations.
|
Modifier and Type | Method | Description |
---|---|---|
static ContentHandleFactory |
DOM4JHandle.newFactory() |
Creates a factory to create a DOM4JHandle instance for a dom4j document.
|
Modifier and Type | Method | Description |
---|---|---|
static ContentHandleFactory |
GSONHandle.newFactory() |
Creates a factory to create a GSONHandle instance for a JsonElement node.
|
Modifier and Type | Method | Description |
---|---|---|
static ContentHandleFactory |
JDOMHandle.newFactory() |
Creates a factory to create a JDOMHandle instance for a JDOM document.
|
Modifier and Type | Method | Description |
---|---|---|
static ContentHandleFactory |
BytesHandle.newFactory() |
Creates a factory to create a BytesHandle instance for a byte[] array.
|
static ContentHandleFactory |
DOMHandle.newFactory() |
Creates a factory to create a DOMHandle instance for a DOM document.
|
static ContentHandleFactory |
FileHandle.newFactory() |
Creates a factory to create a FileHandle for a file.
|
static ContentHandleFactory |
InputSourceHandle.newFactory() |
Creates a factory to create a InputSourceHandle instance for a SAX InputSource.
|
static ContentHandleFactory |
InputStreamHandle.newFactory() |
Creates a factory to create an InputStreamHandle instance for an input stream.
|
static ContentHandleFactory |
JacksonDatabindHandle.newFactory(com.fasterxml.jackson.databind.ObjectMapper mapper,
java.lang.Class<?>... pojoClasses) |
Creates a factory to create a JacksonDatabindHandle instance for POJO instances
of the specified classes.
|
static ContentHandleFactory |
JacksonDatabindHandle.newFactory(java.lang.Class<?>... pojoClasses) |
Creates a factory to create a JacksonDatabindHandle instance for POJO instances
of the specified classes.
|
static ContentHandleFactory |
JacksonHandle.newFactory() |
Creates a factory to create a JacksonHandle instance for a JSON node.
|
static ContentHandleFactory |
JacksonParserHandle.newFactory() |
Creates a factory to create a JacksonParserHandle instance for a JsonParser.
|
static ContentHandleFactory |
JAXBHandle.newFactory(java.lang.Class<?>... pojoClasses) |
Creates a factory to create a JAXBHandle instance for POJO instances
of the specified classes.
|
static ContentHandleFactory |
JAXBHandle.newFactory(javax.xml.bind.JAXBContext context,
java.lang.Class<?>... pojoClasses) |
Creates a factory to create a JAXBHandle instance for POJO instances
of the specified classes.
|
static ContentHandleFactory |
ReaderHandle.newFactory() |
Creates a factory to create a ReaderHandle instance for a Reader.
|
static ContentHandleFactory |
SourceHandle.newFactory() |
Creates a factory to create a SourceHandle instance for a Transformer Source.
|
static ContentHandleFactory |
StringHandle.newFactory() |
Creates a factory to create a StringHandle instance for a string.
|
static ContentHandleFactory |
XMLEventReaderHandle.newFactory() |
Creates a factory to create an XMLEventReaderHandle instance for a StAX event reader.
|
static ContentHandleFactory |
XMLStreamReaderHandle.newFactory() |
Creates a factory to create an XMLStreamReaderHandle instance for a StAX stream reader.
|
Copyright © 2013-2019 MarkLogic Corporation.