Uses of Class
org.apache.jena.rfc3986.IRI3986
Packages that use IRI3986
-
Uses of IRI3986 in org.apache.jena.rfc3986
Methods in org.apache.jena.rfc3986 that return IRI3986Modifier and TypeMethodDescriptionBuilder.build()static IRI3986Build aIRI3986from components.static IRI3986Create anIRI3986object or throw an exception if there is a syntax error.static IRI3986Parse the string in accordance with the general IRI grammar.static IRI3986static IRI3986Create anIRI3986object; report errors and warnings.static IRI3986Create anIRI3986object; report errors and warnings.static IRI3986RFC3986.createByRegex(String iriStr) Create an IRI using the regular expression of RFC 3986.static IRI3986IRI3986.createSyntax(String iristr) Create anIRI3986object or throw an exception if there is a syntax error.IRI3986.normalize()static IRI3986Normalize an IRI (RFC 3986 - Syntax-Based Normalization)static IRI3986static 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 IRI3986RFC3986.relativize(IRI3986 base, IRI3986 iri) For a given base, return (if possible) an IRI that is relative to base.static IRI3986Resolve an IRI against a base.Resolve an IRI, using this as the base.static IRI3986Resolve an IRI against a base.Methods in org.apache.jena.rfc3986 with parameters of type IRI3986Modifier and TypeMethodDescriptionstatic IRI3986Normalize an IRI (RFC 3986 - Syntax-Based Normalization)static IRI3986RFC3986.relativize(IRI3986 base, IRI3986 iri) For a given base, return (if possible) an IRI that is relative to base.Resolve an IRI, using this as the base.static IRI3986Resolve an IRI against a base.static voidSystemIRI3986.toHandler(IRI3986 iri, ErrorHandler errorHandler) Send any violations to anErrorHandler.static voidSystemIRI3986.toHandler(IRI3986 iri, SeverityMap severityMap, ErrorHandler errorHandler) Determine the severity of each violation and send to anErrorHandler.