Package | Description |
---|---|
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 | Description |
---|---|---|
SourceHandle |
SourceHandle.with(javax.xml.transform.Source content) |
Assigns a transform source that produces the content and returns
the handle as a fluent convenience.
|
SourceHandle |
SourceHandle.withMimetype(java.lang.String mimetype) |
Specifies the mime type of the content and returns the handle
as a fluent convenience.
|
SourceHandle |
SourceHandle.withTransformer(javax.xml.transform.Transformer transformer) |
Specifies a transformer for modifying the content and returns the handle
as a fluent convenience.
|
Copyright © 2013-2019 MarkLogic Corporation.