|
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.search.api.internal.ResultDocumentBuilder
public class ResultDocumentBuilder
create an XML document from a search result.
| Constructor Summary | |
|---|---|
ResultDocumentBuilder()
create instance. |
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
build(SearchResult result)
build <proc:SearchResult> DOM document from search result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultDocumentBuilder()
| Method Detail |
|---|
public org.w3c.dom.Document build(SearchResult result)
throws javax.xml.parsers.ParserConfigurationException
result - search result
javax.xml.parsers.ParserConfigurationException - error creating document.
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||