public interface ExtensionSerializer
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(XmlSchemaObject schemaObject,
java.lang.Class<?> classOfType,
org.w3c.dom.Node domNode)
serialize the given element
|
void serialize(XmlSchemaObject schemaObject, java.lang.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 it