|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.paris.telecomParisTech.dbWEB.arcomem.wp5.appliocationAwareHelper.crawling.MicroBlogHandler
public class MicroBlogHandler
Handles Micro Blog type of Web applications.
| Field Summary | |
|---|---|
AppLevelHandler |
instanceme
|
static CommonUtil |
xpathInstance
|
| Constructor Summary | |
|---|---|
MicroBlogHandler()
Sole constructor. |
|
| Method Summary | |
|---|---|
ArrayList |
extractObjectsFromPost(String identifier,
String objects)
Extracts the Objects from Post level. |
String |
extractPostBody(String exp)
Extract post body of Blog's post |
String |
extractPostDate(String exp)
Extract the Post Date of the Post |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public AppLevelHandler instanceme
public static CommonUtil xpathInstance
| Constructor Detail |
|---|
public MicroBlogHandler()
| Method Detail |
|---|
public ArrayList extractObjectsFromPost(String identifier,
String objects)
throws ParserConfigurationException,
SAXException,
IOException,
XPathExpressionException,
org.htmlcleaner.XPatherException
identifier - crawling actionobjects - Object that needs to be extracted
ParserConfigurationException
SAXException
IOException
XPathExpressionException
org.htmlcleaner.XPatherException
public String extractPostBody(String exp)
throws ParserConfigurationException,
SAXException,
IOException,
XPathExpressionException,
org.htmlcleaner.XPatherException
exp - Xpath expression
ParserConfigurationException
SAXException
IOException
XPathExpressionException
org.htmlcleaner.XPatherException
public String extractPostDate(String exp)
throws ParserConfigurationException,
SAXException,
IOException,
XPathExpressionException,
org.htmlcleaner.XPatherException
exp - Xpath expression
ParserConfigurationException
SAXException
IOException
XPathExpressionException
org.htmlcleaner.XPatherException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||