Uses of Class
org.apache.any23.extractor.xpath.TemplatePredicate
-
Packages that use TemplatePredicate 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 TemplatePredicate in org.apache.any23.extractor.xpath
Methods in org.apache.any23.extractor.xpath that return TemplatePredicate Modifier and Type Method Description TemplatePredicate
QuadTemplate. getPredicate()
Constructors in org.apache.any23.extractor.xpath with parameters of type TemplatePredicate Constructor Description QuadTemplate(TemplateSubject subject, TemplatePredicate predicate, TemplateObject object)
Constructor for template with no graph.QuadTemplate(TemplateSubject subject, TemplatePredicate predicate, TemplateObject object, TemplateGraph graph)
Constructor.
-