|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjd.xml.xslt.util.XsltSortable
A XsltSortable represent an xslt element with a import precedence and priority.
Constructor Summary | |
XsltSortable(int importPrecedence)
Create a XsltSortable. |
|
XsltSortable(int importPrecedence,
double priority)
Create a XsltSortable. |
|
XsltSortable(int importPrecedence,
double priority,
int serial)
Create a XsltSortable. |
|
XsltSortable(XsltSortable sortable)
Create a XsltSortable by copying the values from another sortable. |
Method Summary | |
int |
compareTo(XsltSortable sortable)
Compare the two XsltSortables. |
int |
getImportPrecedence()
Return the import precedence. |
static void |
sort(XsltSortable[] objects,
int count)
Sort the objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XsltSortable(int importPrecedence)
importPrecedence
- the precedencepublic XsltSortable(int importPrecedence, double priority)
importPrecedence
- the precedencepriority
- the prioritypublic XsltSortable(int importPrecedence, double priority, int serial)
importPrecedence
- the precedencepriority
- the priorityserial
- the serial number of this object among
the other objects of this kind.public XsltSortable(XsltSortable sortable)
Method Detail |
public static void sort(XsltSortable[] objects, int count)
public int getImportPrecedence()
public int compareTo(XsltSortable sortable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |