|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.connectivity.framework.crawler.web.parse.ParseImpl
public class ParseImpl
The result of parsing a page's raw content.
Parser.getParse(Content)
Constructor Summary | |
---|---|
ParseImpl()
Empty constructor. |
|
ParseImpl(Parse parse)
Creates new object from the given parse result. |
|
ParseImpl(ParseData data)
Creates new object with empty text. |
|
ParseImpl(java.lang.String text,
ParseData data)
Creates new object from given text and parse data. |
Method Summary | |
---|---|
ParseData |
getData()
Other data extracted from the page. |
java.lang.String |
getText()
Textual content of the page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParseImpl()
public ParseImpl(Parse parse)
parse
- parsing resultpublic ParseImpl(ParseData data)
data
- ParseDatapublic ParseImpl(java.lang.String text, ParseData data)
text
- textdata
- parse dataMethod Detail |
---|
public ParseData getData()
getData
in interface Parse
public java.lang.String getText()
getText
in interface Parse
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |