org.exist.indexing
Class IndexUtils

java.lang.Object
  extended by org.exist.indexing.IndexUtils

public class IndexUtils
extends Object

Various utility methods to be used by Index implementations.


Constructor Summary
IndexUtils()
           
 
Method Summary
static void scanNode(DBBroker broker, Txn transaction, StoredNode node, StreamListener listener)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexUtils

public IndexUtils()
Method Detail

scanNode

public static void scanNode(DBBroker broker,
                            Txn transaction,
                            StoredNode node,
                            StreamListener listener)


Copyright (C) Wolfgang Meier. All rights reserved.