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 interfaceTemplateXPathExtractionRuleDefines anXPathExtractionRuleable to expand aQuadTemplateset based on a given template.Classes in org.apache.any23.extractor.xpath that implement XPathExtractionRule Modifier and Type Class Description classTemplateXPathExtractionRuleImplDefault implementation ofXPathExtractionRule.Methods in org.apache.any23.extractor.xpath with parameters of type XPathExtractionRule Modifier and Type Method Description voidXPathExtractor. add(XPathExtractionRule rule)booleanXPathExtractor. contains(XPathExtractionRule rule)voidXPathExtractor. remove(XPathExtractionRule rule)Constructor parameters in org.apache.any23.extractor.xpath with type arguments of type XPathExtractionRule Constructor Description XPathExtractor(List<XPathExtractionRule> rules)
-