de.grogra.pf.io
Class SAXSourceBase
java.lang.Object
de.grogra.pf.io.FilterSourceBase
de.grogra.pf.io.SAXSourceBase
- All Implemented Interfaces:
- FilterSource, SAXSource, RegistryContext
- Direct Known Subclasses:
- GraphXMLSource
public abstract class SAXSourceBase
- extends FilterSourceBase
- implements SAXSource
Method Summary |
boolean |
getFeature(java.lang.String name)
|
void |
setFeature(java.lang.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 |
provideNamespaces
protected boolean provideNamespaces
providePrefixes
protected boolean providePrefixes
SAXSourceBase
public SAXSourceBase(IOFlavor flavor,
Registry reg,
ModifiableMap metaData)
getFeature
public boolean getFeature(java.lang.String name)
throws org.xml.sax.SAXNotRecognizedException
- Specified by:
getFeature
in interface SAXSource
- Throws:
org.xml.sax.SAXNotRecognizedException
setFeature
public void setFeature(java.lang.String name,
boolean value)
throws org.xml.sax.SAXNotRecognizedException
- Specified by:
setFeature
in interface SAXSource
- Throws:
org.xml.sax.SAXNotRecognizedException