ch.ethz.mxquery.xqj
Interface Item
- All Known Implementing Classes:
- FlatItem, TreeItem
public interface Item
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