public class DefaultExtensionSerializer extends Object implements ExtensionSerializer
Constructor and Description |
---|
DefaultExtensionSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(XmlSchemaObject schemaObject,
Class classOfType,
org.w3c.dom.Node node)
serialize the given element
|
public void serialize(XmlSchemaObject schemaObject, Class classOfType, org.w3c.dom.Node node)
serialize
in interface ExtensionSerializer
schemaObject
- - Parent schema elementclassOfType
- - the class of the object to be serializednode
- - The DOM Node that is the parent of the serialzationCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.