|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.core.qc.SearchEngineQualityControlResult
public class SearchEngineQualityControlResult
| Constructor Summary | |
|---|---|
SearchEngineQualityControlResult(org.jdom.Document xhtmlDocument)
builds a new result. |
|
SearchEngineQualityControlResult(org.jdom.Document xhtmlDocument,
net.sf.classifier4J.IStopWordProvider p,
org.jdom.xpath.XPath content)
builds a new result. |
|
SearchEngineQualityControlResult(org.jdom.Document xhtmlDocument,
org.jdom.xpath.XPath content)
builds a new result. |
|
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
deserialises the result. |
java.lang.String |
getTitle()
returns the title of the document, if set. |
void |
setURL(java.lang.String u)
sets the URL of the document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchEngineQualityControlResult(org.jdom.Document xhtmlDocument)
throws org.jdom.JDOMException
xhtmlDocument - the xhtml to be analyzed.
org.jdom.JDOMException - on errors
public SearchEngineQualityControlResult(org.jdom.Document xhtmlDocument,
org.jdom.xpath.XPath content)
throws org.jdom.JDOMException
xhtmlDocument - the xhtml to be analyzed.content - the XPath to the content part of the document or
null
org.jdom.JDOMException - on errors
public SearchEngineQualityControlResult(org.jdom.Document xhtmlDocument,
net.sf.classifier4J.IStopWordProvider p,
org.jdom.xpath.XPath content)
throws org.jdom.JDOMException
xhtmlDocument - the xhtml to be analyzed.p - the stop word providercontent - the XPath to the content part of the document or
null
org.jdom.JDOMException - on errors| Method Detail |
|---|
public final java.lang.String getTitle()
public final void setURL(java.lang.String u)
u - the URLpublic org.jdom.Element deserializeToJDOM()
deserializeToJDOM in interface JDOMableJDOMable.deserializeToJDOM()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||