ch.ethz.mxquery.xqj
Class FlatItem
java.lang.Object
ch.ethz.mxquery.xqj.FlatItem
- All Implemented Interfaces:
- Item
public class FlatItem
- extends java.lang.Object
- implements Item
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlatItem
public FlatItem(Token tk)
close
public void close()
- Specified by:
close
in interface Item
getAtomicValue
public java.lang.String getAtomicValue()
throws javax.xml.xquery.XQException
- Specified by:
getAtomicValue
in interface Item
- Throws:
javax.xml.xquery.XQException
getBoolean
public boolean getBoolean()
throws javax.xml.xquery.XQException
- Specified by:
getBoolean
in interface Item
- Throws:
javax.xml.xquery.XQException
getByte
public byte getByte()
throws javax.xml.xquery.XQException
- Specified by:
getByte
in interface Item
- Throws:
javax.xml.xquery.XQException
getDouble
public double getDouble()
throws javax.xml.xquery.XQException
- Specified by:
getDouble
in interface Item
- Throws:
javax.xml.xquery.XQException
getFloat
public float getFloat()
throws javax.xml.xquery.XQException
- Specified by:
getFloat
in interface Item
- Throws:
javax.xml.xquery.XQException
getInt
public int getInt()
throws javax.xml.xquery.XQException
- Specified by:
getInt
in interface Item
- Throws:
javax.xml.xquery.XQException
getItemAsString
public java.lang.String getItemAsString()
throws javax.xml.xquery.XQException
- Specified by:
getItemAsString
in interface Item
- Throws:
javax.xml.xquery.XQException
getLong
public long getLong()
throws javax.xml.xquery.XQException
- Specified by:
getLong
in interface Item
- Throws:
javax.xml.xquery.XQException
getShort
public short getShort()
throws javax.xml.xquery.XQException
- Specified by:
getShort
in interface Item
- Throws:
javax.xml.xquery.XQException
isClosed
public boolean isClosed()
- Specified by:
isClosed
in interface Item
getType
public TypeInfo getType()
- Specified by:
getType
in interface Item
getAsIterator
public XDMIterator getAsIterator()
throws javax.xml.xquery.XQException
- Specified by:
getAsIterator
in interface Item
- Throws:
javax.xml.xquery.XQException
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich