org.apache.tika.sax
Interface SafeContentHandler.Output

Enclosing class:
SafeContentHandler

protected static interface SafeContentHandler.Output

Internal interface that allows both character and ignorable whitespace content to be filtered the same way.


Method Summary
 void write(char[] ch, int start, int length)
           
 

Method Detail

write

void write(char[] ch,
           int start,
           int length)
           throws SAXException
Throws:
SAXException


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.