public abstract class NodeSortRecord
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
COMPARE_ASCENDING |
|
static int |
COMPARE_DESCENDING |
|
static int |
COMPARE_NUMERIC |
|
static int |
COMPARE_STRING |
Constructor | Description |
---|---|
NodeSortRecord() |
|
NodeSortRecord(int node) |
This constructor is run by a call to ClassLoader in the
makeNodeSortRecord method in the NodeSortRecordFactory class.
|
Modifier and Type | Method | Description |
---|---|---|
int |
compareDocOrder(NodeSortRecord other) |
|
int |
compareTo(NodeSortRecord other) |
Compare this sort element to another.
|
abstract java.lang.String |
extractValueFromDOM(DOM dom,
int current,
int level,
AbstractTranslet translet,
int last) |
Extract the sort value for a level of this key.
|
java.text.Collator[] |
getCollator() |
Returns the array of Collators used for text comparisons in this object.
|
int |
getNode() |
Returns the node for this sort object
|
void |
initialize(int node,
int last,
DOM dom,
org.apache.xalan.xsltc.dom.SortSettings settings) |
This method allows the caller to set the values that could not be passed
to the default constructor.
|
public static final int COMPARE_STRING
public static final int COMPARE_NUMERIC
public static final int COMPARE_ASCENDING
public static final int COMPARE_DESCENDING
public NodeSortRecord(int node)
public NodeSortRecord()
public final void initialize(int node, int last, DOM dom, org.apache.xalan.xsltc.dom.SortSettings settings) throws TransletException
TransletException
public final int getNode()
public final int compareDocOrder(NodeSortRecord other)
public int compareTo(NodeSortRecord other)
public java.text.Collator[] getCollator()
public abstract java.lang.String extractValueFromDOM(DOM dom, int current, int level, AbstractTranslet translet, int last)
Copyright ? 2014 Apache XML Project. All Rights Reserved.