Package org.basex.query.func.fn
Class SeqRange
java.lang.Object
org.basex.query.func.fn.SeqRange
Sequence range.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
Fields -
Method Summary
-
Field Details
-
start
public long startStart position (inclusive, starting from 0). -
end
public long endEnd position (exclusive, starting from 0, larger than or equal to start). -
length
public long lengthLength (larger than or equal to 0).
-
-
Method Details
-
get
Returns an instance for the specified range expression.- Parameters:
expr- sequence expressioncc- compilation context- Returns:
- range or
null - Throws:
QueryException- query exception
-
toString
-