Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(char[] ch, int start, int length)
-
-
-
Method Detail
-
write
void write(char[] ch, int start, int length) throws SAXException
- Throws:
SAXException
-
-