org.apache.xalan.transformer
public class NodeSorter extends Object
UNKNOWN: internal
| Constructor Summary | |
|---|---|
| NodeSorter(XPathContext p)
Construct a NodeSorter, passing in the XSL TransformerFactory
so it can know how to get the node data according to
the proper whitespace rules.
| |
| Method Summary | |
|---|---|
| void | sort(DTMIterator v, Vector keys, XPathContext support)
Given a vector of nodes, sort each node according to
the criteria in the keys. |
Parameters: p Xpath context to use
Parameters: v an vector of Nodes. keys a vector of NodeSortKeys. support XPath context to use
Throws: javax.xml.transform.TransformerException