Package | Description |
---|---|
com.hp.hpl.jena.iri |
An implementation of RFC 3987, Internationalized Resource Identifiers,
and of related standards.
|
com.hp.hpl.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()
For use by Jena team only.
|
static IRIFactory |
IRIFactory.semanticWebImplementation()
This factory is a conservative implementation
appropriate for Semantic Web applications.
|
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) |
Copyright ? 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP