| Package | Description |
|---|---|
| org.apache.any23.extractor.microdata |
This package provides classes for dealing with
Microdata extraction.
|
| Modifier and Type | Method and Description |
|---|---|
MicrodataParserException[] |
MicrodataParserReport.getErrors() |
MicrodataParserException[] |
MicrodataParser.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
ItemProp[] |
MicrodataParser.deferProperties(String... refs)
Given a document and a list of itemprop names this method will return
such itemprops.
|
List<ItemProp> |
MicrodataParser.getItemProps(Node scopeNode,
boolean skipRoot)
Returns all the itemprops for the given itemscope node.
|
ItemScope |
MicrodataParser.getItemScope(Node node)
Returns the
ItemScope instance described within the specified node. |
static MicrodataParserReport |
MicrodataParser.getMicrodata(Document document,
org.apache.any23.extractor.microdata.MicrodataParser.ErrorMode errorMode)
Returns all the Microdata items detected within the given
document. |
ItemPropValue |
MicrodataParser.getPropertyValue(Node node)
Reads the value of a itemprop node.
|
| Constructor and Description |
|---|
MicrodataParserReport(ItemScope[] detectedItemScopes,
MicrodataParserException[] errors) |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.