Uses of Class
org.apache.jena.iri.IRIFactory

Packages that use IRIFactory
org.apache.jena.iri An implementation of RFC 3987, Internationalized Resource Identifiers, and of related standards. 
org.apache.jena.iri.impl   
 

Uses of IRIFactory in org.apache.jena.iri
 

Methods in org.apache.jena.iri that return IRIFactory
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 .
 

Methods in org.apache.jena.iri with parameters of type IRIFactory
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.
 

Constructors in org.apache.jena.iri with parameters of type IRIFactory
IRIFactory(IRIFactory template)
          Create a new IRIFactory with the same conformance settings as the template factory.
 

Uses of IRIFactory in org.apache.jena.iri.impl
 

Constructors in org.apache.jena.iri.impl with parameters of type IRIFactory
IRIImpl(IRIFactory f)
           
 



Licenced under the Apache License, Version 2.0