|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |