XQItem
, XQItemAccessor
, XQResultItem
public class SaxonXQItem extends java.lang.Object implements XQResultItem
Constructor | Description |
---|---|
SaxonXQItem(Item item,
Configuration config) |
Modifier and Type | Method | Description |
---|---|---|
void |
clearWarnings() |
|
void |
close() |
|
java.lang.String |
getAtomicValue() |
|
boolean |
getBoolean() |
|
byte |
getByte() |
|
(package private) Configuration |
getConfiguration() |
|
XQConnection |
getConnection() |
|
double |
getDouble() |
|
float |
getFloat() |
|
int |
getInt() |
|
(package private) Item |
getItem() |
|
javax.xml.stream.XMLStreamReader |
getItemAsStream() |
|
java.lang.String |
getItemAsString() |
|
java.lang.String |
getItemAsString(java.util.Properties props) |
|
XQItemType |
getItemType() |
|
long |
getLong() |
|
org.w3c.dom.Node |
getNode() |
|
java.net.URI |
getNodeUri() |
|
java.lang.Object |
getObject() |
|
java.lang.Object |
getObject(XQCommonHandler handler) |
|
short |
getShort() |
|
XQWarning |
getWarnings() |
|
boolean |
instanceOf(XQItemType type) |
|
boolean |
isClosed() |
|
(package private) void |
setConnection(SaxonXQConnection connection) |
|
void |
writeItem(java.io.OutputStream os,
java.util.Properties props) |
|
void |
writeItem(java.io.Writer ow,
java.util.Properties props) |
|
void |
writeItemToSAX(org.xml.sax.ContentHandler saxHandler) |
public SaxonXQItem(Item item, Configuration config)
Configuration getConfiguration()
Item getItem()
void setConnection(SaxonXQConnection connection)
public void clearWarnings()
clearWarnings
in interface XQResultItem
public XQConnection getConnection() throws XQException
getConnection
in interface XQResultItem
XQException
public XQWarning getWarnings() throws XQException
getWarnings
in interface XQResultItem
XQException
public void close() throws XQException
close
in interface XQItem
XQException
public java.lang.String getAtomicValue() throws XQException
getAtomicValue
in interface XQItemAccessor
XQException
public boolean getBoolean() throws XQException
getBoolean
in interface XQItemAccessor
XQException
public byte getByte() throws XQException
getByte
in interface XQItemAccessor
XQException
public double getDouble() throws XQException
getDouble
in interface XQItemAccessor
XQException
public float getFloat() throws XQException
getFloat
in interface XQItemAccessor
XQException
public int getInt() throws XQException
getInt
in interface XQItemAccessor
XQException
public javax.xml.stream.XMLStreamReader getItemAsStream() throws XQException
getItemAsStream
in interface XQItemAccessor
XQException
public java.lang.String getItemAsString() throws XQException
getItemAsString
in interface XQItemAccessor
XQException
public java.lang.String getItemAsString(java.util.Properties props) throws XQException
XQException
public XQItemType getItemType() throws XQException
getItemType
in interface XQItemAccessor
XQException
public long getLong() throws XQException
getLong
in interface XQItemAccessor
XQException
public org.w3c.dom.Node getNode() throws XQException
getNode
in interface XQItemAccessor
XQException
public java.net.URI getNodeUri() throws XQException
getNodeUri
in interface XQItemAccessor
XQException
public java.lang.Object getObject() throws XQException
getObject
in interface XQItemAccessor
XQException
public java.lang.Object getObject(XQCommonHandler handler) throws XQException
getObject
in interface XQItemAccessor
XQException
public short getShort() throws XQException
getShort
in interface XQItemAccessor
XQException
public boolean instanceOf(XQItemType type) throws XQException
instanceOf
in interface XQItemAccessor
XQException
public void writeItem(java.io.OutputStream os, java.util.Properties props) throws XQException
writeItem
in interface XQItemAccessor
XQException
public void writeItem(java.io.Writer ow, java.util.Properties props) throws XQException
writeItem
in interface XQItemAccessor
XQException
public void writeItemToSAX(org.xml.sax.ContentHandler saxHandler) throws XQException
writeItemToSAX
in interface XQItemAccessor
XQException