public abstract class TypeSerializerImpl extends Object implements TypeSerializer
| Modifier and Type | Field and Description |
|---|---|
static String |
VALUE_TAG
Tag name of a value element.
|
protected static Attributes |
ZERO_ATTRIBUTES |
| Constructor and Description |
|---|
TypeSerializerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
write(ContentHandler pHandler,
String pTagName,
char[] pValue) |
protected void |
write(ContentHandler pHandler,
String pTagName,
String pValue) |
protected void |
write(ContentHandler pHandler,
String pLocalName,
String pQName,
String pValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteprotected static final Attributes ZERO_ATTRIBUTES
public static final String VALUE_TAG
protected void write(ContentHandler pHandler, String pTagName, String pValue) throws SAXException
SAXExceptionprotected void write(ContentHandler pHandler, String pTagName, char[] pValue) throws SAXException
SAXExceptionprotected void write(ContentHandler pHandler, String pLocalName, String pQName, String pValue) throws SAXException
SAXExceptionCopyright © 2001–2025 The Apache Software Foundation. All rights reserved.