com.saxonica.expr
Class IndexedSequence

java.lang.Object
  extended by 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.


Constructor Summary
IndexedSequence(IndexedValue sequence, Expression exp, StringCollator collator)
           
 
Method Summary
 Expression getExpression()
           
 IndexedValue getSequence()
           
 StringCollator getStringCollator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedSequence

public IndexedSequence(IndexedValue sequence,
                       Expression exp,
                       StringCollator collator)
Method Detail

getSequence

public IndexedValue getSequence()

getExpression

public Expression getExpression()

getStringCollator

public StringCollator getStringCollator()


Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.