Uses of Class
org.eclipse.rdf4j.rio.helpers.RDFaVersion
-
Packages that use RDFaVersion Package Description org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio. -
-
Uses of RDFaVersion in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers with type parameters of type RDFaVersion Modifier and Type Field Description static RioSetting<RDFaVersion>
RDFaParserSettings. RDFA_COMPATIBILITY
Boolean setting for parser to determine the RDFa version to use when processing the document.Methods in org.eclipse.rdf4j.rio.helpers that return RDFaVersion Modifier and Type Method Description static RDFaVersion
RDFaVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static RDFaVersion[]
RDFaVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-