org.apache.ws.commons.schema.extensions
Class DefaultExtensionDeserializer
java.lang.Object
org.apache.ws.commons.schema.extensions.DefaultExtensionDeserializer
- All Implemented Interfaces:
- ExtensionDeserializer
public class DefaultExtensionDeserializer
- extends Object
- implements ExtensionDeserializer
Default deserializer. The action taken when there is nothing specific
to be done would be to attach the raw element object as it is to the
meta information map for an element or the raw attribute object
Method Summary |
void |
deserialize(XmlSchemaObject schemaObject,
javax.xml.namespace.QName name,
org.w3c.dom.Node node)
deserialize the given element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultExtensionDeserializer
public DefaultExtensionDeserializer()
deserialize
public void deserialize(XmlSchemaObject schemaObject,
javax.xml.namespace.QName name,
org.w3c.dom.Node node)
- deserialize the given element
- Specified by:
deserialize
in interface ExtensionDeserializer
- Parameters:
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 attribute
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.