java.lang.Object
de.grogra.pf.io.FilterSourceBase
de.grogra.pf.io.SAXSourceBase
- All Implemented Interfaces:
FilterSource
,SAXSource
,RegistryContext
- Direct Known Subclasses:
GraphXMLSource
,XMLSerializer
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.grogra.pf.io.FilterSource
FilterSource.MetaDataKey<V>
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
Fields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URL
Fields inherited from interface de.grogra.pf.io.SAXSource
NAMESPACE_PREFIXES, NAMESPACES
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getFeature
(String name) void
setFeature
(String name, boolean value) Methods inherited from class de.grogra.pf.io.FilterSourceBase
getFilter, getFlavor, getMetaData, getRegistry, initProgressMonitor, setMetaData, setProgress, setProgress0, setProgressImpl, toString, useAutoProgress
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
-
provideNamespaces
protected boolean provideNamespaces -
providePrefixes
protected boolean providePrefixes
-
-
Constructor Details
-
SAXSourceBase
-
-
Method Details
-
getFeature
- Specified by:
getFeature
in interfaceSAXSource
- Throws:
SAXNotRecognizedException
-
setFeature
- Specified by:
setFeature
in interfaceSAXSource
- Throws:
SAXNotRecognizedException
-