| Package | Description |
|---|---|
| com.marklogic.client.document |
The package provides classes for creating, retrieving, updating, and deleting documents in the database for the REST server.
|
| com.marklogic.client.query |
The package provides classes for queries including searching documents and reading values directly from indexes in the database for the REST server.
|
| com.marklogic.client.util |
The package provides loggers, specialized maps, and other utilities shared across other packages.
|
| Modifier and Type | Method and Description |
|---|---|
IterableNamespaceContext |
DocumentMetadataPatchBuilder.getNamespaces()
Returns the namespaces available for the paths of a patch against XML documents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentMetadataPatchBuilder.setNamespaces(IterableNamespaceContext namespaces)
Declares the namespaces available for the paths of a patch against XML documents.
|
| Modifier and Type | Method and Description |
|---|---|
IterableNamespaceContext |
StructuredQueryBuilder.getNamespaces()
Gets the namespace bindings used for the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructuredQueryBuilder.setNamespaces(IterableNamespaceContext namespaces)
Specifies the namespace bindings used for the query.
|
| Constructor and Description |
|---|
StructuredQueryBuilder(IterableNamespaceContext namespaces)
Constructs a query builder for queries using the specified namespace bindings.
|
StructuredQueryBuilder(String optionsName,
IterableNamespaceContext namespaces)
Constructs a query builder for queries against the options persisted with the specified name using the specified namespace bindings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EditableNamespaceContext
EditableNamespaceContext provides access to namespace bindings of prefixes and URIs and can act as a NamespaceContext.
|
Copyright © 2013-2017 MarkLogic Corporation.