Uses of Class
com.hp.hpl.jena.iri.IRIFactory

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

Uses of IRIFactory in com.hp.hpl.jena.iri
 

Methods in com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.jena.iri.impl
 

Constructors in com.hp.hpl.jena.iri.impl with parameters of type IRIFactory
IRIImpl(IRIFactory f)
           
 



Copyright ? 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP