org.apache.taglibs.xtags.xpath
Class StylesheetValueOfAction

java.lang.Object
  extended by org.apache.taglibs.xtags.xpath.StylesheetValueOfAction
All Implemented Interfaces:
org.dom4j.rule.Action

public class StylesheetValueOfAction
extends java.lang.Object
implements org.dom4j.rule.Action

Creates the string-value of the given Node (as defined by the XPath specification) and passes it to the parent StylesheetTag for output at the correct time.

Author:
James Elson

Constructor Summary
StylesheetValueOfAction(StylesheetTag tag)
           
 
Method Summary
 void run(org.dom4j.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StylesheetValueOfAction

public StylesheetValueOfAction(StylesheetTag tag)
Method Detail

run

public void run(org.dom4j.Node node)
         throws java.lang.Exception
Specified by:
run in interface org.dom4j.rule.Action
Throws:
java.lang.Exception


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