public interface Content
| Modifier and Type | Method and Description |
|---|---|
CharSequenceBuffer |
createDataOnlyBuffer()
Creates a buffer that will output it contents in
getData(), but NOT in the
extracted properties from getExtractedProperties(). |
ContentChunk |
getData()
The main data of the content - that is, the complete document.
|
ContentProperty |
getExtractedProperties()
Get a tree of extracted properties, that were captured by the
ContentProcessor. |
ContentChunk getData()
ContentProcessor.ContentProperty getExtractedProperties()
ContentProcessor.CharSequenceBuffer createDataOnlyBuffer()
getData(), but NOT in the
extracted properties from getExtractedProperties().Copyright © 2015. All Rights Reserved.