de.grogra.pf.io
Interface SAXSource
- All Superinterfaces:
- FilterSource, RegistryContext
- All Known Implementing Classes:
- FunctionFilter, GraphXMLSource, LazyFilter, NullSource, SAXFilterBase, SAXSourceBase, StreamAdapter, XSLTFilter
public interface SAXSource
- extends FilterSource
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
Method Summary |
boolean |
getFeature(java.lang.String name)
|
void |
parse(org.xml.sax.ContentHandler ch,
org.xml.sax.ErrorHandler eh,
org.xml.sax.ext.LexicalHandler lh,
org.xml.sax.DTDHandler dh,
org.xml.sax.EntityResolver er)
|
void |
setFeature(java.lang.String name,
boolean value)
|
NAMESPACE_PREFIXES
static final java.lang.String NAMESPACE_PREFIXES
- See Also:
- Constant Field Values
NAMESPACES
static final java.lang.String NAMESPACES
- See Also:
- Constant Field Values
getFeature
boolean getFeature(java.lang.String name)
throws org.xml.sax.SAXNotRecognizedException,
org.xml.sax.SAXNotSupportedException
- Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
parse
void parse(org.xml.sax.ContentHandler ch,
org.xml.sax.ErrorHandler eh,
org.xml.sax.ext.LexicalHandler lh,
org.xml.sax.DTDHandler dh,
org.xml.sax.EntityResolver er)
throws java.io.IOException,
org.xml.sax.SAXException
- Throws:
java.io.IOException
org.xml.sax.SAXException
setFeature
void setFeature(java.lang.String name,
boolean value)
throws org.xml.sax.SAXNotRecognizedException,
org.xml.sax.SAXNotSupportedException
- Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException