Uses of Class
org.apache.jena.iri.IRIFactory
-
Packages that use IRIFactory Package Description 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 Modifier and Type Method Description static 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 IRIFactory Modifier and Type Method Description static 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 IRIFactory Constructor Description 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 Constructor Description IRIImpl(IRIFactory f)
-