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 Prefixes
ExtractorDescription. 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 Prefixes
Prefixes. EMPTY
Methods in org.apache.any23.rdf that return Prefixes Modifier and Type Method Description static Prefixes
Prefixes. create1(String prefix, String namespaceIRI)
static Prefixes
Prefixes. createFromMap(Map<String,String> prefixesToNamespaceIRIs, boolean areVolatile)
Prefixes
Prefixes. createSubset(String... prefixes)
Methods in org.apache.any23.rdf with parameters of type Prefixes Modifier and Type Method Description void
Prefixes. add(Prefixes other)
void
Prefixes. addVolatile(Prefixes other)
Constructors in org.apache.any23.rdf with parameters of type Prefixes Constructor Description Prefixes(Prefixes initial)
-