Class RootDataMapHandler

    • Constructor Detail

      • RootDataMapHandler

        public RootDataMapHandler​(LoaderContext loaderContext)
    • Method Detail

      • createChildTagHandler

        protected ContentHandler createChildTagHandler​(String namespaceURI,
                                                       String localName,
                                                       String qName,
                                                       Attributes attributes)
        Description copied from class: SAXNestedTagHandler
        This method should be used to create nested handlers to process children elements. This method should never return null.
        Overrides:
        createChildTagHandler in class NamespaceAwareNestedTagHandler
        Parameters:
        namespaceURI - namespace for tag
        localName - tag local name (i.e. w/o namespace prefix)
        qName - tag full name (i.e. with namespace prefix)
        attributes - tag attributes
        Returns:
        new handler to process child tag