Uses of Interface
org.apache.any23.extractor.xpath.XPathExtractionRule
-
Packages that use XPathExtractionRule 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 XPathExtractionRule in org.apache.any23.extractor.xpath
Subinterfaces of XPathExtractionRule in org.apache.any23.extractor.xpath Modifier and Type Interface Description interface
TemplateXPathExtractionRule
Defines anXPathExtractionRule
able to expand aQuadTemplate
set based on a given template.Classes in org.apache.any23.extractor.xpath that implement XPathExtractionRule Modifier and Type Class Description class
TemplateXPathExtractionRuleImpl
Default implementation ofXPathExtractionRule
.Methods in org.apache.any23.extractor.xpath with parameters of type XPathExtractionRule Modifier and Type Method Description void
XPathExtractor. add(XPathExtractionRule rule)
boolean
XPathExtractor. contains(XPathExtractionRule rule)
void
XPathExtractor. remove(XPathExtractionRule rule)
Constructor parameters in org.apache.any23.extractor.xpath with type arguments of type XPathExtractionRule Constructor Description XPathExtractor(List<XPathExtractionRule> rules)
-