Uses of Class
org.apache.any23.extractor.html.HTMLDocument
-
Packages that use HTMLDocument 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. -
-
Uses of HTMLDocument in org.apache.any23.extractor.html
Methods in org.apache.any23.extractor.html that return HTMLDocument Modifier and Type Method Description HTMLDocumentMicroformatExtractor. 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.ResourceHCardExtractor. extractEntityAsEmbeddedProperty(HTMLDocument fragment, org.eclipse.rdf4j.model.BNode card, ExtractionResult out)org.eclipse.rdf4j.model.ResourceHEventExtractor. extractEntityAsEmbeddedProperty(HTMLDocument fragment, org.eclipse.rdf4j.model.BNode event, ExtractionResult out)
-