Uses of Class
org.apache.any23.extractor.microdata.ItemScope
-
Packages that use ItemScope Package Description org.apache.any23.extractor.microdata This package provides classes for dealing with Microdata extraction. -
-
Uses of ItemScope in org.apache.any23.extractor.microdata
Methods in org.apache.any23.extractor.microdata that return ItemScope Modifier and Type Method Description ItemScope
ItemPropValue. getAsNested()
ItemScope[]
MicrodataParserReport. getDetectedItemScopes()
ItemScope
MicrodataParser. getItemScope(Node node)
Returns theItemScope
instance described within the specifiednode
.Constructors in org.apache.any23.extractor.microdata with parameters of type ItemScope Constructor Description MicrodataParserReport(ItemScope[] detectedItemScopes)
MicrodataParserReport(ItemScope[] detectedItemScopes, MicrodataParserException[] errors)
-