public class NodeSerializer extends ExtSerializer
Modifier and Type | Field and Description |
---|---|
static String |
DOM_TAG
The local name of a dom tag.
|
Constructor and Description |
---|
NodeSerializer() |
Modifier and Type | Method and Description |
---|---|
protected String |
getTagName()
Returns the unqualied tag name.
|
protected void |
serialize(org.xml.sax.ContentHandler pHandler,
Object pObject)
Performs the actual serialization.
|
write
public static final String DOM_TAG
protected String getTagName()
ExtSerializer
getTagName
in class ExtSerializer
protected void serialize(org.xml.sax.ContentHandler pHandler, Object pObject) throws org.xml.sax.SAXException
ExtSerializer
serialize
in class ExtSerializer
org.xml.sax.SAXException
Copyright © 2001–2020. All rights reserved.