@Deprecated public class SaxFilter extends Object implements ContentHandler
ContentProxy
????? ContentProxy is used MORE frequently!Modifier and Type | Field and Description |
---|---|
protected ContentHandler |
drain
Deprecated.
|
Constructor and Description |
---|
SaxFilter(ContentHandler drain0)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length)
Deprecated.
|
void |
endDocument()
Deprecated.
|
void |
endElement(String namespaceURI,
String localName,
String qName)
Deprecated.
|
void |
endPrefixMapping(String prefix)
Deprecated.
|
void |
ignorableWhitespace(char[] ch,
int start,
int length)
Deprecated.
|
void |
processingInstruction(String target,
String data)
Deprecated.
|
void |
setDocumentLocator(Locator locator)
Deprecated.
|
void |
skippedEntity(String name)
Deprecated.
|
void |
startDocument()
Deprecated.
|
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
Deprecated.
|
void |
startPrefixMapping(String prefix,
String uri)
Deprecated.
|
protected ContentHandler drain
public SaxFilter(ContentHandler drain0)
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
SAXException
public void endDocument() throws SAXException
endDocument
in interface ContentHandler
SAXException
public void endElement(String namespaceURI, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
SAXException
public void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping
in interface ContentHandler
SAXException
public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException
ignorableWhitespace
in interface ContentHandler
SAXException
public void processingInstruction(String target, String data) throws SAXException
processingInstruction
in interface ContentHandler
SAXException
public void setDocumentLocator(Locator locator)
setDocumentLocator
in interface ContentHandler
public void skippedEntity(String name) throws SAXException
skippedEntity
in interface ContentHandler
SAXException
public void startDocument() throws SAXException
startDocument
in interface ContentHandler
SAXException
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
SAXException
public void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping
in interface ContentHandler
SAXException
see also the complete user documentation .