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
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanFields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URLFields inherited from interface de.grogra.pf.io.SAXSource
NAMESPACE_PREFIXES, NAMESPACES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFeature(String name) voidsetFeature(String name, boolean value) Methods inherited from class de.grogra.pf.io.FilterSourceBase
getFilter, getFlavor, getMetaData, getRegistry, initProgressMonitor, setMetaData, setProgress, setProgress0, setProgressImpl, toString, useAutoProgressMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-
provideNamespaces
protected boolean provideNamespaces -
providePrefixes
protected boolean providePrefixes
-
-
Constructor Details
-
SAXSourceBase
-
-
Method Details
-
getFeature
- Specified by:
getFeaturein interfaceSAXSource- Throws:
SAXNotRecognizedException
-
setFeature
- Specified by:
setFeaturein interfaceSAXSource- Throws:
SAXNotRecognizedException
-