|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RDFEventListener
RDF event listener.
Field Summary | |
---|---|
static int |
NODETYPE_BLANK_NODE
Constant denoting a blank node. |
static int |
NODETYPE_LITERAL
Consant denoting a literal. |
static int |
NODETYPE_URIREF
Constant denoting an URI reference node. |
Method Summary | |
---|---|
void |
newStatement(java.lang.String subject,
int subjectType,
java.lang.String predicate,
java.lang.String object,
int objectType,
java.lang.String datatype,
java.lang.String lang)
Call-back invoked when a RDF parser parsed a new statement. |
Field Detail |
---|
static final int NODETYPE_BLANK_NODE
static final int NODETYPE_URIREF
static final int NODETYPE_LITERAL
Method Detail |
---|
void newStatement(java.lang.String subject, int subjectType, java.lang.String predicate, java.lang.String object, int objectType, java.lang.String datatype, java.lang.String lang)
subject
- the triple's subjectsubjectType
- the node type of the subject, either NODETYPE_URIREF
or NODETYPE_BLANK_NODE
predicate
- the triple's predicateobject
- the triple's predicateobjectType
- the node type of the object, either NODETYPE_URIREF
, NODETYPE_BLANK_NODE
or NODETYPE_LITERAL
datatype
- the datatype of the object (if it is a literal) or null
lang
- the language tag of the object (if it is a literal) or null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |