Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
net.sf.saxon.xqj.SaxonXQItem
Constructor Summary | |
|
Method Summary | |
void |
|
String | |
boolean | |
byte |
|
XQConnection | |
double | |
float |
|
int |
|
XMLStreamReader | |
String |
|
XQItemType | |
long |
|
Node |
|
URI | |
Object | |
short |
|
boolean |
|
boolean |
|
void |
|
void |
|
void |
|
void |
|
public String getAtomicValue() throws XQException
- Specified by:
- getAtomicValue in interface XQItemAccessor
public boolean getBoolean() throws XQException
- Specified by:
- getBoolean in interface XQItemAccessor
public XQConnection getConnection() throws XQException
- Specified by:
- getConnection in interface XQResultItem
public double getDouble() throws XQException
- Specified by:
- getDouble in interface XQItemAccessor
public XMLStreamReader getItemAsStream() throws XQException
- Specified by:
- getItemAsStream in interface XQItemAccessor
public String getItemAsString(Properties props) throws XQException
- Specified by:
- getItemAsString in interface XQItemAccessor
public XQItemType getItemType() throws XQException
- Specified by:
- getItemType in interface XQItemAccessor
public URI getNodeUri() throws XQException
- Specified by:
- getNodeUri in interface XQItemAccessor
public Object getObject() throws XQException
- Specified by:
- getObject in interface XQItemAccessor
public boolean instanceOf(XQItemType type) throws XQException
- Specified by:
- instanceOf in interface XQItemAccessor
public void writeItem(OutputStream os, Properties props) throws XQException
- Specified by:
- writeItem in interface XQItemAccessor
public void writeItem(Writer ow, Properties props) throws XQException
- Specified by:
- writeItem in interface XQItemAccessor
public void writeItemToResult(Result result) throws XQException
- Specified by:
- writeItemToResult in interface XQItemAccessor
public void writeItemToSAX(ContentHandler saxHandler) throws XQException
- Specified by:
- writeItemToSAX in interface XQItemAccessor