Class DocumentDeserializer

  • All Implemented Interfaces:
    java.io.Serializable, Deserializer, Callback, Deserializer, org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

    public class DocumentDeserializer
    extends DeserializerImpl
    Deserializer for DOM Document
    Author:
    Davanum Srinivas
    See Also:
    Serialized Form
    • Field Detail

      • log

        protected static org.apache.commons.logging.Log log
      • DESERIALIZE_CURRENT_ELEMENT

        public static final java.lang.String DESERIALIZE_CURRENT_ELEMENT
        See Also:
        Constant Field Values
    • Constructor Detail

      • DocumentDeserializer

        public DocumentDeserializer()
    • Method Detail

      • onEndElement

        public final void onEndElement​(java.lang.String namespace,
                                       java.lang.String localName,
                                       DeserializationContext context)
                                throws org.xml.sax.SAXException
        Description copied from class: DeserializerImpl
        onEndElement is called by endElement. It is not called if the element has an href.
        Specified by:
        onEndElement in interface Deserializer
        Overrides:
        onEndElement in class DeserializerImpl
        Parameters:
        namespace - is the namespace of the child element
        localName - is the local name of the child element
        context - is the deserialization context
        Throws:
        org.xml.sax.SAXException