Package | Description |
---|---|
com.marklogic.dom |
This package provides W3C DOM based APIs to the
internal on-disk representation of documents and their contents in
the expanded tree cache of a MarkLogic database forest.
|
com.marklogic.mapreduce |
MarkLogic Connector for Hadoop core
interfaces.
|
com.marklogic.tree |
Modifier and Type | Field and Description |
---|---|
protected ExpandedTree |
NodeImpl.tree |
Modifier and Type | Method and Description |
---|---|
ExpandedTree |
NodeImpl.getExpandedTree() |
Constructor and Description |
---|
AttrImpl(ExpandedTree tree,
int node) |
CharacterDataImpl(ExpandedTree tree,
int node) |
CommentImpl(ExpandedTree tree,
int node) |
DocumentImpl(ExpandedTree tree,
int node) |
ElementImpl(ExpandedTree tree,
int node) |
ProcessingInstructionImpl(ExpandedTree tree,
int node) |
TextImpl(ExpandedTree tree,
int node) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ForestReader.applyFilter(String uri,
ExpandedTree tree) |
static ForestDocument |
ForestDocument.createDocument(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path forestDir, ExpandedTree tree, String uri) |
Constructor and Description |
---|
DOMDocument(ExpandedTree tree) |
JSONDocument(ExpandedTree tree) |
LargeBinaryDocument(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path forestDir, ExpandedTree tree) |
RegularBinaryDocument(ExpandedTree tree) |
Modifier and Type | Method and Description |
---|---|
ExpandedTree |
CompressedTreeDecoder.decode(byte[] buf,
int len) |
Copyright © 2020 MarkLogic
Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com