org.w3c.rdf.syntax
Interface RDFParser
- All Known Implementing Classes:
- SiRPAC, GenericParser
- public interface RDFParser
RDF parser interface
|
Method Summary |
void |
parse(org.xml.sax.InputSource source,
RDFConsumer consumer)
Parse from the given SAX/XML input source. |
void |
setErrorHandler(org.xml.sax.ErrorHandler handler)
|
parse
public void parse(org.xml.sax.InputSource source,
RDFConsumer consumer)
throws org.xml.sax.SAXException
- Parse from the given SAX/XML input source.
setErrorHandler
public void setErrorHandler(org.xml.sax.ErrorHandler handler)