Uses of Class
org.apache.jena.irix.IRIx
Packages that use IRIx
Package
Description
Support for RFC3986 IRIs.
-
Uses of IRIx in org.apache.jena.iri3986.provider
Subclasses of IRIx in org.apache.jena.iri3986.providerMethods in org.apache.jena.iri3986.provider that return IRIxModifier and TypeMethodDescriptionIRIProvider3986.IRIx3986.normalize()IRIProvider3986.IRIx3986.relativize(IRIx other) Methods in org.apache.jena.iri3986.provider with parameters of type IRIx -
Uses of IRIx in org.apache.jena.irix
Subclasses of IRIx in org.apache.jena.irixMethods in org.apache.jena.irix that return IRIxModifier and TypeMethodDescriptionCreate an IRI, throwIRIExceptionif the string does not conform to the grammar of RFC 3986/3987.static IRIxCreate anIRIxwithout resolving the iri.static IRIxCreate anIRIxfor any string.IRIxResolver.getBase()Return the base of this resolverstatic IRIxIRIs.getSystemBase()The system baseIRIx.IRIProviderJenaIRI.IRIxJena.normalize()abstract IRIxIRIx.normalize()Syntax-based Normalization Normalize anIRIx.static IRIxOperation to take a string and make anIRIx.IRIProviderJenaIRI.IRIxJena.relativize(IRIx other) abstract IRIxIRIx.relativize(IRIx other) Return (if possible), an IRI that is relative to the base argument.abstract IRIxTry to resolve a string against this IRI as base.abstract IRIxTry to resolve a string against this IRI as base.Resolve the argument URI string according to resolver policystatic IRIxIRIs.resolveIRI(String iriStr) Resolve a URI against the system base.Methods in org.apache.jena.irix with parameters of type IRIxModifier and TypeMethodDescriptionstatic IRIxResolver.BuilderCreate a builder for aIRIxResolverwith the base URI which is resolved against the current system default base.IRIProviderJenaIRI.IRIxJena.relativize(IRIx other) abstract IRIxIRIx.relativize(IRIx other) Return (if possible), an IRI that is relative to the base argument.Create a new resolver with the same policies as the old one but with a different base URI.static StringResolve a URI against a base.static StringResolve a URI against a base.abstract IRIxTry to resolve a string against this IRI as base.static IRIxResolverReturn a general purpose resolver, with the supplied IRI its base. -
Uses of IRIx in org.apache.jena.rdfxml.xmlinput1.impl
Methods in org.apache.jena.rdfxml.xmlinput1.impl that return IRIx