Package net.sf.saxon.javax.xml.xquery
Interface XQSequence
-
- All Superinterfaces:
XQItemAccessor
- All Known Subinterfaces:
XQResultSequence
- All Known Implementing Classes:
SaxonXQForwardSequence,SaxonXQSequence
public interface XQSequence extends XQItemAccessor
XQJ interfaces reconstructed from version 0.5 documentation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanabsolute(int itempos)voidafterLast()voidbeforeFirst()voidclose()intcount()booleanfirst()XQItemgetItem()intgetPosition()javax.xml.stream.XMLStreamReadergetSequenceAsStream()java.lang.StringgetSequenceAsString(java.util.Properties props)booleanisAfterLast()booleanisBeforeFirst()booleanisClosed()booleanisFirst()booleanisLast()booleanisOnItem()booleanisScrollable()booleanlast()booleannext()booleanprevious()booleanrelative(int itempos)voidwriteSequence(java.io.OutputStream os, java.util.Properties props)voidwriteSequence(java.io.Writer ow, java.util.Properties props)voidwriteSequenceToSAX(org.xml.sax.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 Detail
-
absolute
boolean absolute(int itempos) throws XQException- Throws:
XQException
-
afterLast
void afterLast() throws XQException- Throws:
XQException
-
beforeFirst
void beforeFirst() throws XQException- Throws:
XQException
-
close
void close() throws XQException- Throws:
XQException
-
count
int count() throws XQException
- Throws:
XQException
-
first
boolean first() throws XQException- Throws:
XQException
-
getItem
XQItem getItem() throws XQException
- Throws:
XQException
-
getPosition
int getPosition() throws XQException- Throws:
XQException
-
getSequenceAsStream
javax.xml.stream.XMLStreamReader getSequenceAsStream() throws XQException- Throws:
XQException
-
getSequenceAsString
java.lang.String getSequenceAsString(java.util.Properties props) throws XQException- Throws:
XQException
-
isAfterLast
boolean isAfterLast() throws XQException- Throws:
XQException
-
isBeforeFirst
boolean isBeforeFirst() throws XQException- Throws:
XQException
-
isClosed
boolean isClosed()
-
isFirst
boolean isFirst() throws XQException- Throws:
XQException
-
isLast
boolean isLast() throws XQException- Throws:
XQException
-
isOnItem
boolean isOnItem() throws XQException- Throws:
XQException
-
isScrollable
boolean isScrollable() throws XQException- Throws:
XQException
-
last
boolean last() throws XQException- Throws:
XQException
-
next
boolean next() throws XQException- Throws:
XQException
-
previous
boolean previous() throws XQException- Throws:
XQException
-
relative
boolean relative(int itempos) throws XQException- Throws:
XQException
-
writeSequence
void writeSequence(java.io.OutputStream os, java.util.Properties props) throws XQException- Throws:
XQException
-
writeSequence
void writeSequence(java.io.Writer ow, java.util.Properties props) throws XQException- Throws:
XQException
-
writeSequenceToSAX
void writeSequenceToSAX(org.xml.sax.ContentHandler saxhdlr) throws XQException- Throws:
XQException
-
-