Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
Modifier and Type | Class and Description |
---|---|
static class |
XMLSplitter.BasicElementVisitor
The basic visitor only splits elements with matching element namespace URI and local name.
|
Modifier and Type | Method and Description |
---|---|
XMLSplitter.Visitor<T> |
XMLSplitter.getVisitor()
Get the visitor used in XMLSplitter class.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSplitter.setVisitor(XMLSplitter.Visitor<T> visitor)
Set the visitor to select elements to split in XMLSplitter.
|
Constructor and Description |
---|
XMLSplitter(XMLSplitter.Visitor<T> visitor)
Construct an XMLSplitter which split the XML file according to the visitor.
|
Copyright © 2013-2021 MarkLogic Corporation.