|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oodt.xmlquery.QueryResult
public class QueryResult
Results of a query.
| Constructor Summary | |
|---|---|
QueryResult()
Create empty results. |
|
QueryResult(List list)
Create results from the given list of results. |
|
QueryResult(Node node)
Create results from an XML node. |
|
| Method Summary | |
|---|---|
void |
clear()
Clear out any results. |
Object |
clone()
|
boolean |
equals(Object obj)
|
List |
getList()
Get the list of results. |
long |
getSize()
|
int |
hashCode()
|
void |
setRetriever(Retriever retriever)
|
String |
toString()
|
Node |
toXML(Document doc)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueryResult()
public QueryResult(List list)
list - List of Results.public QueryResult(Node node)
node - The <queryResultSet> node.| Method Detail |
|---|
public List getList()
Results.public void clear()
public Node toXML(Document doc)
throws DOMException
toXML in interface DocumentableDOMExceptionpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic Object clone()
clone in class Objectpublic String toString()
toString in class Objectpublic void setRetriever(Retriever retriever)
public long getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||