Uses of Class
org.apache.any23.rdf.Prefixes

Packages that use Prefixes
org.apache.any23.extractor TODO fillme 
org.apache.any23.rdf TODO fillme 
 

Uses of Prefixes in org.apache.any23.extractor
 

Methods in org.apache.any23.extractor that return Prefixes
 Prefixes SimpleExtractorFactory.getPrefixes()
           
 Prefixes ExtractorDescription.getPrefixes()
          An instance defining the prefixes supported by this extractor.
 

Methods in org.apache.any23.extractor with parameters of type Prefixes
static
<S extends Extractor<?>>
ExtractorFactory<S>
SimpleExtractorFactory.create(String name, Prefixes prefixes, Collection<String> supportedMIMETypes, String exampleInput, Class<S> extractorClass)
          Creates an instance of a ExtractorFactory serving concrete implementation instances of Extractor.
 

Uses of Prefixes in org.apache.any23.rdf
 

Fields in org.apache.any23.rdf declared as Prefixes
static Prefixes Prefixes.EMPTY
           
 

Methods in org.apache.any23.rdf that return Prefixes
static Prefixes Prefixes.create1(String prefix, String namespaceURI)
           
static Prefixes Prefixes.createFromMap(Map<String,String> prefixesToNamespaceURIs, boolean areVolatile)
           
 Prefixes Prefixes.createSubset(String... prefixes)
           
static Prefixes PopularPrefixes.createSubset(String... prefixes)
          This method perform a prefix lookup.
static Prefixes PopularPrefixes.get()
           
 

Methods in org.apache.any23.rdf with parameters of type Prefixes
 void Prefixes.add(Prefixes other)
           
 void Prefixes.addVolatile(Prefixes other)
           
 

Constructors in org.apache.any23.rdf with parameters of type Prefixes
Prefixes(Prefixes initial)
           
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.