Package net.sf.saxon.javax.xml.xquery
Interface XQSequence
- All Superinterfaces:
XQItemAccessor
- All Known Subinterfaces:
XQResultSequence
- All Known Implementing Classes:
SaxonXQForwardSequence
,SaxonXQSequence
XQJ interfaces reconstructed from version 0.5 documentation
-
Method Summary
Modifier and TypeMethodDescriptionboolean
absolute
(int itempos) void
void
void
close()
int
count()
boolean
first()
getItem()
int
getSequenceAsString
(Properties props) boolean
boolean
boolean
isClosed()
boolean
isFirst()
boolean
isLast()
boolean
isOnItem()
boolean
boolean
last()
boolean
next()
boolean
previous()
boolean
relative
(int itempos) void
writeSequence
(OutputStream os, Properties props) void
writeSequence
(Writer ow, Properties props) void
writeSequenceToSAX
(ContentHandler saxhdlr) Methods inherited from interface net.sf.saxon.javax.xml.xquery.XQItemAccessor
getAtomicValue, getBoolean, getByte, getDouble, getFloat, getInt, getItemAsStream, getItemAsString, getItemType, getLong, getNode, getNodeUri, getObject, getObject, getShort, instanceOf, writeItem, writeItem, writeItemToSAX
-
Method Details
-
absolute
- Throws:
XQException
-
afterLast
- Throws:
XQException
-
beforeFirst
- Throws:
XQException
-
close
- Throws:
XQException
-
count
- Throws:
XQException
-
first
- Throws:
XQException
-
getItem
- Throws:
XQException
-
getPosition
- Throws:
XQException
-
getSequenceAsStream
- Throws:
XQException
-
getSequenceAsString
- Throws:
XQException
-
isAfterLast
- Throws:
XQException
-
isBeforeFirst
- Throws:
XQException
-
isClosed
boolean isClosed() -
isFirst
- Throws:
XQException
-
isLast
- Throws:
XQException
-
isOnItem
- Throws:
XQException
-
isScrollable
- Throws:
XQException
-
last
- Throws:
XQException
-
next
- Throws:
XQException
-
previous
- Throws:
XQException
-
relative
- Throws:
XQException
-
writeSequence
- Throws:
XQException
-
writeSequence
- Throws:
XQException
-
writeSequenceToSAX
- Throws:
XQException
-