Package org.eclipse.rdf4j.rio.rdfxml
Class RDFXMLParser.PropertyElement
java.lang.Object
org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser.PropertyElement
- Enclosing class:
RDFXMLParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IRI
An optional datatype.private Resource
The resource that was used to append the last part of an rdf:List.private boolean
Flag indicating whether this PropertyElement has an attribute rdf:parseType="Collection".private IRI
An optional reification identifier.private final IRI
The property URI. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetURI()
boolean
boolean
void
setDatatype
(IRI datatype) void
setLastListResource
(Resource resource) void
setParseCollection
(boolean parseCollection) void
setReificationURI
(IRI reifURI)
-
Field Details
-
uri
The property URI. -
reificationURI
An optional reification identifier. -
datatype
An optional datatype. -
parseCollection
private boolean parseCollectionFlag indicating whether this PropertyElement has an attribute rdf:parseType="Collection". -
lastListResource
The resource that was used to append the last part of an rdf:List.
-
-
Constructor Details
-
PropertyElement
-
-
Method Details
-
getURI
-
isReified
public boolean isReified() -
setReificationURI
-
getReificationURI
-
setDatatype
-
getDatatype
-
parseCollection
public boolean parseCollection() -
setParseCollection
public void setParseCollection(boolean parseCollection) -
getLastListResource
-
setLastListResource
-