org.modeshape.jcr.api.text
Interface TextExtractor.Output
- All Known Implementing Classes:
- TextExtractorOutput
- Enclosing class:
- TextExtractor
public static interface TextExtractor.Output
The interface passed to a TextExtractor to which the extractor should record all text content.
recordText
void recordText(String text)
- Record the text as being extracted. This method can be called multiple times during a single extract.
- Parameters:
text
- the text extracted from the content.
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.