java.lang.Object
org.apache.jena.rdfxml.xmlinput1.impl.TaintImpl
org.apache.jena.rdfxml.xmlinput1.impl.ARPResource
- All Implemented Interfaces:
AResource,ANode,AResourceInternal,Taint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA string distinguishing this anonymous resource, from other anonymous resources.booleanOnly for blank nodes - non blank need not support.getURI()The URI reference for this resource, if any.The user data allows the RDF application to store one Object with each blank node during parsing.inthashCode()booleanTrue, if this is an anonymous resource with an explicit rdf:nodeID.booleanTrue if this resource does not have an associated URI.voidOnly for blank nodes - non blank need not support.voidThe user data allows the RDF application to store one Object with each blank node during parsing.toString()
-
Field Details
-
DEBUG
public static final boolean DEBUG- See Also:
-
-
Constructor Details
-
ARPResource
-
ARPResource
-
-
Method Details
-
isAnonymous
public boolean isAnonymous()Description copied from interface:AResourceTrue if this resource does not have an associated URI.- Specified by:
isAnonymousin interfaceAResource- Returns:
- True if this resource is anonymous.
-
getAnonymousID
Description copied from interface:AResourceA string distinguishing this anonymous resource, from other anonymous resources. Undefined ifAResource.isAnonymous()returns false.- Specified by:
getAnonymousIDin interfaceAResource- Returns:
- An identifier with file scope for this anonymous resource..
-
getURI
Description copied from interface:AResourceThe URI reference for this resource, if any. Not defined ifAResource.isAnonymous()returns true. -
toString
-
hashCode
public int hashCode() -
equals
-
getUserData
Description copied from interface:AResourceThe user data allows the RDF application to store one Object with each blank node during parsing. This may help with garbage collect strategies when parsing huge files. No references to the user data are maintained after a blank node goes out of scope.- Specified by:
getUserDatain interfaceAResource- Returns:
- A user data object previously stored with
AResource.setUserData(java.lang.Object); or null if none.
-
setUserData
Description copied from interface:AResourceThe user data allows the RDF application to store one Object with each blank node during parsing. This may help with garbage collect strategies when parsing huge files. No references to the user data are maintained after a blank node goes out of scope.See note about large files in class documentation for
ARP.- Specified by:
setUserDatain interfaceAResource- Parameters:
d- A user data object which may be retrieved later withAResource.getUserData().
-
hasNodeID
public boolean hasNodeID()Description copied from interface:AResourceTrue, if this is an anonymous resource with an explicit rdf:nodeID. -
setHasBeenUsed
public void setHasBeenUsed()Description copied from interface:AResourceInternalOnly for blank nodes - non blank need not support.- Specified by:
setHasBeenUsedin interfaceAResourceInternal
-
getHasBeenUsed
public boolean getHasBeenUsed()Description copied from interface:AResourceInternalOnly for blank nodes - non blank need not support.- Specified by:
getHasBeenUsedin interfaceAResourceInternal
-