de.oio.jpdfunit.document.util
Interface TextSearcher


public interface TextSearcher

The interface TextSearcher provides the methods for the different TextSearcher.

Author:
bbratkus

Method Summary
 boolean isTextContent(String text, String content)
          The method returns true if the strint was found in the content.
 

Method Detail

isTextContent

boolean isTextContent(String text,
                      String content)
The method returns true if the strint was found in the content.

Parameters:
text - The text to search for in the content.
content - The content to look for the text.
Returns:
Returns true if the text was found in the content.


Copyright © 2011. All Rights Reserved.