|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use StatementHandlerException | |
| org.jrdf.parser | |
| org.jrdf.parser.rdfxml | |
| Uses of StatementHandlerException in org.jrdf.parser |
| Methods in org.jrdf.parser that throw StatementHandlerException | |
void |
Parser.parse(InputStream in,
String baseURI)
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references. |
void |
Parser.parse(Reader reader,
String baseURI)
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references. |
void |
StatementHandler.handleStatement(SubjectNode subject,
PredicateNode predicate,
ObjectNode object)
Called by an RDF parser when it has parsed a statement. |
| Uses of StatementHandlerException in org.jrdf.parser.rdfxml |
| Methods in org.jrdf.parser.rdfxml that throw StatementHandlerException | |
void |
RdfXmlParser.parse(InputStream in,
String baseURI)
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references. |
void |
RdfXmlParser.parse(Reader reader,
String baseURI)
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||