|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRI | |
---|---|
com.hp.hpl.jena.iri | An implementation of RFC 3987, Internationalized Resource Identifiers, and of related standards. |
com.hp.hpl.jena.iri.impl |
Uses of IRI in com.hp.hpl.jena.iri |
---|
Methods in com.hp.hpl.jena.iri that return IRI | |
---|---|
IRI |
IRIFactoryI.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. |
IRI |
IRIFactoryI.construct(String s)
Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory. |
IRI |
IRIFactory.construct(String scheme,
String userInfo,
String host,
int port,
String path,
String query,
String fragment)
Create an IRI from the given components. |
IRI |
IRIFactory.construct(String scheme,
String authority,
String path,
String query,
String fragment)
Create an IRI from the given components. |
IRI |
IRIFactoryI.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. |
IRI |
IRIFactoryI.create(String s)
Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory. |
IRI |
IRIFactory.create(String scheme,
String userInfo,
String host,
int port,
String path,
String query,
String fragment)
Create an IRI from the given components. |
IRI |
IRIFactory.create(String scheme,
String authority,
String path,
String query,
String fragment)
Create an IRI from the given components. |
abstract IRI |
Violation.getIRI()
The IRI that triggered this condition. |
abstract IRI |
IRI.normalize(boolean useDns)
To be defined - return result does not violate any minting conditions. |
abstract IRI |
IRI.relativize(IRI abs)
Returns an IRI that when resolved against this IRI would return abs . |
abstract IRI |
IRI.relativize(IRI abs,
int flags)
Returns an IRI that when resolved against this IRI would return abs . |
abstract IRI |
IRI.relativize(String abs)
Returns an IRI that when resolved against this IRI would return abs . |
abstract IRI |
IRI.relativize(String abs,
int flags)
Returns an IRI that when resolved against this IRI would return abs . |
IRI |
IRI.resolve(IRI relative)
Resolves an IRI against this one. |
IRI |
IRI.resolve(String relative)
Resolves an IRI against this one. |
Methods in com.hp.hpl.jena.iri with parameters of type IRI | |
---|---|
IRI |
IRIFactoryI.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. |
IRI |
IRIFactoryI.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 int |
IRI.ladderEquals(IRI iri)
To be defined: use the comparison ladder. |
abstract boolean |
IRI.ladderEquals(IRI iri,
int other)
To be defined: use the comparison ladder. |
abstract IRI |
IRI.relativize(IRI abs)
Returns an IRI that when resolved against this IRI would return abs . |
abstract IRI |
IRI.relativize(IRI abs,
int flags)
Returns an IRI that when resolved against this IRI would return abs . |
IRI |
IRI.resolve(IRI relative)
Resolves an IRI against this one. |
Uses of IRI in com.hp.hpl.jena.iri.impl |
---|
Subclasses of IRI in com.hp.hpl.jena.iri.impl | |
---|---|
class |
AbsIRIImpl
|
class |
IRIImpl
|
class |
ResolvedRelativeIRI
|
Methods in com.hp.hpl.jena.iri.impl that return IRI | |
---|---|
IRI |
AbsIRIFactoryImpl.construct(IRI i)
|
IRI |
AbsIRIFactoryImpl.construct(String s)
|
abstract IRI |
AbsIRIFactoryImpl.create(IRI i)
|
IRI |
AbsIRIImpl.create(IRI i)
|
IRI |
IRIFactoryImpl.create(IRI i)
|
IRI |
AbsIRIFactoryImpl.create(String s)
|
IRI |
AbsIRIImpl.create(String s)
|
IRI |
IRIFactoryImpl.create(String s)
|
IRI |
ViolationImpl.getIRI()
|
IRI |
AbsIRIImpl.normalize(boolean useDns)
|
IRI |
AbsIRIImpl.relativize(IRI abs)
|
IRI |
AbsIRIImpl.relativize(IRI abs,
int flags)
|
IRI |
AbsIRIImpl.relativize(String abs)
|
IRI |
AbsIRIImpl.relativize(String abs,
int flags)
|
Methods in com.hp.hpl.jena.iri.impl with parameters of type IRI | |
---|---|
IRI |
AbsIRIFactoryImpl.construct(IRI i)
|
abstract IRI |
AbsIRIFactoryImpl.create(IRI i)
|
IRI |
AbsIRIImpl.create(IRI i)
|
IRI |
IRIFactoryImpl.create(IRI i)
|
int |
AbsIRIImpl.ladderEquals(IRI iri)
|
boolean |
AbsIRIImpl.ladderEquals(IRI iri,
int other)
|
IRI |
AbsIRIImpl.relativize(IRI abs)
|
IRI |
AbsIRIImpl.relativize(IRI abs,
int flags)
|
Constructors in com.hp.hpl.jena.iri.impl with parameters of type IRI | |
---|---|
ViolationImpl(IRI iri,
int slot,
int code)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |