Uses of Class
org.apache.any23.extractor.html.HTMLDocument
-
Packages that use HTMLDocument Package Description org.apache.any23.extractor.html All the variousExtractor
needed to distill RDF from Microformats in HTML pages are contained in this package.org.apache.any23.extractor.html.microformats2 All the variousExtractor
needed to distill RDF from Microformats in HTML pages are contained in this package. -
-
Uses of HTMLDocument in org.apache.any23.extractor.html
Methods in org.apache.any23.extractor.html that return HTMLDocument Modifier and Type Method Description HTMLDocument
MicroformatExtractor. getHTMLDocument()
-
Uses of HTMLDocument in org.apache.any23.extractor.html.microformats2
Methods in org.apache.any23.extractor.html.microformats2 with parameters of type HTMLDocument Modifier and Type Method Description org.eclipse.rdf4j.model.Resource
HCardExtractor. extractEntityAsEmbeddedProperty(HTMLDocument fragment, org.eclipse.rdf4j.model.BNode card, ExtractionResult out)
org.eclipse.rdf4j.model.Resource
HEventExtractor. extractEntityAsEmbeddedProperty(HTMLDocument fragment, org.eclipse.rdf4j.model.BNode event, ExtractionResult out)
-