Package | Description |
---|---|
org.apache.jena.rdfxml.xmlinput |
A parser for RDF/XML.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedHandler.endBNodeScope(AResource bnode)
After this call, no more triples will be reported
which use
bnode . |
void |
StatementHandler.statement(AResource subj,
AResource pred,
ALiteral lit)
A triple in the file.
|
void |
StatementHandler.statement(AResource subj,
AResource pred,
AResource obj)
A triple in the file.
|
Licenced under the Apache License, Version 2.0