|
|||||||||
| 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.BlogHandler
public class BlogHandler
Handles Blog type of Web applications. *
| Field Summary | |
|---|---|
AppLevelHandler |
instanceme
|
static CommonUtil |
xpathInstance
|
| Constructor Summary | |
|---|---|
BlogHandler()
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. |
String |
getPostBodyAsHtml(String expression)
Get Post Body as HTML. |
| 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 BlogHandler()
| Method Detail |
|---|
public ArrayList extractObjectsFromPost(String identifier,
String objects)
throws ParserConfigurationException,
SAXException,
IOException,
XPathExpressionException,
org.htmlcleaner.XPatherException,
gr.ntua.h2rdf.bytes.NotSupportedDatatypeException
identifier - crawling actionobjects - Object that needs to be extracted
ParserConfigurationException
SAXException
IOException
XPathExpressionException
org.htmlcleaner.XPatherException
gr.ntua.h2rdf.bytes.NotSupportedDatatypeException
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
public String getPostBodyAsHtml(String expression)
throws IOException,
ParserConfigurationException,
XPathExpressionException,
SAXException
expression - XPath Expression
IOException
ParserConfigurationException
XPathExpressionException
SAXException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||