This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.any23.extractor.xpath.XPathExtractionRule (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)

Uses of Interface
org.apache.any23.extractor.xpath.XPathExtractionRule

Packages that use XPathExtractionRule
org.apache.any23.extractor.xpath   
 

Uses of XPathExtractionRule in org.apache.any23.extractor.xpath
 

Subinterfaces of XPathExtractionRule in org.apache.any23.extractor.xpath
 interface TemplateXPathExtractionRule
          Defines an XPathExtractionRule able to expand a QuadTemplate set based on a given template.
 

Classes in org.apache.any23.extractor.xpath that implement XPathExtractionRule
 class TemplateXPathExtractionRuleImpl
          Default implementation of XPathExtractionRule.
 

Methods in org.apache.any23.extractor.xpath with parameters of type XPathExtractionRule
 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
XPathExtractor(List<XPathExtractionRule> rules)
           
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.