public class SortTag extends XPathTagSupport
body, context, parent
Constructor and Description |
---|
SortTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
void |
setDescending(boolean descending)
Set whether to sort ascending or descending.
|
void |
setList(List list)
Set the list to sort.
|
void |
setSort(org.jaxen.XPath sortXPath)
Sets the xpath expression to use to sort selected nodes.
|
getXPathContext
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tag
public void setList(List list)
public void setSort(org.jaxen.XPath sortXPath) throws org.jaxen.JaxenException
org.jaxen.JaxenException
public void setDescending(boolean descending)
Copyright © 2014. All rights reserved.