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 TypeMethodDescriptionbooleanabsolute(int itempos) voidvoidvoidclose()intcount()booleanfirst()getItem()intgetSequenceAsString(Properties props) booleanbooleanbooleanisClosed()booleanisFirst()booleanisLast()booleanisOnItem()booleanbooleanlast()booleannext()booleanprevious()booleanrelative(int itempos) voidwriteSequence(OutputStream os, Properties props) voidwriteSequence(Writer ow, Properties props) voidwriteSequenceToSAX(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
-