Package org.apache.tika.sax
Interface SafeContentHandler.Output
- 
- Enclosing class:
- SafeContentHandler
 
 protected static interface SafeContentHandler.OutputInternal interface that allows both character and ignorable whitespace content to be filtered the same way.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(char[] ch, int start, int length)
 
- 
- 
- 
Method Detail- 
writevoid write(char[] ch, int start, int length) throws SAXException- Throws:
- SAXException
 
 
- 
 
-