org.apache.axis.encoding.ser
Class ElementDeserializer
- Deserializer, java.io.Serializable, Callback, Deserializer, Deserializer
public class ElementDeserializer
Deserializer for DOM elements
- Glen Daniels (gdaniels@apache.org)
Modified by @author Rich scheuerle
addChildDeserializer , componentsReady , endElement , getDefaultType , getMechanismType , getValue , getValue , getValueTargets , moveValueTargets , onEndElement , onStartChild , onStartElement , registerValueTarget , removeValueTargets , setChildValue , setDefaultType , setValue , setValue , startElement , valueComplete |
DESERIALIZE_CURRENT_ELEMENT
public static final String DESERIALIZE_CURRENT_ELEMENT
log
protected static Log log
onEndElement
public final void onEndElement(String namespace,
String localName,
DeserializationContext context)
throws SAXException
onEndElement is called by endElement. It is not called
if the element has an href.
- onEndElement in interface Deserializer
- onEndElement in interface DeserializerImpl
namespace
- is the namespace of the child elementlocalName
- is the local name of the child elementcontext
- is the deserialization context
Copyright © 2005 Apache Web Services Project. All Rights Reserved.