jd.xml.xslt.format
Class Sort
java.lang.Object
jd.xml.xslt.format.Sort
- public class Sort
- extends Object
Sort represents the xsl:sort instruction.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sort
public Sort(Expression select,
AttributeValue lang,
AttributeValue dataType,
AttributeValue order,
AttributeValue caseOrder)
addNext
public void addNext(Sort sort)
getNext
public Sort getNext()
getSelect
public Expression getSelect()
getLang
public AttributeValue getLang()
getDataType
public AttributeValue getDataType()
getOrder
public AttributeValue getOrder()
getCaseOrder
public AttributeValue getCaseOrder()
sort
public XNodeSet sort(XsltContext context,
XNodeSet nodeSet)