Module org.apache.jena.core
Interface AResourceInternal
- All Known Implementing Classes:
ARPResource
,URIReference
A resource from the input file.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Only for blank nodes - non blank need not support.void
Only for blank nodes - non blank need not support.Methods inherited from interface org.apache.jena.rdfxml.xmlinput1.AResource
getAnonymousID, getURI, getUserData, hasNodeID, isAnonymous, setUserData
-
Method Details
-
setHasBeenUsed
void setHasBeenUsed()Only for blank nodes - non blank need not support. -
getHasBeenUsed
boolean getHasBeenUsed()Only for blank nodes - non blank need not support.
-