org.apache.cocoon.template.script.event
Class Event
java.lang.Object
org.apache.cocoon.template.script.event.Event
- Direct Known Subclasses:
- EndCDATA, EndDocument, EndDTD, EndElement, EndEntity, EndInstruction, EndPrefixMapping, Instruction, ProcessingInstruction, SkippedEntity, StartCDATA, StartDocument, StartDTD, StartElement, StartEntity, StartPrefixMapping, TextEvent
public class Event
- extends Object
- Version:
- $Id: Event.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
location
protected final Locator location
next
protected Event next
NULL_LOCATOR
public static final Locator NULL_LOCATOR
Event
public Event(Locator locator)
getLocation
public final Locator getLocation()
getNext
public Event getNext()
setNext
public void setNext(Event next)
locationString
public String locationString()
execute
public Event execute(XMLConsumer consumer,
ExpressionContext expressionContext,
ExecutionContext executionContext,
MacroContext macroContext,
Event startEvent,
Event endEvent)
throws SAXException
- Throws:
SAXException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.