Class XmlSaxEventHandlerFactoryImpl

java.lang.Object
org.codice.ddf.transformer.xml.streaming.impl.XmlSaxEventHandlerFactoryImpl
All Implemented Interfaces:
ddf.catalog.util.Describable, org.codice.ddf.platform.services.common.Describable, org.codice.ddf.transformer.xml.streaming.SaxEventHandlerFactory

public class XmlSaxEventHandlerFactoryImpl extends Object implements org.codice.ddf.transformer.xml.streaming.SaxEventHandlerFactory
  • Constructor Details

    • XmlSaxEventHandlerFactoryImpl

      public XmlSaxEventHandlerFactoryImpl()
  • Method Details

    • getNewSaxEventHandler

      public org.codice.ddf.transformer.xml.streaming.SaxEventHandler getNewSaxEventHandler()
      Specified by:
      getNewSaxEventHandler in interface org.codice.ddf.transformer.xml.streaming.SaxEventHandlerFactory
    • getVersion

      public String getVersion()
      Specified by:
      getVersion in interface ddf.catalog.util.Describable
      Specified by:
      getVersion in interface org.codice.ddf.platform.services.common.Describable
    • getId

      public String getId()
      Specified by:
      getId in interface ddf.catalog.util.Describable
      Specified by:
      getId in interface org.codice.ddf.platform.services.common.Describable
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface ddf.catalog.util.Describable
      Specified by:
      getTitle in interface org.codice.ddf.platform.services.common.Describable
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface ddf.catalog.util.Describable
      Specified by:
      getDescription in interface org.codice.ddf.platform.services.common.Describable
    • getOrganization

      public String getOrganization()
      Specified by:
      getOrganization in interface ddf.catalog.util.Describable
      Specified by:
      getOrganization in interface org.codice.ddf.platform.services.common.Describable
    • setXmlToMetacardMapping

      public void setXmlToMetacardMapping(Map<String,String> mapping)
    • getXmlToMetacardMapping

      public Map<String,String> getXmlToMetacardMapping()