net.sf.saxon.xqj
Class SaxonXQItem
java.lang.Object
net.sf.saxon.xqj.SaxonXQItem
- All Implemented Interfaces:
- XQItem, XQItemAccessor, XQResultItem
public class SaxonXQItem
- extends java.lang.Object
- implements XQResultItem
This Saxon class is used to implement both the XQItem and XQResultItem interfaces in XQJ.
Where the item is not a real XQResultItem, getConnection() will return null.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SaxonXQItem
public SaxonXQItem(Item item,
SaxonXQDataFactory factory)
getConnection
public XQConnection getConnection()
throws XQException
- Specified by:
getConnection in interface XQResultItem
- Throws:
XQException
close
public void close()
- Specified by:
close in interface XQItem
isClosed
public boolean isClosed()
- Specified by:
isClosed in interface XQItem
getAtomicValue
public java.lang.String getAtomicValue()
throws XQException
- Specified by:
getAtomicValue in interface XQItemAccessor
- Throws:
XQException
getBoolean
public boolean getBoolean()
throws XQException
- Specified by:
getBoolean in interface XQItemAccessor
- Throws:
XQException
getByte
public byte getByte()
throws XQException
- Specified by:
getByte in interface XQItemAccessor
- Throws:
XQException
getDouble
public double getDouble()
throws XQException
- Specified by:
getDouble in interface XQItemAccessor
- Throws:
XQException
getFloat
public float getFloat()
throws XQException
- Specified by:
getFloat in interface XQItemAccessor
- Throws:
XQException
getInt
public int getInt()
throws XQException
- Specified by:
getInt in interface XQItemAccessor
- Throws:
XQException
getItemAsStream
public javax.xml.stream.XMLStreamReader getItemAsStream()
throws XQException
- Specified by:
getItemAsStream in interface XQItemAccessor
- Throws:
XQException
getItemAsString
public java.lang.String getItemAsString(java.util.Properties props)
throws XQException
- Specified by:
getItemAsString in interface XQItemAccessor
- Throws:
XQException
getItemType
public XQItemType getItemType()
throws XQException
- Specified by:
getItemType in interface XQItemAccessor
- Throws:
XQException
getLong
public long getLong()
throws XQException
- Specified by:
getLong in interface XQItemAccessor
- Throws:
XQException
getNode
public org.w3c.dom.Node getNode()
throws XQException
- Specified by:
getNode in interface XQItemAccessor
- Throws:
XQException
getNodeUri
public java.net.URI getNodeUri()
throws XQException
- Specified by:
getNodeUri in interface XQItemAccessor
- Throws:
XQException
getObject
public java.lang.Object getObject()
throws XQException
- Specified by:
getObject in interface XQItemAccessor
- Throws:
XQException
getShort
public short getShort()
throws XQException
- Specified by:
getShort in interface XQItemAccessor
- Throws:
XQException
instanceOf
public boolean instanceOf(XQItemType type)
throws XQException
- Specified by:
instanceOf in interface XQItemAccessor
- Throws:
XQException
writeItem
public void writeItem(java.io.OutputStream os,
java.util.Properties props)
throws XQException
- Specified by:
writeItem in interface XQItemAccessor
- Throws:
XQException
writeItem
public void writeItem(java.io.Writer ow,
java.util.Properties props)
throws XQException
- Specified by:
writeItem in interface XQItemAccessor
- Throws:
XQException
writeItemToResult
public void writeItemToResult(javax.xml.transform.Result result)
throws XQException
- Specified by:
writeItemToResult in interface XQItemAccessor
- Throws:
XQException
writeItemToSAX
public void writeItemToSAX(org.xml.sax.ContentHandler saxHandler)
throws XQException
- Specified by:
writeItemToSAX in interface XQItemAccessor
- Throws:
XQException