This project has retired. For details please refer to its Attic page.
SaxBuffer.EndElement (Cocoon Pipeline Implementation 1.0.0 API)

org.apache.cocoon.xml
Class SaxBuffer.EndElement

java.lang.Object
  extended byorg.apache.cocoon.xml.SaxBuffer.EndElement
All Implemented Interfaces:
org.apache.cocoon.xml.SaxBuffer.SaxBit, Serializable
Enclosing class:
SaxBuffer

public static final class SaxBuffer.EndElement
extends Object
implements org.apache.cocoon.xml.SaxBuffer.SaxBit, Serializable

See Also:
Serialized Form

Field Summary
 String localName
           
 String namespaceURI
           
 String qName
           
 
Constructor Summary
SaxBuffer.EndElement(String namespaceURI, String localName, String qName)
           
 
Method Summary
 void dump(Writer writer)
           
 void send(ContentHandler contentHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespaceURI

public final String namespaceURI

localName

public final String localName

qName

public final String qName
Constructor Detail

SaxBuffer.EndElement

public SaxBuffer.EndElement(String namespaceURI,
                            String localName,
                            String qName)
Method Detail

send

public void send(ContentHandler contentHandler)
          throws SAXException
Specified by:
send in interface org.apache.cocoon.xml.SaxBuffer.SaxBit
Throws:
SAXException

dump

public void dump(Writer writer)
          throws IOException
Specified by:
dump in interface org.apache.cocoon.xml.SaxBuffer.SaxBit
Throws:
IOException


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.