org.apache.xalan.xsltc.dom

Class NodeSortRecordFactory

public class NodeSortRecordFactory extends Object

Constructor Summary
NodeSortRecordFactory(DOM dom, String className, Translet translet, String[] order, String[] type)
Creates a NodeSortRecord producing object.
NodeSortRecordFactory(DOM dom, String className, Translet translet, String[] order, String[] type, String[] lang, String[] caseOrder)
Creates a NodeSortRecord producing object.
Method Summary
StringgetClassName()
NodeSortRecordmakeNodeSortRecord(int node, int last)
Create an instance of a sub-class of NodeSortRecord.

Constructor Detail

NodeSortRecordFactory

public NodeSortRecordFactory(DOM dom, String className, Translet translet, String[] order, String[] type)

Deprecated: This constructor is no longer used in generated code. It exists only for backwards compatibility.

Creates a NodeSortRecord producing object. The DOM specifies which tree to get the nodes to sort from, the class name specifies what auxillary class to use to sort the nodes (this class is generated by the Sort class), and the translet parameter is needed for methods called by this object.

NodeSortRecordFactory

public NodeSortRecordFactory(DOM dom, String className, Translet translet, String[] order, String[] type, String[] lang, String[] caseOrder)
Creates a NodeSortRecord producing object. The DOM specifies which tree to get the nodes to sort from, the class name specifies what auxillary class to use to sort the nodes (this class is generated by the Sort class), and the translet parameter is needed for methods called by this object.

Method Detail

getClassName

public String getClassName()

makeNodeSortRecord

public NodeSortRecord makeNodeSortRecord(int node, int last)
Create an instance of a sub-class of NodeSortRecord. The name of this sub-class is passed to us in the constructor.
Copyright B) 2005 Apache XML Project. All Rights Reserved.