public interface ExtensionDeserializer
Modifier and Type | Method and Description |
---|---|
void |
deserialize(XmlSchemaObject schemaObject,
QName name,
Node domNode)
deserialize the given element
|
void deserialize(XmlSchemaObject schemaObject, QName name, Node domNode)
schemaObject
- - 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 deserializationdomNode
- - 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-2013 The Apache Software Foundation. All Rights Reserved.