Class XmlParserConfigurator

java.lang.Object
org.codice.ddf.parser.xml.XmlParserConfigurator
All Implemented Interfaces:
org.codice.ddf.parser.ParserConfigurator

public class XmlParserConfigurator extends Object implements org.codice.ddf.parser.ParserConfigurator
  • Constructor Details

    • XmlParserConfigurator

      public XmlParserConfigurator()
  • Method Details

    • setContextPath

      public org.codice.ddf.parser.ParserConfigurator setContextPath(List contextPath)
      Specified by:
      setContextPath in interface org.codice.ddf.parser.ParserConfigurator
    • getContextPath

      public List<String> getContextPath()
      Specified by:
      getContextPath in interface org.codice.ddf.parser.ParserConfigurator
    • setClassLoader

      public org.codice.ddf.parser.ParserConfigurator setClassLoader(ClassLoader loader)
      Specified by:
      setClassLoader in interface org.codice.ddf.parser.ParserConfigurator
    • getClassLoader

      public ClassLoader getClassLoader()
      Specified by:
      getClassLoader in interface org.codice.ddf.parser.ParserConfigurator
    • setHandler

      public org.codice.ddf.parser.ParserConfigurator setHandler(javax.xml.bind.ValidationEventHandler handler)
      Specified by:
      setHandler in interface org.codice.ddf.parser.ParserConfigurator
    • getHandler

      public javax.xml.bind.ValidationEventHandler getHandler()
      Specified by:
      getHandler in interface org.codice.ddf.parser.ParserConfigurator
    • setAdapter

      public org.codice.ddf.parser.ParserConfigurator setAdapter(javax.xml.bind.annotation.adapters.XmlAdapter adapter)
      Specified by:
      setAdapter in interface org.codice.ddf.parser.ParserConfigurator
    • getAdapter

      public javax.xml.bind.annotation.adapters.XmlAdapter getAdapter()
      Specified by:
      getAdapter in interface org.codice.ddf.parser.ParserConfigurator
    • addProperty

      public org.codice.ddf.parser.ParserConfigurator addProperty(String key, Object val)
      Specified by:
      addProperty in interface org.codice.ddf.parser.ParserConfigurator
    • addProperties

      public org.codice.ddf.parser.ParserConfigurator addProperties(Map<String,Object> properties)
      Specified by:
      addProperties in interface org.codice.ddf.parser.ParserConfigurator
    • getProperties

      public Map<String,Object> getProperties()
      Specified by:
      getProperties in interface org.codice.ddf.parser.ParserConfigurator