org.w3c.rdf.syntax
Interface RDFParser

All Known Implementing Classes:
SiRPAC, GenericXML2RDF

public interface RDFParser

RDF parser interface


Method Summary
 void parse(InputSource source, RDFConsumer consumer)
          Parse from the given SAX/XML input source.
 void setErrorHandler(ErrorHandler handler)
           
 

Method Detail

parse

public void parse(InputSource source,
                  RDFConsumer consumer)
           throws SAXException
Parse from the given SAX/XML input source.

setErrorHandler

public void setErrorHandler(ErrorHandler handler)