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

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

public class StartElement
extends Event

Version:
SVN $Id: StartElement.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
 
Fields inherited from class org.apache.cocoon.template.script.event.Event
location, next, NULL_LOCATOR
 
Constructor Summary
StartElement(ParsingContext parsingContext, Locator location, String namespaceURI, String localName, String raw, Attributes attrs)
           
 
Method Summary
 Event execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)
           
 List getAttributeEvents()
           
 EndElement getEndElement()
           
 String getLocalName()
           
 String getNamespaceURI()
           
 String getQname()
           
 String getRaw()
           
 void setEndElement(EndElement endElement)
           
 
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

StartElement

public StartElement(ParsingContext parsingContext,
                    Locator location,
                    String namespaceURI,
                    String localName,
                    String raw,
                    Attributes attrs)
             throws SAXException
Throws:
SAXException
Method Detail

getEndElement

public EndElement getEndElement()

getLocalName

public String getLocalName()

getNamespaceURI

public String getNamespaceURI()

getRaw

public String getRaw()

getQname

public String getQname()

getAttributeEvents

public List getAttributeEvents()

setEndElement

public void setEndElement(EndElement endElement)

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-2010 The Apache Software Foundation. All Rights Reserved.