Uses of Class
org.apache.any23.extractor.microdata.ItemPropValue
-
Packages that use ItemPropValue Package Description org.apache.any23.extractor.microdata This package provides classes for dealing with Microdata extraction. -
-
Uses of ItemPropValue in org.apache.any23.extractor.microdata
Methods in org.apache.any23.extractor.microdata that return ItemPropValue Modifier and Type Method Description ItemPropValue
MicrodataParser. getPropertyValue(Node node)
Reads the value of a itemprop node.ItemPropValue
ItemProp. getValue()
Constructors in org.apache.any23.extractor.microdata with parameters of type ItemPropValue Constructor Description ItemProp(String xpath, String name, ItemPropValue value)
Constructor.
-