Uses of Class
org.apache.jena.iri.IRI
Packages that use IRI
Package
Description
An implementation of RFC 3987, Internationalized Resource Identifiers,
and of related standards.
-
Uses of IRI in org.apache.jena.iri
Methods in org.apache.jena.iri that return IRIModifier and TypeMethodDescriptionIRIFactory.construct(String scheme, String userInfo, String host, int port, String path, String query, String fragment) Create an IRI from the given components.Create an IRI from the given components.Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.IRIFactory.create(String scheme, String userInfo, String host, int port, String path, String query, String fragment) Create an IRI from the given components.Create an IRI from the given components.Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.abstract IRIViolation.getIRI()The IRI that triggered this condition.abstract IRIIRI.normalize(boolean useDns) To be defined - return result does not violate any minting conditions.abstract IRIIRI.relativize(String abs) Returns an IRI that when resolved against this IRI would returnabs.abstract IRIIRI.relativize(String abs, int flags) Returns an IRI that when resolved against this IRI would returnabs.abstract IRIIRI.relativize(IRI abs) Returns an IRI that when resolved against this IRI would returnabs.abstract IRIIRI.relativize(IRI abs, int flags) Returns an IRI that when resolved against this IRI would returnabs.final IRIResolves an IRI against this one.final IRIResolves an IRI against this one.Methods in org.apache.jena.iri with parameters of type IRIModifier and TypeMethodDescriptionMake a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.abstract intIRI.ladderEquals(IRI iri) To be defined: use the comparison ladder.abstract booleanIRI.ladderEquals(IRI iri, int other) To be defined: use the comparison ladder.abstract IRIIRI.relativize(IRI abs) Returns an IRI that when resolved against this IRI would returnabs.abstract IRIIRI.relativize(IRI abs, int flags) Returns an IRI that when resolved against this IRI would returnabs.final IRIResolves an IRI against this one. -
Uses of IRI in org.apache.jena.iri.impl
Subclasses of IRI in org.apache.jena.iri.implMethods in org.apache.jena.iri.impl that return IRIModifier and TypeMethodDescriptionabstract IRIViolationImpl.getIRI()AbsIRIImpl.normalize(boolean useDns) AbsIRIImpl.relativize(String abs) AbsIRIImpl.relativize(String abs, int flags) AbsIRIImpl.relativize(IRI abs) AbsIRIImpl.relativize(IRI abs, int flags) Methods in org.apache.jena.iri.impl with parameters of type IRIModifier and TypeMethodDescriptionabstract IRIintAbsIRIImpl.ladderEquals(IRI iri) booleanAbsIRIImpl.ladderEquals(IRI iri, int other) AbsIRIImpl.relativize(IRI abs) AbsIRIImpl.relativize(IRI abs, int flags) Constructors in org.apache.jena.iri.impl with parameters of type IRI