Uses of Class
org.apache.any23.extractor.xpath.QuadTemplate
-
Packages that use QuadTemplate Package Description 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 QuadTemplate in org.apache.any23.extractor.xpath
Methods in org.apache.any23.extractor.xpath with parameters of type QuadTemplate Modifier and Type Method Description void
TemplateXPathExtractionRule. add(QuadTemplate template)
Adds aQuadTemplate
to the rule.void
TemplateXPathExtractionRuleImpl. add(QuadTemplate template)
boolean
TemplateXPathExtractionRule. remove(QuadTemplate template)
Removes a quad template from the rule.boolean
TemplateXPathExtractionRuleImpl. remove(QuadTemplate template)
-