org.modeshape.graph.text
Interface TextExtractorOutput


public interface TextExtractorOutput

The interface passed to a TextExtractor to which the extractor should record all text content.


Method Summary
 void recordText(String text)
          Record the text as being extracted.
 

Method Detail

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-2011 JBoss, a division of Red Hat. All Rights Reserved.