Package eu.bandm.tools.util
Class SaxFilter
java.lang.Object
eu.bandm.tools.util.SaxFilter
- All Implemented Interfaces:
ContentHandler
- Direct Known Subclasses:
ForeignFilter
Deprecated.
Does the SAME as
ContentProxy
????? ContentProxy is used MORE frequently!-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(char[] ch, int start, int length) Deprecated.void
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
Deprecated.void
startElement
(String namespaceURI, String localName, String qName, Attributes atts) Deprecated.void
startPrefixMapping
(String prefix, String uri) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
drain
Deprecated.
-
-
Constructor Details
-
SaxFilter
Deprecated.
-
-
Method Details
-
characters
Deprecated.- Specified by:
characters
in interfaceContentHandler
- Throws:
SAXException
-
endDocument
Deprecated.- Specified by:
endDocument
in interfaceContentHandler
- Throws:
SAXException
-
endElement
Deprecated.- Specified by:
endElement
in interfaceContentHandler
- Throws:
SAXException
-
endPrefixMapping
Deprecated.- Specified by:
endPrefixMapping
in interfaceContentHandler
- Throws:
SAXException
-
ignorableWhitespace
Deprecated.- Specified by:
ignorableWhitespace
in interfaceContentHandler
- Throws:
SAXException
-
processingInstruction
Deprecated.- Specified by:
processingInstruction
in interfaceContentHandler
- Throws:
SAXException
-
setDocumentLocator
Deprecated.- Specified by:
setDocumentLocator
in interfaceContentHandler
-
skippedEntity
Deprecated.- Specified by:
skippedEntity
in interfaceContentHandler
- Throws:
SAXException
-
startDocument
Deprecated.- Specified by:
startDocument
in interfaceContentHandler
- Throws:
SAXException
-
startElement
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException Deprecated.- Specified by:
startElement
in interfaceContentHandler
- Throws:
SAXException
-
startPrefixMapping
Deprecated.- Specified by:
startPrefixMapping
in interfaceContentHandler
- Throws:
SAXException
-