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.jackson |
The package provides an adapter for using the Jackson 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.extra.xom |
The package provides an adapter for using the XOM 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 and 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,
Class<?>... ioClasses)
Associates a factory for content handles with the specified classes
for IO representations.
|
Modifier and Type | Method and Description |
---|---|
static ContentHandleFactory |
DOM4JHandle.newFactory()
Creates a factory to create a DOM4JHandle instance for a dom4j document.
|
Modifier and Type | Method and Description |
---|---|
static ContentHandleFactory |
GSONHandle.newFactory()
Creates a factory to create a GSONHandle instance for a JsonElement node.
|
Modifier and Type | Method and Description |
---|---|
static ContentHandleFactory |
JacksonHandle.newFactory()
Creates a factory to create a JacksonHandle instance for a JSON node.
|
Modifier and Type | Method and Description |
---|---|
static ContentHandleFactory |
JDOMHandle.newFactory()
Creates a factory to create a JDOMHandle instance for a JDOM document.
|
Modifier and Type | Method and Description |
---|---|
static ContentHandleFactory |
XOMHandle.newFactory()
Creates a factory to create a XOMHandle instance for a XOM document.
|
Modifier and Type | Method and Description |
---|---|
static ContentHandleFactory |
XMLStreamReaderHandle.newFactory()
Creates a factory to create an XMLStreamReaderHandle instance for a StAX stream reader.
|
static ContentHandleFactory |
XMLEventReaderHandle.newFactory()
Creates a factory to create an XMLEventReaderHandle instance for a StAX event reader.
|
static ContentHandleFactory |
StringHandle.newFactory()
Creates a factory to create a StringHandle instance for a string.
|
static ContentHandleFactory |
SourceHandle.newFactory()
Creates a factory to create a SourceHandle instance for a Transformer Source.
|
static ContentHandleFactory |
ReaderHandle.newFactory()
Creates a factory to create a ReaderHandle instance for a Reader.
|
static ContentHandleFactory |
InputStreamHandle.newFactory()
Creates a factory to create an InputStreamHandle instance for an input stream.
|
static ContentHandleFactory |
InputSourceHandle.newFactory()
Creates a factory to create a InputSourceHandle instance for a SAX InputSource.
|
static ContentHandleFactory |
FileHandle.newFactory()
Creates a factory to create a FileHandle for a file.
|
static ContentHandleFactory |
DOMHandle.newFactory()
Creates a factory to create a DOMHandle instance for a DOM document.
|
static ContentHandleFactory |
BytesHandle.newFactory()
Creates a factory to create a BytesHandle instance for a byte[] array.
|
static ContentHandleFactory |
JAXBHandle.newFactory(Class<?>... pojoClasses)
Creates a factory to create a JAXBHandle instance for POJO instances
of the specified classes.
|
static ContentHandleFactory |
JAXBHandle.newFactory(JAXBContext context,
Class<?>... pojoClasses)
Creates a factory to create a JAXBHandle instance for POJO instances
of the specified classes.
|
Copyright © 2013-2015 MarkLogic Corporation.