|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A resource from the input file.
Method Summary | |
java.lang.String |
getAnonymousID()
A string distinguishing this anonymous resource, from other anonymous resources. |
java.lang.String |
getURI()
If the input file specifies a URI reference for this resource, return it. |
java.lang.Object |
getUserData()
The user data allows the RDF application to store one Object with each resource during parsing. |
boolean |
isAnonymous()
Was this resource not given a URI in the file. |
void |
setUserData(java.lang.Object d)
The user data allows the RDF application to store one Object with each resource during parsing. |
Method Detail |
public boolean isAnonymous()
public java.lang.String getAnonymousID()
isAnonymous()
returns false.public java.lang.String getURI()
isAnonymous()
returns true.public java.lang.Object getUserData()
public void setUserData(java.lang.Object d)
d
- A user data object which may be retrieved later with getUserData.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |