Package org.apache.cocoon.xml.sax
Class SAXBuffer.StartElement
- java.lang.Object
-
- org.apache.cocoon.xml.sax.SAXBuffer.StartElement
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SAXBuffer
@Deprecated(since="2022-01-27") public static final class SAXBuffer.StartElement extends Object implements Serializable
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Attributes
attrs
Deprecated.String
localName
Deprecated.String
namespaceURI
Deprecated.String
qName
Deprecated.
-
Constructor Summary
Constructors Constructor Description StartElement(String namespaceURI, String localName, String qName, Attributes attrs)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
dump(Writer writer)
Deprecated.void
send(ContentHandler contentHandler)
Deprecated.
-
-
-
Field Detail
-
namespaceURI
public final String namespaceURI
Deprecated.
-
localName
public final String localName
Deprecated.
-
qName
public final String qName
Deprecated.
-
attrs
public final Attributes attrs
Deprecated.
-
-
Constructor Detail
-
StartElement
public StartElement(String namespaceURI, String localName, String qName, Attributes attrs)
Deprecated.
-
-
Method Detail
-
send
public void send(ContentHandler contentHandler) throws SAXException
Deprecated.- Throws:
SAXException
-
dump
public void dump(Writer writer) throws IOException
Deprecated.- Throws:
IOException
-
-