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, wait
write
protected static final Attributes ZERO_ATTRIBUTES
public static final String VALUE_TAG
protected void write(ContentHandler pHandler, String pTagName, String pValue) throws SAXException
SAXException
protected void write(ContentHandler pHandler, String pTagName, char[] pValue) throws SAXException
SAXException
protected void write(ContentHandler pHandler, String pLocalName, String pQName, String pValue) throws SAXException
SAXException
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.