Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
net.sf.saxon.xqj.SaxonXQSequence
Method Summary | |
boolean |
|
void | |
void | |
void |
|
int |
|
boolean |
|
String | |
boolean | |
byte |
|
XQConnection | |
double | |
float |
|
int |
|
XQItem |
|
XMLStreamReader | |
String |
|
XQItemType | |
long |
|
Node |
|
URI | |
Object | |
int | |
XMLStreamReader | |
String |
|
short |
|
boolean |
|
boolean | |
boolean | |
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean | |
boolean |
|
boolean |
|
boolean |
|
boolean |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public boolean absolute(int itempos) throws XQException
- Specified by:
- absolute in interface XQSequence
public void beforeFirst() throws XQException
- Specified by:
- beforeFirst in interface XQSequence
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()
- Specified by:
- getConnection in interface XQResultSequence
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 int getPosition() throws XQException
- Specified by:
- getPosition in interface XQSequence
public XMLStreamReader getSequenceAsStream() throws XQException
- Specified by:
- getSequenceAsStream in interface XQSequence
public boolean instanceOf(XQItemType type) throws XQException
- Specified by:
- instanceOf in interface XQItemAccessor
public boolean isAfterLast() throws XQException
- Specified by:
- isAfterLast in interface XQSequence
public boolean isBeforeFirst() throws XQException
- Specified by:
- isBeforeFirst in interface XQSequence
public boolean isScrollable() throws XQException
- Specified by:
- isScrollable in interface XQSequence
public boolean relative(int itempos) throws XQException
- Specified by:
- relative in interface XQSequence
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