|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.rdf.arp.StanfordImpl
An implementation of Sergey Melnik's Stanford API, used by SiRPAC. Note: this interface is provided for backwards compatibility and does not give access to the whole range of ARP features.
Constructor Summary | |
StanfordImpl()
Creates an RDFParser. |
Method Summary | |
void |
parse(org.xml.sax.InputSource source,
org.w3c.rdf.syntax.RDFConsumer consumer)
Parse from the given SAX/XML input source. |
void |
setErrorHandler(org.xml.sax.ErrorHandler handler)
Set the error handler. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StanfordImpl()
Method Detail |
public void parse(org.xml.sax.InputSource source, org.w3c.rdf.syntax.RDFConsumer consumer) throws org.xml.sax.SAXException
parse
in interface org.w3c.rdf.syntax.RDFParser
source
- The RDF/XML document to parse.consumer
- For callbacks from the parser.
org.xml.sax.SAXException
public void setErrorHandler(org.xml.sax.ErrorHandler handler)
setErrorHandler
in interface org.w3c.rdf.syntax.RDFParser
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |