org.apache.taglibs.xtags.xpath
Class BodyAction
java.lang.Object
org.apache.taglibs.xtags.xpath.BodyAction
- All Implemented Interfaces:
- org.dom4j.rule.Action
- public class BodyAction
- extends java.lang.Object
- implements org.dom4j.rule.Action
An Action which tells the Stylesheet tag which template
body to execute.
- Author:
- James Elson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BodyAction
public BodyAction()
BodyAction
public BodyAction(StylesheetTag stylesheetTag,
java.lang.String match)
getMatch
public java.lang.String getMatch()
getContextNode
public org.dom4j.Node getContextNode()
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.