public class DefaultExtensionDeserializer extends Object implements ExtensionDeserializer
Constructor and Description |
---|
DefaultExtensionDeserializer() |
Modifier and Type | Method and Description |
---|---|
void |
deserialize(XmlSchemaObject schemaObject,
javax.xml.namespace.QName name,
org.w3c.dom.Node node)
deserialize the given element
|
public void deserialize(XmlSchemaObject schemaObject, javax.xml.namespace.QName name, org.w3c.dom.Node node)
deserialize
in interface ExtensionDeserializer
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 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-2012 The Apache Software Foundation. All Rights Reserved.