- All Superinterfaces:
FilterSource
,RegistryContext
- All Known Implementing Classes:
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
Fields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URL
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getFeature
(String name) void
parse
(ContentHandler ch, ErrorHandler eh, LexicalHandler lh, DTDHandler dh, EntityResolver er) void
setFeature
(String name, boolean value) Methods inherited from interface de.grogra.pf.io.FilterSource
getFilter, getFlavor, getMetaData, getSystemId, initProgressMonitor, setMetaData, setProgress
Methods 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:
IOException
SAXException
-