Package org.eclipse.wst.xml.xpath2.processor


org.eclipse.wst.xml.xpath2.processor
Class ResultSequenceFactory



public class ResultSequenceFactory
extends java.lang.Object
Result sequence factory

Constructor Summary

ResultSequenceFactory()

Method Summary

public static org.eclipse.wst.xml.xpath2.processor.ResultSequencecreate_new()
    
public static org.eclipse.wst.xml.xpath2.processor.ResultSequencecreate_new(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType item)
    
protected org.eclipse.wst.xml.xpath2.processor.ResultSequencefact_create_new()
    
protected org.eclipse.wst.xml.xpath2.processor.ResultSequencefact_create_new(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType item)
    
protected voidfact_print_debug()
    
protected voidfact_release(org.eclipse.wst.xml.xpath2.processor.ResultSequence rs)
    
public static voidprint_debug()
     factory debug
public static voidrelease(org.eclipse.wst.xml.xpath2.processor.ResultSequence rs)
    

Constructor Detail

ResultSequenceFactory

public ResultSequenceFactory()


Methods Detail

create_new

public org.eclipse.wst.xml.xpath2.processor.ResultSequence create_new()

Returns

org.eclipse.wst.xml.xpath2.processor.ResultSequence - the creation of a new result sequence


create_new

public org.eclipse.wst.xml.xpath2.processor.ResultSequence create_new(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType item)

Parameters

item - is an item of any type.

Returns

org.eclipse.wst.xml.xpath2.processor.ResultSequence - factory creating new item


fact_create_new

protected org.eclipse.wst.xml.xpath2.processor.ResultSequence fact_create_new()

Returns

org.eclipse.wst.xml.xpath2.processor.ResultSequence


fact_create_new

protected org.eclipse.wst.xml.xpath2.processor.ResultSequence fact_create_new(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType item)

Parameters

item

Returns

org.eclipse.wst.xml.xpath2.processor.ResultSequence


fact_print_debug

protected void fact_print_debug()


fact_release

protected void fact_release(org.eclipse.wst.xml.xpath2.processor.ResultSequence rs)

Parameters

rs


print_debug

public void print_debug()

factory debug


release

public void release(org.eclipse.wst.xml.xpath2.processor.ResultSequence rs)

Parameters

rs - is the result sequence factory release rs