Package | Description |
---|---|
org.apache.any23.extractor.microdata |
This package provides classes for dealing with
Microdata extraction.
|
Modifier and Type | Method and Description |
---|---|
ItemProp[] |
MicrodataParser.deferProperties(String... refs)
Given a document and a list of itemprop names this method will return
such itemprops.
|
Modifier and Type | Method and Description |
---|---|
List<ItemProp> |
MicrodataParser.getItemProps(Node scopeNode,
boolean skipRoot)
Returns all the itemprops for the given itemscope node.
|
Map<String,List<ItemProp>> |
ItemScope.getProperties() |
Modifier and Type | Method and Description |
---|---|
protected void |
ItemScope.acquireProperty(ItemProp itemProp) |
protected void |
ItemScope.disownProperty(ItemProp itemProp) |
Constructor and Description |
---|
ItemScope(String xpath,
ItemProp[] itemProps,
String id,
String[] refs,
String type,
String itemId)
Constructor.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.