Uses of Class
org.apache.any23.extractor.microdata.MicrodataParserException
-
Packages that use MicrodataParserException Package Description org.apache.any23.extractor.microdata This package provides classes for dealing with Microdata extraction. -
-
Uses of MicrodataParserException in org.apache.any23.extractor.microdata
Methods in org.apache.any23.extractor.microdata that return MicrodataParserException Modifier and Type Method Description MicrodataParserException[]
MicrodataParser. getErrors()
MicrodataParserException[]
MicrodataParserReport. getErrors()
Methods in org.apache.any23.extractor.microdata that throw MicrodataParserException Modifier and Type Method 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 theItemScope
instance described within the specifiednode
.static MicrodataParserReport
MicrodataParser. getMicrodata(Document document, org.apache.any23.extractor.microdata.MicrodataParser.ErrorMode errorMode)
Returns all the Microdata items detected within the givendocument
.ItemPropValue
MicrodataParser. getPropertyValue(Node node)
Reads the value of a itemprop node.Constructors in org.apache.any23.extractor.microdata with parameters of type MicrodataParserException Constructor Description MicrodataParserReport(ItemScope[] detectedItemScopes, MicrodataParserException[] errors)
-