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)
|
write
void write(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.