public class SafeContentHandler extends Object implements ContentHandler
Constructor and Description |
---|
SafeContentHandler(ContentHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] arg0,
int arg1,
int arg2) |
void |
endDocument() |
void |
endElement(String arg0,
String arg1,
String arg2) |
void |
endPrefixMapping(String arg0) |
void |
ignorableWhitespace(char[] arg0,
int arg1,
int arg2) |
void |
processingInstruction(String arg0,
String arg1) |
void |
setDocumentLocator(Locator arg0) |
void |
skippedEntity(String arg0) |
void |
startDocument() |
void |
startElement(String arg0,
String arg1,
String arg2,
Attributes arg3) |
void |
startPrefixMapping(String arg0,
String arg1) |
public SafeContentHandler(ContentHandler handler)
public void startDocument() throws SAXException
startDocument
in interface ContentHandler
SAXException
public void endDocument() throws SAXException
endDocument
in interface ContentHandler
SAXException
public void characters(char[] arg0, int arg1, int arg2) throws SAXException
characters
in interface ContentHandler
arg0
- arg1
- arg2
- SAXException
public void endElement(String arg0, String arg1, String arg2) throws SAXException
endElement
in interface ContentHandler
arg0
- arg1
- arg2
- SAXException
public void endPrefixMapping(String arg0) throws SAXException
endPrefixMapping
in interface ContentHandler
arg0
- SAXException
public void ignorableWhitespace(char[] arg0, int arg1, int arg2) throws SAXException
ignorableWhitespace
in interface ContentHandler
arg0
- arg1
- arg2
- SAXException
public void processingInstruction(String arg0, String arg1) throws SAXException
processingInstruction
in interface ContentHandler
arg0
- arg1
- SAXException
public void setDocumentLocator(Locator arg0)
setDocumentLocator
in interface ContentHandler
arg0
- public void skippedEntity(String arg0) throws SAXException
skippedEntity
in interface ContentHandler
arg0
- SAXException
public void startElement(String arg0, String arg1, String arg2, Attributes arg3) throws SAXException
startElement
in interface ContentHandler
arg0
- arg1
- arg2
- arg3
- SAXException
public void startPrefixMapping(String arg0, String arg1) throws SAXException
startPrefixMapping
in interface ContentHandler
arg0
- arg1
- SAXException
Copyright © 2014 Apache Software Foundation. All rights reserved.