|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathTagSupport | |
org.apache.commons.jelly.tags.jsl | The Jelly Stylesheet Library (JSL) |
org.apache.commons.jelly.tags.xml | The XML Tags from the JSTL |
Uses of XPathTagSupport in org.apache.commons.jelly.tags.jsl |
Subclasses of XPathTagSupport in org.apache.commons.jelly.tags.jsl | |
class |
ApplyTemplatesTag
Implements the apply templates function in the stylesheet, similar to the XSLT equivalent. |
class |
JSLTagSupport
A common base class useful for implementation inheritence |
class |
StylesheetTag
This tag implements a JSL stylesheet which is similar to an XSLT stylesheet but can use Jelly tags inside it |
class |
StyleTag
This tag performs a JSL stylesheet which was previously created via an <stylesheet> tag. |
class |
TemplateTag
This tag represents a declarative matching rule, similar to the template tag in XSLT. |
Uses of XPathTagSupport in org.apache.commons.jelly.tags.xml |
Subclasses of XPathTagSupport in org.apache.commons.jelly.tags.xml | |
class |
CopyOfTag
A tag which performs a copy-of operation like the XSLT tag |
class |
CopyTag
A tag which performs a copy operation like the XSLT tag, performing a shallow copy of the element and its attributes but no content. |
class |
ExprTag
A tag which performs a string XPath expression; similar to <xsl:value-of> in XSLT |
class |
ForEachTag
A tag which performs an iteration over the results of an XPath expression |
class |
IfTag
Evaluates the XPath expression to be a boolean and only evaluates the body if the expression is true. |
class |
SetTag
A tag which defines a variable from an XPath expression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |