MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.xqj
Interface Item

All Known Implementing Classes:
FlatItem, TreeItem

public interface Item


Method Summary
 void close()
           
 XDMIterator getAsIterator()
           
 java.lang.String getAtomicValue()
           
 boolean getBoolean()
           
 byte getByte()
           
 double getDouble()
           
 float getFloat()
           
 int getInt()
           
 java.lang.String getItemAsString()
           
 long getLong()
           
 short getShort()
           
 TypeInfo getType()
           
 boolean isClosed()
           
 

Method Detail

close

void close()

getAtomicValue

java.lang.String getAtomicValue()
                                throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

getBoolean

boolean getBoolean()
                   throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

getByte

byte getByte()
             throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

getDouble

double getDouble()
                 throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

getFloat

float getFloat()
               throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

getInt

int getInt()
           throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

getItemAsString

java.lang.String getItemAsString()
                                 throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

getAsIterator

XDMIterator getAsIterator()
                          throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

getLong

long getLong()
             throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

getShort

short getShort()
               throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

isClosed

boolean isClosed()

getType

TypeInfo getType()

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich