|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xalan.transformer.NodeSorter
public class NodeSorter
This class can sort vectors of DOM nodes according to a select pattern.
| 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,
java.util.Vector keys,
XPathContext support)
Given a vector of nodes, sort each node according to the criteria in the keys. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeSorter(XPathContext p)
p - Xpath context to use| Method Detail |
|---|
public void sort(DTMIterator v,
java.util.Vector keys,
XPathContext support)
throws javax.xml.transform.TransformerException
v - an vector of Nodes.keys - a vector of NodeSortKeys.support - XPath context to use
javax.xml.transform.TransformerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||