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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) Deprecated.voidDeprecated.voidendElement(String namespaceURI, String localName, String qName) Deprecated.voidendPrefixMapping(String prefix) Deprecated.voidignorableWhitespace(char[] ch, int start, int length) Deprecated.voidprocessingInstruction(String target, String data) Deprecated.voidsetDocumentLocator(Locator locator) Deprecated.voidskippedEntity(String name) Deprecated.voidDeprecated.voidstartElement(String namespaceURI, String localName, String qName, Attributes atts) Deprecated.voidstartPrefixMapping(String prefix, String uri) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
drain
Deprecated.
-
-
Constructor Details
-
SaxFilter
Deprecated.
-
-
Method Details
-
characters
Deprecated.- Specified by:
charactersin interfaceContentHandler- Throws:
SAXException
-
endDocument
Deprecated.- Specified by:
endDocumentin interfaceContentHandler- Throws:
SAXException
-
endElement
Deprecated.- Specified by:
endElementin interfaceContentHandler- Throws:
SAXException
-
endPrefixMapping
Deprecated.- Specified by:
endPrefixMappingin interfaceContentHandler- Throws:
SAXException
-
ignorableWhitespace
Deprecated.- Specified by:
ignorableWhitespacein interfaceContentHandler- Throws:
SAXException
-
processingInstruction
Deprecated.- Specified by:
processingInstructionin interfaceContentHandler- Throws:
SAXException
-
setDocumentLocator
Deprecated.- Specified by:
setDocumentLocatorin interfaceContentHandler
-
skippedEntity
Deprecated.- Specified by:
skippedEntityin interfaceContentHandler- Throws:
SAXException
-
startDocument
Deprecated.- Specified by:
startDocumentin interfaceContentHandler- Throws:
SAXException
-
startElement
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException Deprecated.- Specified by:
startElementin interfaceContentHandler- Throws:
SAXException
-
startPrefixMapping
Deprecated.- Specified by:
startPrefixMappingin interfaceContentHandler- Throws:
SAXException
-