org.apache.cocoon.template.script.event
Class StartCDATA

java.lang.Object
  extended by org.apache.cocoon.template.script.event.Event
      extended by org.apache.cocoon.template.script.event.StartCDATA

public class StartCDATA
extends Event

Version:
SVN $Id: StartCDATA.java 449189 2006-09-23 06:52:29Z crossley $

Field Summary
 
Fields inherited from class org.apache.cocoon.template.script.event.Event
location, next, NULL_LOCATOR
 
Constructor Summary
StartCDATA(Locator location)
           
 
Method Summary
 Event execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)
           
 
Methods inherited from class org.apache.cocoon.template.script.event.Event
getLocation, getNext, locationString, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartCDATA

public StartCDATA(Locator location)
Method Detail

execute

public Event execute(XMLConsumer consumer,
                     ExpressionContext expressionContext,
                     ExecutionContext executionContext,
                     MacroContext macroContext,
                     Event startEvent,
                     Event endEvent)
              throws SAXException
Overrides:
execute in class Event
Throws:
SAXException


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.