Class RootDataMapHandler

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class RootDataMapHandler extends VersionAwareHandler
Since:
4.1
  • Constructor Details

    • RootDataMapHandler

      public RootDataMapHandler(LoaderContext loaderContext)
  • Method Details

    • 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