public class NodeSorter extends Object
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
sort(DTMIterator v,
Vector keys,
XPathContext support)
Given a vector of nodes, sort each node according to
the criteria in the keys.
|
public NodeSorter(XPathContext p)
p - Xpath context to usepublic void sort(DTMIterator v, Vector keys, XPathContext support) throws TransformerException
v - an vector of Nodes.keys - a vector of NodeSortKeys.support - XPath context to useTransformerExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.