Package org.apache.jena.riot.system
Class IRIResolver
java.lang.Object
org.apache.jena.riot.system.IRIResolver
Deprecated.
Settings for the jena-iri used in Jena package.
See package org.apache.jena.irix
.
Use IRIs
for operations such as "resolve(string, string)", and IRIx
for IRI
.
Use SetupJenaIRI
if direct use of jena-iri setup is required.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.iri.IRIFactory
Deprecated.An IRIFactory with more detailed warnings.static org.apache.jena.iri.IRIFactory
Deprecated.The IRI setup, focused on parsing and languages.static org.apache.jena.iri.IRIFactory
Deprecated.The IRI setup for use in RDF/XML parsing.
-
Method Details
-
iriFactory
public static org.apache.jena.iri.IRIFactory iriFactory()Deprecated.The IRI setup, focused on parsing and languages. -
iriFactory_RDFXML
public static org.apache.jena.iri.IRIFactory iriFactory_RDFXML()Deprecated.The IRI setup for use in RDF/XML parsing. -
iriCheckerFactory
public static org.apache.jena.iri.IRIFactory iriCheckerFactory()Deprecated.An IRIFactory with more detailed warnings.
-
IRIs
andIRIx
.