java.lang.Object
org.apache.jena.irix.SetupJenaIRI
Setup of jena-iri package IRI Factory for parsing and for checking.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.iri.IRIFactory
An IRIFactory with more detailed warnings.static org.apache.jena.iri.IRIFactory
The IRI checker setup, focused on parsing and languages.
-
Constructor Details
-
SetupJenaIRI
public SetupJenaIRI()
-
-
Method Details
-
iriFactory
public static org.apache.jena.iri.IRIFactory iriFactory()The IRI checker setup, focused on parsing and languages. This is a clean version of jena-iriIRIFactory.iriImplementation()
modified to allow unregistered schemes and allow<file:relative>
IRIs. -
iriCheckerFactory
public static org.apache.jena.iri.IRIFactory iriCheckerFactory()An IRIFactory with more detailed warnings.
-