Uses of Interface
org.apache.any23.extractor.Extractor.TagSoupDOMExtractor
-
Packages that use Extractor.TagSoupDOMExtractor Package Description org.apache.any23.extractor.html All the variousExtractorneeded to distill RDF from Microformats in HTML pages are contained in this package.org.apache.any23.extractor.html.microformats2 All the variousExtractorneeded to distill RDF from Microformats in HTML pages are contained in this package.org.apache.any23.extractor.microdata This package provides classes for dealing with Microdata extraction.org.apache.any23.extractor.xpath This package provides an XPath extractor able to generate RDF statements from any HTML page on the basis of a set of specified rules and a list of statement templates. -
-
Uses of Extractor.TagSoupDOMExtractor in org.apache.any23.extractor.html
Classes in org.apache.any23.extractor.html that implement Extractor.TagSoupDOMExtractor Modifier and Type Class Description classAdrExtractorExtractor for the adr microformat.classEmbeddedJSONLDExtractorThis extractor represents the HTML script tags used to embed blocks of data in documents.classEntityBasedMicroformatExtractorBase class for microformat extractors based on entities.classGeoExtractorExtractor for the Geo microformat.classHCalendarExtractorExtractor for the hCalendar microformat.classHCardExtractorExtractor for the hCard microformat.classHeadLinkExtractorThisExtractor.TagSoupDOMExtractorimplementation retrieves theLINKs declared within theHTML/HEADpage header.classHListingExtractorExtractor for the hListing microformat.classHRecipeExtractorExtractor for the hRecipe microformat.classHResumeExtractorExtractor for the hResume microformat.classHReviewAggregateExtractorExtractor for the hReview-aggregate microformat.classHReviewExtractorExtractor for the hReview microformat.classHTMLMetaExtractorThis extractor represents the HTML META tag values according the HTML4 specification.classICBMExtractorExtractor for "ICBM coordinates" provided as META headers in the head of an HTML page.classLicenseExtractorExtractor for the rel-license microformat.classMicroformatExtractorThe abstract base class for any Microformat specification extractor.classSpeciesExtractorExtractor able to extract the Species Microformat.classTitleExtractorExtracts the value of the <title> element of an HTML or XHTML page.classTurtleHTMLExtractorExtractor for Turtle/N3 format embedded within HTML script tags.classXFNExtractorExtractor for the XFN microformat. -
Uses of Extractor.TagSoupDOMExtractor in org.apache.any23.extractor.html.microformats2
Classes in org.apache.any23.extractor.html.microformats2 that implement Extractor.TagSoupDOMExtractor Modifier and Type Class Description classHAdrExtractorExtractor for the h-adr microformat.classHCardExtractorExtractor for the h-Card microformat.classHEntryExtractorExtractor for the h-entry microformat.classHEventExtractorExtractor for the h-event microformat.classHGeoExtractorExtractor for the h-geo microformat.classHItemExtractorExtractor for the h-item microformat.classHProductExtractorExtractor for the h-product microformat.classHRecipeExtractorExtractor for the hRecipe microformat.classHResumeExtractorExtractor for the hResume microformat. -
Uses of Extractor.TagSoupDOMExtractor in org.apache.any23.extractor.microdata
Classes in org.apache.any23.extractor.microdata that implement Extractor.TagSoupDOMExtractor Modifier and Type Class Description classMicrodataExtractorDefault implementation of Microdata extractor, based onExtractor.TagSoupDOMExtractor. -
Uses of Extractor.TagSoupDOMExtractor in org.apache.any23.extractor.xpath
Classes in org.apache.any23.extractor.xpath that implement Extractor.TagSoupDOMExtractor Modifier and Type Class Description classXPathExtractorImplementation of anExtractor.TagSoupDOMExtractorable to applyXPathExtractionRules and generate quads.
-