| 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 |
|---|---|
static IRIFactory |
IRIFactory.iriImplementation()
This factory implements RFC 3987
Internationalized Resource Identifiers (IRIs)
.
|
static IRIFactory |
IRIFactory.jenaImplementation()
Deprecated.
|
static IRIFactory |
IRIFactory.semanticWebImplementation()
Deprecated.
|
static IRIFactory |
IRIFactory.uriImplementation()
This factory implements RFC 3986
Uniform Resource Identifier (URI): Generic Syntax
.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IRIFactory.setIriImplementation(IRIFactory iriF)
This globally sets the
iriImplementation(); use with care. |
static void |
IRIFactory.setJenaImplementation(IRIFactory jf)
This globally sets the
jenaImplementation(); use with care. |
static void |
IRIFactory.setSemanticWebImplementation(IRIFactory sw)
This globally sets the
semanticWebImplementation(); use with care. |
static void |
IRIFactory.setUriImplementation(IRIFactory uriF)
This globally sets the
uriImplementation(); use with care. |
| Constructor and Description |
|---|
IRIFactory(IRIFactory template)
Create a new IRIFactory with
the same conformance settings as the
template factory.
|
| Constructor and Description |
|---|
IRIImpl(IRIFactory f) |
Licenced under the Apache License, Version 2.0