public interface ExtensionSerializer
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(XmlSchemaObject schemaObject,
Class<?> classOfType,
Node domNode)
serialize the given element
|
void serialize(XmlSchemaObject schemaObject, Class<?> classOfType, 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–2017 The Apache Software Foundation. All rights reserved.