- All Superinterfaces:
FilterSource,RegistryContext
- All Known Implementing Classes:
FunctionFilter,GraphXMLSource,LazyFilter,NullSource,SAXFilterBase,SAXSourceBase,StreamAdapter,XMLSerializer,XSLTFilter
This subinterface of
FilterSource has to be implemented
by filter sources whose flavor supports SAX events
(IOFlavor.SAX). It represents the data
as a stream of SAX events.- Author:
- Ole Kniemeyer
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.grogra.pf.io.FilterSource
FilterSource.MetaDataKey<V> -
Field Summary
FieldsFields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URL -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFeature(String name) voidparse(ContentHandler ch, ErrorHandler eh, LexicalHandler lh, DTDHandler dh, EntityResolver er) voidsetFeature(String name, boolean value) Methods inherited from interface de.grogra.pf.io.FilterSource
getFilter, getFlavor, getMetaData, getSystemId, initProgressMonitor, setMetaData, setProgressMethods inherited from interface de.grogra.pf.registry.RegistryContext
getRegistry
-
Field Details
-
NAMESPACES
- See Also:
-
NAMESPACE_PREFIXES
- See Also:
-
-
Method Details
-
getFeature
-
setFeature
void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException -
parse
void parse(ContentHandler ch, ErrorHandler eh, LexicalHandler lh, DTDHandler dh, EntityResolver er) throws IOException, SAXException - Throws:
IOExceptionSAXException
-