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 org.xml.sax.Attributes |
ZERO_ATTRIBUTES |
Constructor and Description |
---|
TypeSerializerImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
write(org.xml.sax.ContentHandler pHandler,
String pTagName,
char[] pValue) |
protected void |
write(org.xml.sax.ContentHandler pHandler,
String pTagName,
String pValue) |
protected void |
write(org.xml.sax.ContentHandler pHandler,
String pLocalName,
String pQName,
String pValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write
protected static final org.xml.sax.Attributes ZERO_ATTRIBUTES
public static final String VALUE_TAG
protected void write(org.xml.sax.ContentHandler pHandler, String pTagName, String pValue) throws org.xml.sax.SAXException
org.xml.sax.SAXException
protected void write(org.xml.sax.ContentHandler pHandler, String pTagName, char[] pValue) throws org.xml.sax.SAXException
org.xml.sax.SAXException
Copyright © 2001–2016. All rights reserved.