Class RDFXMLParser.PropertyElement
java.lang.Object
org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser.PropertyElement
- Enclosing class:
RDFXMLParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IRIAn optional datatype.private ResourceThe resource that was used to append the last part of an rdf:List.private booleanFlag indicating whether this PropertyElement has an attribute rdf:parseType="Collection".private IRIAn optional reification identifier.private final IRIThe property URI. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetURI()booleanbooleanvoidsetDatatype(IRI datatype) voidsetLastListResource(Resource resource) voidsetParseCollection(boolean parseCollection) voidsetReificationURI(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
-