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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TemplateXPathExtractionRule
Defines an
XPathExtractionRule able
to expand a QuadTemplate set based
on a given template. |
Modifier and Type | Class and Description |
---|---|
class |
TemplateXPathExtractionRuleImpl
Default implementation of
XPathExtractionRule . |
Modifier and Type | Method and Description |
---|---|
void |
XPathExtractor.add(XPathExtractionRule rule) |
boolean |
XPathExtractor.contains(XPathExtractionRule rule) |
void |
XPathExtractor.remove(XPathExtractionRule rule) |
Constructor and Description |
---|
XPathExtractor(List<XPathExtractionRule> rules) |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.