Uses of Class
org.apache.jena.iri.IRIFactory
Packages that use IRIFactory
Package
Description
An implementation of RFC 3987, Internationalized Resource Identifiers,
and of related standards.
-
Uses of IRIFactory in org.apache.jena.iri
Methods in org.apache.jena.iri that return IRIFactoryModifier and TypeMethodDescriptionstatic IRIFactoryIRIFactory.iriImplementation()This factory implements RFC 3987 Internationalized Resource Identifiers (IRIs) .static IRIFactoryIRIFactory.jenaImplementation()Deprecated.static IRIFactoryIRIFactory.semanticWebImplementation()Deprecated.static IRIFactoryIRIFactory.uriImplementation()This factory implements RFC 3986 Uniform Resource Identifier (URI): Generic Syntax .Methods in org.apache.jena.iri with parameters of type IRIFactoryModifier and TypeMethodDescriptionstatic voidIRIFactory.setIriImplementation(IRIFactory iriF) This globally sets theiriImplementation(); use with care.static voidIRIFactory.setJenaImplementation(IRIFactory jf) This globally sets thejenaImplementation(); use with care.static voidIRIFactory.setSemanticWebImplementation(IRIFactory sw) This globally sets thesemanticWebImplementation(); use with care.static voidIRIFactory.setUriImplementation(IRIFactory uriF) This globally sets theuriImplementation(); use with care.Constructors in org.apache.jena.iri with parameters of type IRIFactoryModifierConstructorDescriptionIRIFactory(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
iriImplementation()