tests.customext.attrib
Class CustomAttributeDeserializer

java.lang.Object
  extended by tests.customext.attrib.CustomAttributeDeserializer
All Implemented Interfaces:
ExtensionDeserializer

public class CustomAttributeDeserializer
extends Object
implements ExtensionDeserializer

Custom attribute deserializer for our test custom attribute


Constructor Summary
CustomAttributeDeserializer()
           
 
Method Summary
 void deserialize(XmlSchemaObject schemaObject, QName name, Node domNode)
          deserialize the given element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomAttributeDeserializer

public CustomAttributeDeserializer()
Method Detail

deserialize

public void deserialize(XmlSchemaObject schemaObject,
                        QName name,
                        Node domNode)
deserialize the given element

Specified by:
deserialize in interface ExtensionDeserializer
Parameters:
schemaObject - - Parent schema element
name - - 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 deserialization
domNode - - 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-2015 The Apache Software Foundation. All Rights Reserved.