Uses of Class
org.apache.taglibs.xtags.xpath.AbstractBodyTag

Packages that use AbstractBodyTag
org.apache.taglibs.xtags.xpath JSP Custom tags for working with XML via XPath for navigating, processing and transforming XML documents using XPath expressions, naviagation, iteration and XSLT stylesheets. 
 

Uses of AbstractBodyTag in org.apache.taglibs.xtags.xpath
 

Subclasses of AbstractBodyTag in org.apache.taglibs.xtags.xpath
 class AddTag
          The add tag parses it's body (as an XML fragment) and appends the contents to the current node.
 class AttributeTag
          Adds an XML attribute to the parent element tag like the <xsl:attribute> tag.
 class ContextTag
          A tag which changes the current context for tags used inside its body.
 class ElementTag
          A tag to produce an XML element which can contain other attributes or elements like the <xsl:element> tag.
 class ForEachTag
          A tag which performs an iteration over the results of an XPath expression on an XML document
 class ParseTag
          A tag which parses its body as an XML Document and defines a variable
 class ReplaceTag
          The replace tag parses it's body (as an XML fragment) and replaces the contents to the current node with this new XML fragment.
 class StylesheetTag
          The body of this tag defines a stylesheet which is implemented via calling a JSP include.
 class TemplateTag
          The body of this tag defines a stylesheet which is implemented via calling a JSP include.
 



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.