| Package | Description |
|---|---|
| org.apache.jena.iri |
An implementation of RFC 3987, Internationalized Resource Identifiers,
and of related standards.
|
| org.apache.jena.iri.impl |
| Modifier and Type | Method and Description |
|---|---|
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.construct(URI uri)
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.
|
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.
|
IRI |
IRIFactoryI.create(URI uri)
Make a new IRI object (possibly including IRI resolution), and check it
for violations of the standards being enforced by the factory.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbsIRIImpl |
class |
IRIImpl |
class |
ResolvedRelativeIRI |
| Modifier and Type | Method and Description |
|---|---|
IRI |
AbsIRIFactoryImpl.construct(IRI i) |
IRI |
AbsIRIFactoryImpl.construct(String s) |
IRI |
AbsIRIFactoryImpl.construct(URI uri) |
IRI |
AbsIRIImpl.create(IRI i) |
IRI |
IRIFactoryImpl.create(IRI i) |
abstract IRI |
AbsIRIFactoryImpl.create(IRI i) |
IRI |
AbsIRIImpl.create(String s) |
IRI |
IRIFactoryImpl.create(String s) |
IRI |
AbsIRIFactoryImpl.create(String s) |
IRI |
AbsIRIFactoryImpl.create(URI uri) |
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) |
| Modifier and Type | Method and Description |
|---|---|
IRI |
AbsIRIFactoryImpl.construct(IRI i) |
IRI |
AbsIRIImpl.create(IRI i) |
IRI |
IRIFactoryImpl.create(IRI i) |
abstract IRI |
AbsIRIFactoryImpl.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) |
| Constructor and Description |
|---|
ViolationImpl(IRI iri,
int slot,
int code) |
Licenced under the Apache License, Version 2.0