Package org.apache.xalan.transformer
Class NodeSorter
java.lang.Object
org.apache.xalan.transformer.NodeSorter
This class can sort vectors of DOM nodes according to a select pattern.
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct 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
Modifier and TypeMethodDescriptionvoidsort(DTMIterator v, Vector keys, XPathContext support) Given a vector of nodes, sort each node according to the criteria in the keys.
-
Constructor Details
-
NodeSorter
Construct a NodeSorter, passing in the XSL TransformerFactory so it can know how to get the node data according to the proper whitespace rules.- Parameters:
p- Xpath context to use
-
-
Method Details
-
sort
Given a vector of nodes, sort each node according to the criteria in the keys.- Parameters:
v- an vector of Nodes.keys- a vector of NodeSortKeys.support- XPath context to use- Throws:
TransformerException
-