|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.lang.xquery.XQuery
public class XQuery
This object stores a simple query used to access XML content. These queries will be visited by the SAXParser, so they can collect their values. The query will be visited each time the ContentHandler of the SAXParser processes an element. The query ignores these calls in case it is related to a higher level within the XML hierarchie or it has been abandoned within a higher level.
Method Summary | |
---|---|
java.lang.String[] |
getResult()
Returns the data collected by this query. |
java.lang.String |
getSingleResult()
Returns the data collected by this query. |
boolean |
gotResult()
Returns true if at least one result is available. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String[] getResult()
public java.lang.String getSingleResult() throws XQueryException
XQueryException
public boolean gotResult()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |