Modifier and Type | Field and Description |
---|---|
private Class | |
private final String | |
protected Collator | |
private final DOM | |
private SortSettings | |
private static int | |
private static int |
Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public String | |
public NodeSortRecord | |
private final void |
_class | back to summary |
---|---|
private Class<?> _class |
_className | back to summary |
---|---|
private final String _className |
_collator | back to summary |
---|---|
protected Collator _collator |
_dom | back to summary |
---|---|
private final DOM _dom |
_sortSettings | back to summary |
---|---|
private SortSettings _sortSettings |
DESCENDING | back to summary |
---|---|
private static int DESCENDING |
NUMBER | back to summary |
---|---|
private static int NUMBER |
NodeSortRecordFactory | back to summary |
---|---|
public NodeSortRecordFactory(DOM dom, String className, Translet translet, String[] order, String[] type) throws TransletException
Deprecated This constructor is no longer used in generated code. It exists only for backwards compatibility. Creates a NodeSortRecord producing object. The DOM specifies which tree to get the nodes to sort from, the class name specifies what auxillary class to use to sort the nodes (this class is generated by the Sort class), and the translet parameter is needed for methods called by this object.
|
NodeSortRecordFactory | back to summary |
---|---|
public NodeSortRecordFactory(DOM dom, String className, Translet translet, String[] order, String[] type, String[] lang, String[] caseOrder) throws TransletException Creates a NodeSortRecord producing object. The DOM specifies which tree to get the nodes to sort from, the class name specifies what auxillary class to use to sort the nodes (this class is generated by the Sort class), and the translet parameter is needed for methods called by this object. |
getClassName | back to summary |
---|---|
public String getClassName() |
makeNodeSortRecord | back to summary |
---|---|
public NodeSortRecord makeNodeSortRecord(int node, int last) throws ExceptionInInitializerError, LinkageError, IllegalAccessException, InstantiationException, SecurityException, TransletException Create an instance of a sub-class of NodeSortRecord. The name of this sub-class is passed to us in the constructor. |
setLang | back to summary |
---|---|
private final void setLang(final String[] lang) |