|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MicrodataParserException | |
|---|---|
| org.apache.any23.extractor.microdata | |
| Uses of MicrodataParserException in org.apache.any23.extractor.microdata |
|---|
| Methods in org.apache.any23.extractor.microdata that return MicrodataParserException | |
|---|---|
MicrodataParserException[] |
MicrodataParserReport.getErrors()
|
MicrodataParserException[] |
MicrodataParser.getErrors()
|
| Methods in org.apache.any23.extractor.microdata that throw MicrodataParserException | |
|---|---|
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 node,
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. |
| Constructors in org.apache.any23.extractor.microdata with parameters of type MicrodataParserException | |
|---|---|
MicrodataParserReport(ItemScope[] detectedItemScopes,
MicrodataParserException[] errors)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||