|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MicroformatExtractor | |
---|---|
org.apache.any23.extractor | TODO fillme |
org.apache.any23.extractor.html |
Uses of MicroformatExtractor in org.apache.any23.extractor |
---|
Methods in org.apache.any23.extractor that return types with arguments of type MicroformatExtractor | |
---|---|
Class<? extends MicroformatExtractor> |
TagSoupExtractionResult.ResourceRoot.getExtractor()
|
Class<? extends MicroformatExtractor> |
TagSoupExtractionResult.PropertyPath.getExtractor()
|
Method parameters in org.apache.any23.extractor with type arguments of type MicroformatExtractor | |
---|---|
void |
TagSoupExtractionResult.addPropertyPath(Class<? extends MicroformatExtractor> extractor,
org.openrdf.model.Resource propertySubject,
org.openrdf.model.Resource property,
org.openrdf.model.BNode object,
String[] path)
Adds a property path to the list of the extracted data. |
void |
ExtractionResultImpl.addPropertyPath(Class<? extends MicroformatExtractor> extractor,
org.openrdf.model.Resource propertySubject,
org.openrdf.model.Resource property,
org.openrdf.model.BNode object,
String[] path)
|
void |
TagSoupExtractionResult.addResourceRoot(String[] path,
org.openrdf.model.Resource root,
Class<? extends MicroformatExtractor> extractor)
Adds a root property to the extraction result, specifying also the path corresponding to the root of data which generated the property and the extractor responsible for such addition. |
void |
ExtractionResultImpl.addResourceRoot(String[] path,
org.openrdf.model.Resource root,
Class<? extends MicroformatExtractor> extractor)
|
Constructor parameters in org.apache.any23.extractor with type arguments of type MicroformatExtractor | |
---|---|
TagSoupExtractionResult.PropertyPath(String[] path,
org.openrdf.model.Resource subject,
org.openrdf.model.Resource property,
org.openrdf.model.BNode object,
Class<? extends MicroformatExtractor> extractor)
|
|
TagSoupExtractionResult.ResourceRoot(String[] path,
org.openrdf.model.Resource root,
Class<? extends MicroformatExtractor> extractor)
|
Uses of MicroformatExtractor in org.apache.any23.extractor.html |
---|
Subclasses of MicroformatExtractor in org.apache.any23.extractor.html | |
---|---|
class |
AdrExtractor
Extractor for the adr microformat. |
class |
EntityBasedMicroformatExtractor
Base class for microformat extractors based on entities. |
class |
GeoExtractor
Extractor for the Geo microformat. |
class |
HCalendarExtractor
Extractor for the hCalendar microformat. |
class |
HCardExtractor
Extractor for the hCard microformat. |
class |
HListingExtractor
Extractor for the hListing microformat. |
class |
HRecipeExtractor
Extractor for the hRecipe microformat. |
class |
HResumeExtractor
Extractor for the hResume microformat. |
class |
HReviewExtractor
Extractor for the hReview microformat. |
class |
SpeciesExtractor
Extractor able to extract the Species Microformat. |
Method parameters in org.apache.any23.extractor.html with type arguments of type MicroformatExtractor | |
---|---|
static boolean |
MicroformatExtractor.includes(Class<? extends MicroformatExtractor> including,
Class<? extends MicroformatExtractor> included)
This method checks if there is a native nesting relationship between two MicroformatExtractor . |
static boolean |
MicroformatExtractor.includes(Class<? extends MicroformatExtractor> including,
Class<? extends MicroformatExtractor> included)
This method checks if there is a native nesting relationship between two MicroformatExtractor . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |