Uses of Class
org.apache.jena.iri.IRI
-
Packages that use IRI Package Description org.apache.jena.iri An implementation of RFC 3987, Internationalized Resource Identifiers, and of related standards.org.apache.jena.iri.impl -
-
Uses of IRI in org.apache.jena.iri
Methods in org.apache.jena.iri that return IRI Modifier and Type Method Description IRIIRIFactory. construct(java.lang.String scheme, java.lang.String userInfo, java.lang.String host, int port, java.lang.String path, java.lang.String query, java.lang.String fragment)Create an IRI from the given components.IRIIRIFactory. construct(java.lang.String scheme, java.lang.String authority, java.lang.String path, java.lang.String query, java.lang.String fragment)Create an IRI from the given components.IRIIRIFactoryI. construct(java.lang.String s)Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.IRIIRIFactoryI. construct(java.net.URI uri)Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.IRIIRIFactoryI. construct(IRI i)Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.IRIIRIFactory. create(java.lang.String scheme, java.lang.String userInfo, java.lang.String host, int port, java.lang.String path, java.lang.String query, java.lang.String fragment)Create an IRI from the given components.IRIIRIFactory. create(java.lang.String scheme, java.lang.String authority, java.lang.String path, java.lang.String query, java.lang.String fragment)Create an IRI from the given components.IRIIRIFactoryI. create(java.lang.String s)Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.IRIIRIFactoryI. create(java.net.URI uri)Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.IRIIRIFactoryI. create(IRI i)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(java.lang.String abs)Returns an IRI that when resolved against this IRI would returnabs.abstract IRIIRI. relativize(java.lang.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.IRIIRI. resolve(java.lang.String relative)Resolves an IRI against this one.IRIIRI. resolve(IRI relative)Resolves an IRI against this one.Methods in org.apache.jena.iri with parameters of type IRI Modifier and Type Method Description IRIIRIFactoryI. construct(IRI i)Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.IRIIRIFactoryI. create(IRI i)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.IRIIRI. resolve(IRI relative)Resolves an IRI against this one. -
Uses of IRI in org.apache.jena.iri.impl
Subclasses of IRI in org.apache.jena.iri.impl Modifier and Type Class Description classAbsIRIImplclassIRIImplclassResolvedRelativeIRIMethods in org.apache.jena.iri.impl that return IRI Modifier and Type Method Description IRIAbsIRIFactoryImpl. construct(java.lang.String s)IRIAbsIRIFactoryImpl. construct(java.net.URI uri)IRIAbsIRIFactoryImpl. construct(IRI i)IRIAbsIRIFactoryImpl. create(java.lang.String s)IRIAbsIRIFactoryImpl. create(java.net.URI uri)abstract IRIAbsIRIFactoryImpl. create(IRI i)IRIAbsIRIImpl. create(java.lang.String s)IRIAbsIRIImpl. create(IRI i)IRIIRIFactoryImpl. create(java.lang.String s)IRIIRIFactoryImpl. create(IRI i)IRIViolationImpl. getIRI()IRIAbsIRIImpl. normalize(boolean useDns)IRIAbsIRIImpl. relativize(java.lang.String abs)IRIAbsIRIImpl. relativize(java.lang.String abs, int flags)IRIAbsIRIImpl. relativize(IRI abs)IRIAbsIRIImpl. relativize(IRI abs, int flags)Methods in org.apache.jena.iri.impl with parameters of type IRI Modifier and Type Method Description IRIAbsIRIFactoryImpl. construct(IRI i)abstract IRIAbsIRIFactoryImpl. create(IRI i)IRIAbsIRIImpl. create(IRI i)IRIIRIFactoryImpl. create(IRI i)intAbsIRIImpl. ladderEquals(IRI iri)booleanAbsIRIImpl. ladderEquals(IRI iri, int other)IRIAbsIRIImpl. relativize(IRI abs)IRIAbsIRIImpl. relativize(IRI abs, int flags)Constructors in org.apache.jena.iri.impl with parameters of type IRI Constructor Description ViolationImpl(IRI iri, int slot, int code)
-