Uses of Class
org.apache.jena.iri.impl.IRIFactoryImpl
-
Packages that use IRIFactoryImpl 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 IRIFactoryImpl in org.apache.jena.iri
Subclasses of IRIFactoryImpl in org.apache.jena.iri Modifier and Type Class Description classIRIFactoryAn IRIFactory is the entry point to this module. -
Uses of IRIFactoryImpl in org.apache.jena.iri.impl
Methods in org.apache.jena.iri.impl with parameters of type IRIFactoryImpl Modifier and Type Method Description booleanViolationCodeInfo.InSpec. applies(IRIFactoryImpl factory)java.lang.StringViolationCodeInfo. specs(int slot, IRIFactoryImpl factory, java.lang.String scheme)Constructors in org.apache.jena.iri.impl with parameters of type IRIFactoryImpl Constructor Description IRIFactoryImpl(IRIFactoryImpl template)
-