Uses of Class
org.apache.commons.jelly.tags.xml.XPathTagSupport

Packages that use XPathTagSupport
org.apache.commons.jelly.tags.jsl The Jelly Stylesheet Library (JSL) 
org.apache.commons.jelly.tags.junit A collection of JUnit tags for performing unit tests written in Jelly script. 
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 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.
 

Uses of XPathTagSupport in org.apache.commons.jelly.tags.junit
 

Subclasses of XPathTagSupport in org.apache.commons.jelly.tags.junit
 class AssertEqualsTag
          Compares an actual object against an expected object and if they are different then the test will fail.
 class AssertTag
          Performs an assertion that a given boolean expression, or XPath expression is true.
 class AssertTagSupport
          The abstract base class of any assertion tag which is useful for implementation inheritence.
 class FailTag
          This tag causes a failure message.
 

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
 



Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.