org.jopendocument.io
Class ODTContentExtractor

java.lang.Object
  extended by org.jopendocument.io.ODTContentExtractor

public class ODTContentExtractor
extends Object


Constructor Summary
ODTContentExtractor(File f)
           
 
Method Summary
 boolean containsIgnoreCase(String s)
          Checks if the file contains a word.
 void load()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ODTContentExtractor

public ODTContentExtractor(File f)
Method Detail

load

public void load()
          throws IOException
Throws:
IOException

containsIgnoreCase

public boolean containsIgnoreCase(String s)
Checks if the file contains a word. This method is case insensitive.

Parameters:
s - a word or text
Returns:
true if the text if found


Copyright © 2010 jOpenDocument All Rights Reserved.