Package org.apache.commons.jelly.tags.xml

The XML Tags from the JSTL

See:
          Description

Interface Summary
XPathSource A tag which is capable of producing a source of XPath context objects such as <x:forEach>
 

Class Summary
AttributeTag Adds an XML attribute to the parent element tag like the <xsl:attribute> tag.
CopyOfTag A tag which performs a copy-of operation like the XSLT tag
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.
ElementTag A tag to produce an XML element which can contain other attributes or elements like the <xsl:element> tag.
ExprTag A tag which performs a string XPath expression; similar to <xsl:value-of> in XSLT
ForEachTag A tag which performs an iteration over the results of an XPath expression
IfTag Evaluates the XPath expression to be a boolean and only evaluates the body if the expression is true.
ParseTag A tag which parses some XML and defines a variable with the parsed Document.
ParseTagSupport An abstract base class for any tag which parsers its body as XML.
SetTag A tag which defines a variable from an XPath expression
XMLTagLibrary Describes the Taglib.
XPathExpression An expression which returns an XPath object.
XPathTagSupport An abstract base class useful for implementation inheritence
 

Package org.apache.commons.jelly.tags.xml Description

The XML Tags from the JSTL



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