Uses of Interface
org.apache.jena.rfc3986.IRI
Packages that use IRI
-
Uses of IRI in org.apache.jena.rfc3986
Classes in org.apache.jena.rfc3986 that implement IRIMethods in org.apache.jena.rfc3986 that return IRIModifier and TypeMethodDescriptionIRI.normalize()static IRIEnsure an IRI is suitable for a base else return null.Methods in org.apache.jena.rfc3986 with parameters of type IRIModifier and TypeMethodDescriptionstatic IRI3986static URNComponentsParseURN.parseURNComponents(IRI iri) Parse the URN components of an IRI (query string and fragment)static IRI3986AlgRelativizeIRI.relativeAbsolutePath(IRI base, IRI target) Calculate a relative URI as a absolute path, if possible.static IRI3986AlgRelativizeIRI.relativeParentPath(IRI base, IRI target) static IRI3986AlgRelativizeIRI.relativePath(IRI base, IRI target) Calculate a relative URI as a relative child path of the base.static IRI3986AlgRelativizeIRI.relativeResource(IRI base, IRI target) Calculate a relative URI as a same-place (scheme, authority) resource, if possible.static IRI3986AlgRelativizeIRI.relativeSameDocument(IRI base, IRI target) Calculate a "same document" relative URI, if possible.static IRI3986AlgRelativizeIRI.relativeScheme(IRI base, IRI target) Calculate a "same scheme" relative URI, if possible.static IRI3986AlgResolveIRI.relativize(IRI base, IRI iri) Calculate a relative IRI for a (base, target) pair.IRI3986.relativize(IRI iri) Return (if possible), an IRI that is relative to the base argument.static IRI3986Resolve an IRI against a base.static IRIEnsure an IRI is suitable for a base else return null.