net.sf.saxon.javax.xml.xquery
Interface XQItemAccessor
- All Known Subinterfaces:
- XQItem, XQResultItem, XQResultSequence, XQSequence
- All Known Implementing Classes:
- SaxonXQForwardSequence, SaxonXQItem, SaxonXQSequence
public interface XQItemAccessor
XQJ interface reconstructed from version 0.9 documentation
getAtomicValue
java.lang.String getAtomicValue()
throws XQException
- Throws:
XQException
getBoolean
boolean getBoolean()
throws XQException
- Throws:
XQException
getByte
byte getByte()
throws XQException
- Throws:
XQException
getDouble
double getDouble()
throws XQException
- Throws:
XQException
getFloat
float getFloat()
throws XQException
- Throws:
XQException
getInt
int getInt()
throws XQException
- Throws:
XQException
getItemAsStream
javax.xml.stream.XMLStreamReader getItemAsStream()
throws XQException
- Throws:
XQException
getItemAsString
java.lang.String getItemAsString(java.util.Properties props)
throws XQException
- Throws:
XQException
getItemType
XQItemType getItemType()
throws XQException
- Throws:
XQException
getLong
long getLong()
throws XQException
- Throws:
XQException
getNode
org.w3c.dom.Node getNode()
throws XQException
- Throws:
XQException
getNodeUri
java.net.URI getNodeUri()
throws XQException
- Throws:
XQException
getObject
java.lang.Object getObject()
throws XQException
- Throws:
XQException
getShort
short getShort()
throws XQException
- Throws:
XQException
instanceOf
boolean instanceOf(XQItemType type)
throws XQException
- Throws:
XQException
writeItem
void writeItem(java.io.OutputStream os,
java.util.Properties props)
throws XQException
- Throws:
XQException
writeItem
void writeItem(java.io.Writer ow,
java.util.Properties props)
throws XQException
- Throws:
XQException
writeItemToResult
void writeItemToResult(javax.xml.transform.Result result)
throws XQException
- Throws:
XQException
writeItemToSAX
void writeItemToSAX(org.xml.sax.ContentHandler saxHandler)
throws XQException
- Throws:
XQException