Uses of Class
org.apache.xalan.xsltc.util.IntegerArray

Packages that use IntegerArray
org.apache.xalan.xsltc.dom   
org.apache.xalan.xsltc.util   
 

Uses of IntegerArray in org.apache.xalan.xsltc.dom
 

Fields in org.apache.xalan.xsltc.dom declared as IntegerArray
private  IntegerArray KeyIndex._nodes
          The node set associated to the current value passed to lookupKey();
private  IntegerArray KeyIndex.KeyIndexIterator._nodes
          A reference to the key function that only has one key value or to the id function that has only one string argument can be optimized to ignore the multi-valued heap.
private  IntegerArray KeyIndex.KeyIndexIterator.KeyIndexHeapNode._nodes
          IntegerArray of DTM nodes retrieved for one key value.
private  IntegerArray DupFilterIterator._nodes
          Array to cache all nodes from source.
private  IntegerArray CurrentNodeListIterator._nodes
          An integer array to store nodes from source iterator.
private  IntegerArray CachedNodeListIterator._nodes
           
private static IntegerArray KeyIndex.EMPTY_NODES
          Used to represent an empty node set.
 

Methods in org.apache.xalan.xsltc.dom that return IntegerArray
 IntegerArray KeyIndex.getDOMNodeById(java.lang.String id)
          Return an IntegerArray for the DOM Node which has the given id.
protected  IntegerArray KeyIndex.KeyIndexIterator.lookupNodes(int root, java.lang.String keyValue)
          Retrieve nodes for a particular key value or a particular id argument value.
 

Constructors in org.apache.xalan.xsltc.dom with parameters of type IntegerArray
KeyIndex.KeyIndexIterator.KeyIndexHeapNode(IntegerArray nodes)
          Create a heap node representing DTM nodes retrieved for one key value in a reference to the key function or string argument to the id function.
 

Uses of IntegerArray in org.apache.xalan.xsltc.util
 

Methods in org.apache.xalan.xsltc.util with parameters of type IntegerArray
 void IntegerArray.merge(IntegerArray other)
          Merge two sorted arrays and eliminate duplicates.