Package org.apache.jena.irix


package org.apache.jena.irix
Support for RFC3986 IRIs.

The class IRIx provides the application abstraction layer. There is an IRIProvider that is the implementation of IRIs providing parsing and resolution. A provider is selected at start-up and is not expected to changes while the system is running.

IRIxResolver is the main API. It provides IRIx resolution with a base URI, and policy choices.

The class IRIs provides functions related to IRIs including IRIs.reference to check that a string is suitable for use in RDF. Use this function to check a string passed into the application.

Standards: