Uses of Class
org.apache.any23.rdf.Prefixes
-
Packages that use Prefixes Package Description org.apache.any23.extractor org.apache.any23.rdf -
-
Uses of Prefixes in org.apache.any23.extractor
Methods in org.apache.any23.extractor that return Prefixes Modifier and Type Method Description PrefixesExtractorDescription. getPrefixes()An instance defining the prefixes supported by this extractor. -
Uses of Prefixes in org.apache.any23.rdf
Fields in org.apache.any23.rdf declared as Prefixes Modifier and Type Field Description static PrefixesPrefixes. EMPTYMethods in org.apache.any23.rdf that return Prefixes Modifier and Type Method Description static PrefixesPrefixes. create1(String prefix, String namespaceIRI)static PrefixesPrefixes. createFromMap(Map<String,String> prefixesToNamespaceIRIs, boolean areVolatile)PrefixesPrefixes. createSubset(String... prefixes)Methods in org.apache.any23.rdf with parameters of type Prefixes Modifier and Type Method Description voidPrefixes. add(Prefixes other)voidPrefixes. addVolatile(Prefixes other)Constructors in org.apache.any23.rdf with parameters of type Prefixes Constructor Description Prefixes(Prefixes initial)
-