de.fraunhofer.ipsi.xquery.api
Interface QueryResult

All Known Implementing Classes:
XQIQueryResult

Deprecated.

public interface QueryResult


Method Summary
 java.math.BigDecimal getBigDecimal()
          Deprecated. Method getBigDecimal
 boolean getBoolean()
          Deprecated. Method getBoolean
 org.w3c.dom.Document getDocument()
          Deprecated. Method getDocument
 double getDouble()
          Deprecated. Method getDouble
 float getFloat()
          Deprecated. Method getFloat
 int getInt()
          Deprecated. Method getInt
 long getLong()
          Deprecated. Method getLong
 org.w3c.dom.Node getNode()
          Deprecated. Method getNode
 org.w3c.dom.NodeList getNodeList()
          Deprecated. Method getNodeList
 java.lang.Object getObject()
          Deprecated. Method getObject
 java.lang.String getRawString()
          Deprecated. Method getRawString
 java.lang.String getString()
          Deprecated. Method getString
 

Method Detail

getRawString

java.lang.String getRawString()
Deprecated. 
Method getRawString

Returns:
a String

getBigDecimal

java.math.BigDecimal getBigDecimal()
                                   throws XQueryException
Deprecated. 
Method getBigDecimal

Returns:
a BigDecimal
Throws:
XQueryException

getBoolean

boolean getBoolean()
                   throws XQueryException
Deprecated. 
Method getBoolean

Returns:
a boolean
Throws:
XQueryException

getDocument

org.w3c.dom.Document getDocument()
                                 throws XQueryException
Deprecated. 
Method getDocument

Returns:
a Document
Throws:
XQueryException

getDouble

double getDouble()
                 throws XQueryException
Deprecated. 
Method getDouble

Returns:
a double
Throws:
XQueryException

getFloat

float getFloat()
               throws XQueryException
Deprecated. 
Method getFloat

Returns:
a float
Throws:
XQueryException

getInt

int getInt()
           throws XQueryException
Deprecated. 
Method getInt

Returns:
an int
Throws:
XQueryException

getLong

long getLong()
             throws XQueryException
Deprecated. 
Method getLong

Returns:
a long
Throws:
XQueryException

getNode

org.w3c.dom.Node getNode()
                         throws XQueryException
Deprecated. 
Method getNode

Returns:
a Node
Throws:
XQueryException

getNodeList

org.w3c.dom.NodeList getNodeList()
                                 throws XQueryException
Deprecated. 
Method getNodeList

Returns:
a NodeList
Throws:
XQueryException

getObject

java.lang.Object getObject()
                           throws XQueryException
Deprecated. 
Method getObject

Returns:
an Object
Throws:
XQueryException

getString

java.lang.String getString()
                           throws XQueryException
Deprecated. 
Method getString

Returns:
a String
Throws:
XQueryException