public interface ExtensionSerializer
Modifier and Type | Method and Description |
---|---|
void |
serialize(XmlSchemaObject schemaObject,
Class classOfType,
org.w3c.dom.Node domNode)
serialize the given element
|
void serialize(XmlSchemaObject schemaObject, Class classOfType, org.w3c.dom.Node domNode)
schemaObject
- - Parent schema object.contains the extension
to be serializedclassOfType
- - The class of type to be serializeddomNode
- - the parent DOM Node that will ultimately be serialized. The XMLSchema
serialization mechanism is to create a DOM tree first and serialize itCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.