org.apache.commons.jelly.tags.jsl
Class JellyStylesheet

java.lang.Object
  extended byorg.dom4j.rule.Stylesheet
      extended byorg.apache.commons.jelly.tags.jsl.JellyStylesheet

public class JellyStylesheet
extends org.dom4j.rule.Stylesheet

This class is a specialization of the Stylesheet from dom4j's rule engine that adds some Jelly specific features.

Version:
$Revision: 155420 $
Author:
James Strachan

Constructor Summary
JellyStylesheet()
           
 
Method Summary
 org.apache.commons.jelly.XMLOutput getOutput()
          Returns the output.
 void setOutput(org.apache.commons.jelly.XMLOutput output)
          Sets the output.
 
Methods inherited from class org.dom4j.rule.Stylesheet
addRule, applyTemplates, applyTemplates, applyTemplates, applyTemplates, applyTemplates, applyTemplates, clear, getModeName, getValueOfAction, removeRule, run, run, run, run, run, run, setModeName, setValueOfAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JellyStylesheet

public JellyStylesheet()
Method Detail

getOutput

public org.apache.commons.jelly.XMLOutput getOutput()
Returns the output.

Returns:
XMLOutput

setOutput

public void setOutput(org.apache.commons.jelly.XMLOutput output)
Sets the output.

Parameters:
output - The output to set


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