|
XML:DB API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static int |
CLASS_BOOLEAN
Result type is a boolean. |
static int |
CLASS_NODESET
Result type is a NodeSet. |
static int |
CLASS_NULL
Result is null. |
static int |
CLASS_NUMBER
Result type is a Integer. |
static int |
CLASS_RTREEFRAG
Result type is a Document Fragment. |
static int |
CLASS_STRING
Result type is a String. |
static int |
CLASS_UNKNOWN
Result type is not known. |
| Method Summary | |
boolean |
bool()
Cast result object to a boolean. |
int |
getType()
|
org.w3c.dom.NodeList |
nodeset()
Cast result object to a nodelist. |
double |
num()
Cast result object to a number. |
org.w3c.dom.DocumentFragment |
rtree()
Cast result object to a result tree fragment. |
java.lang.String |
str()
Cast result object to a string. |
| Field Detail |
public static final int CLASS_NULL
public static final int CLASS_UNKNOWN
public static final int CLASS_BOOLEAN
public static final int CLASS_NUMBER
public static final int CLASS_STRING
public static final int CLASS_NODESET
public static final int CLASS_RTREEFRAG
| Method Detail |
public int getType()
throws java.lang.Exception
java.lang.Exception
public boolean bool()
throws java.lang.Exception
org.xml.sax.SAXException - If any error occurs.
java.lang.Exception
public double num()
throws java.lang.Exception
org.xml.sax.SAXException - If any error occurs.
java.lang.Exception
public java.lang.String str()
throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.NodeList nodeset()
throws java.lang.Exception
org.xml.sax.SAXException - If any error occurs.
java.lang.Exception
public org.w3c.dom.DocumentFragment rtree()
throws java.lang.Exception
java.lang.Exception
|
XML:DB API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||