Package | Description |
---|---|
org.apache.any23.extractor |
This package contains classes and interfaces modeling the
Extractor API. |
org.apache.any23.extractor.html |
All the various
Extractor needed to distill RDF
from Microformats in HTML pages are contained in this package. |
Modifier and Type | Method and Description |
---|---|
Class<? extends MicroformatExtractor> |
TagSoupExtractionResult.ResourceRoot.getExtractor() |
Class<? extends MicroformatExtractor> |
TagSoupExtractionResult.PropertyPath.getExtractor() |
Modifier and Type | Method and Description |
---|---|
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.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.addResourceRoot(String[] path,
org.openrdf.model.Resource root,
Class<? extends MicroformatExtractor> extractor) |
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.
|
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
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 |
HReviewAggregateExtractor
Extractor for the hReview-aggregate
microformat.
|
class |
HReviewExtractor
Extractor for the hReview
microformat.
|
class |
SpeciesExtractor
Extractor able to extract the Species Microformat.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.