org.ucl.xpath
Class DefaultRSFactory

java.lang.Object
  extended byorg.ucl.xpath.ResultSequenceFactory
      extended byorg.ucl.xpath.DefaultRSFactory

public class DefaultRSFactory
extends ResultSequenceFactory

Factory implementation which creates sequences of type DefaultResultSequence.


Field Summary
static int POOL_SIZE
           
 
Constructor Summary
DefaultRSFactory()
          Constructor of factory.
 
Method Summary
protected  ResultSequence fact_create_new()
           
protected  void fact_print_debug()
           
protected  void fact_release(ResultSequence rs)
           
 
Methods inherited from class org.ucl.xpath.ResultSequenceFactory
create_new, create_new, fact_create_new, print_debug, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POOL_SIZE

public static final int POOL_SIZE
See Also:
Constant Field Values
Constructor Detail

DefaultRSFactory

public DefaultRSFactory()
Constructor of factory.

Method Detail

fact_create_new

protected ResultSequence fact_create_new()
Specified by:
fact_create_new in class ResultSequenceFactory

fact_release

protected void fact_release(ResultSequence rs)
Specified by:
fact_release in class ResultSequenceFactory

fact_print_debug

protected void fact_print_debug()
Overrides:
fact_print_debug in class ResultSequenceFactory