Package | Description |
---|---|
org.apache.tika.sax |
SAX utilities.
|
Modifier and Type | Class and Description |
---|---|
private static class |
SafeContentHandler.StringOutput |
Modifier and Type | Field and Description |
---|---|
private SafeContentHandler.Output |
SafeContentHandler.charactersOutput
Output through the
ContentHandler.characters(char[], int, int)
method of the decorated content handler. |
private SafeContentHandler.Output |
SafeContentHandler.ignorableWhitespaceOutput
Output through the
ContentHandler.ignorableWhitespace(char[], int, int)
method of the decorated content handler. |
Modifier and Type | Method and Description |
---|---|
private void |
SafeContentHandler.filter(char[] ch,
int start,
int length,
SafeContentHandler.Output output)
Filters and outputs the contents of the given input buffer.
|
protected void |
SafeContentHandler.writeReplacement(SafeContentHandler.Output output)
Outputs the replacement for an invalid character.
|