org.apache.cocoon.xml
Class SaxBuffer.StartElement
java.lang.Object
org.apache.cocoon.xml.SaxBuffer.StartElement
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SaxBuffer
public static final class SaxBuffer.StartElement
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespaceURI
public final String namespaceURI
localName
public final String localName
qName
public final String qName
attrs
public final Attributes attrs
SaxBuffer.StartElement
public SaxBuffer.StartElement(String namespaceURI,
String localName,
String qName,
Attributes attrs)
send
public void send(ContentHandler contentHandler)
throws SAXException
- Throws:
SAXException
dump
public void dump(Writer writer)
throws IOException
- Throws:
IOException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.