This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.any23.extractor.microdata.ItemProp (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)

Uses of Class
org.apache.any23.extractor.microdata.ItemProp

Packages that use ItemProp
org.apache.any23.extractor.microdata   
 

Uses of ItemProp in org.apache.any23.extractor.microdata
 

Methods in org.apache.any23.extractor.microdata that return ItemProp
 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
 List<ItemProp> MicrodataParser.getItemProps(Node node, 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
protected  void ItemScope.acquireProperty(ItemProp itemProp)
           
protected  void ItemScope.disownProperty(ItemProp itemProp)
           
 

Constructors in org.apache.any23.extractor.microdata with parameters of type ItemProp
ItemScope(String xpath, ItemProp[] itemProps, String id, String[] refs, String type, String itemId)
          Constructor.
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.