See: Description
Class | Description |
---|---|
AttributeNodeMapImpl | |
AttrImpl |
A read-only W3C DOM Node implementation of
MarkLogic's internal representation of an element attribute as
stored in the expanded tree cache of a forest on disk.
|
CharacterDataImpl |
A read-only W3C DOM Node implementation of
MarkLogic's internal representation of character data as stored in
the expanded tree cache of a forest on disk.
|
CommentImpl |
A read-only W3C DOM Node implementation of
MarkLogic's internal representation of an XML comment as stored in
the expanded tree cache of a forest on disk.
|
DocumentImpl |
A read-only W3C DOM Node implementation of
MarkLogic's internal representation of an XML or text document as
stored in the expanded tree cache of a forest on disk.
|
DocumentTypeImpl |
Document Type node is not part of XDM.
|
ElementImpl |
A read-only W3C DOM Node implementation of
MarkLogic's internal representation of a document element as stored
in the expanded tree cache of a forest on disk.
|
NodeImpl |
A read-only W3C DOM Node implementation of
MarkLogic's internal representation of a node as stored in the
expanded tree cache of a forest on disk.
|
NodeListImpl | |
ProcessingInstructionImpl |
A read-only W3C DOM Node implementation on top
of MarkLogic's internal representation of a processing instruction
in a document as stored on disk in the expanded tree cache of a
forest.
|
TextImpl |
A read-only W3C DOM Node implementation of
MarkLogic's internal representation of text data as stored in the
expanded tree cache of a forest on disk.
|
You cannot use these APIs to modify documents. However, you can use the APIs to clone a modifiable copy of a document or a portion of a document.
The classes in this package are used to support ForestInputFormat
and ForestDocument
.
Copyright © 2020 MarkLogic
Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com