|
||||||||||
| 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)
Document (aka serialize) this object into an XML DOM node. |
| 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
Documentable
toXML in interface Documentabledoc - What document will own the node.
DOMException - If an error occurs while creating the DOM structure.public 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 | |||||||||