public class DefaultExtensionDeserializer extends Object implements ExtensionDeserializer
| Constructor and Description |
|---|
DefaultExtensionDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(XmlSchemaObject schemaObject,
QName name,
Node node)
deserialize the given element
|
public void deserialize(XmlSchemaObject schemaObject, QName name, Node node)
deserialize in interface ExtensionDeserializerschemaObject - - Parent schema elementname - - the QName of the element/attribute to be deserialized. in the case where a deserializer
is used to handle multiple elements/attributes this may be useful to determine the correct
deserializationnode - - the raw DOM Node read from the source. This will be the extension element itself if for
an element or the extension attribute object if it is an attributeCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.