com.saxonica.expr
Class IndexedSequence
java.lang.Object
com.saxonica.expr.IndexedSequence
public class IndexedSequence
- extends Object
IndexedSequence is a simple package of information returned by saxon:index(), and used by saxon:find(). It
encapsulates the indexed sequence itself (which will not actually be indexed until the first time the index
is used), the expression used for indexing, and the collation used for matching strings.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexedSequence
public IndexedSequence(IndexedValue sequence,
Expression exp,
StringCollator collator)
getSequence
public IndexedValue getSequence()
getExpression
public Expression getExpression()
getStringCollator
public StringCollator getStringCollator()
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.