Package org.apache.cocoon.xml.sax
Class SAXBuffer.StartEntity
- java.lang.Object
-
- org.apache.cocoon.xml.sax.SAXBuffer.StartEntity
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SAXBuffer
@Deprecated(since="2022-01-27") public static final class SAXBuffer.StartEntity extends Object implements Serializable
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StartEntity(String name)
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
-
name
public final String name
Deprecated.
-
-
Constructor Detail
-
StartEntity
public StartEntity(String name)
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
-
-