jd.xml.xslt.format
Class Sort

java.lang.Object
  extended byjd.xml.xslt.format.Sort

public class Sort
extends Object

Sort represents the xsl:sort instruction.


Constructor Summary
Sort(Expression select, AttributeValue lang, AttributeValue dataType, AttributeValue order, AttributeValue caseOrder)
           
 
Method Summary
 void addNext(Sort sort)
           
 AttributeValue getCaseOrder()
           
 AttributeValue getDataType()
           
 AttributeValue getLang()
           
 Sort getNext()
           
 AttributeValue getOrder()
           
 Expression getSelect()
           
 XNodeSet sort(XsltContext context, XNodeSet nodeSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sort

public Sort(Expression select,
            AttributeValue lang,
            AttributeValue dataType,
            AttributeValue order,
            AttributeValue caseOrder)
Method Detail

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)