| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IRIImplException |
| Modifier and Type | Method and Description |
|---|---|
IRI |
AbsIRIFactoryImpl.construct(IRI i) |
IRI |
AbsIRIFactoryImpl.construct(String s) |
IRI |
AbsIRIFactoryImpl.construct(URI uri) |
Licenced under the Apache License, Version 2.0