Uses of Class
org.apache.any23.extractor.microdata.ItemProp
-
Packages that use ItemProp Package Description org.apache.any23.extractor.microdata This package provides classes for dealing with Microdata extraction. -
-
Uses of ItemProp in org.apache.any23.extractor.microdata
Methods in org.apache.any23.extractor.microdata that return ItemProp 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.Methods in org.apache.any23.extractor.microdata that return types with arguments of type ItemProp Modifier and Type Method Description List<ItemProp>
MicrodataParser. getItemProps(Node scopeNode, boolean skipRoot)
Returns all the itemprops for the given itemscope node.Map<String,List<ItemProp>>
ItemScope. getProperties()
Methods in org.apache.any23.extractor.microdata with parameters of type ItemProp Modifier and Type Method Description protected void
ItemScope. acquireProperty(ItemProp itemProp)
protected void
ItemScope. disownProperty(ItemProp itemProp)
Constructors in org.apache.any23.extractor.microdata with parameters of type ItemProp Constructor Description ItemScope(String xpath, ItemProp[] itemProps, String id, String[] refs, String type, String itemId)
Constructor.
-