Package org.codice.ddf.parser.xml
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.codice.ddf.parser.ParserConfiguratoraddProperties(Map<String, Object> properties) org.codice.ddf.parser.ParserConfiguratoraddProperty(String key, Object val) javax.xml.bind.annotation.adapters.XmlAdapterjavax.xml.bind.ValidationEventHandlerorg.codice.ddf.parser.ParserConfiguratorsetAdapter(javax.xml.bind.annotation.adapters.XmlAdapter adapter) org.codice.ddf.parser.ParserConfiguratorsetClassLoader(ClassLoader loader) org.codice.ddf.parser.ParserConfiguratorsetContextPath(List contextPath) org.codice.ddf.parser.ParserConfiguratorsetHandler(javax.xml.bind.ValidationEventHandler handler)
-
Constructor Details
-
XmlParserConfigurator
public XmlParserConfigurator()
-
-
Method Details
-
setContextPath
- Specified by:
setContextPathin interfaceorg.codice.ddf.parser.ParserConfigurator
-
getContextPath
- Specified by:
getContextPathin interfaceorg.codice.ddf.parser.ParserConfigurator
-
setClassLoader
- Specified by:
setClassLoaderin interfaceorg.codice.ddf.parser.ParserConfigurator
-
getClassLoader
- Specified by:
getClassLoaderin interfaceorg.codice.ddf.parser.ParserConfigurator
-
setHandler
public org.codice.ddf.parser.ParserConfigurator setHandler(javax.xml.bind.ValidationEventHandler handler) - Specified by:
setHandlerin interfaceorg.codice.ddf.parser.ParserConfigurator
-
getHandler
public javax.xml.bind.ValidationEventHandler getHandler()- Specified by:
getHandlerin interfaceorg.codice.ddf.parser.ParserConfigurator
-
setAdapter
public org.codice.ddf.parser.ParserConfigurator setAdapter(javax.xml.bind.annotation.adapters.XmlAdapter adapter) - Specified by:
setAdapterin interfaceorg.codice.ddf.parser.ParserConfigurator
-
getAdapter
public javax.xml.bind.annotation.adapters.XmlAdapter getAdapter()- Specified by:
getAdapterin interfaceorg.codice.ddf.parser.ParserConfigurator
-
addProperty
- Specified by:
addPropertyin interfaceorg.codice.ddf.parser.ParserConfigurator
-
addProperties
- Specified by:
addPropertiesin interfaceorg.codice.ddf.parser.ParserConfigurator
-
getProperties
- Specified by:
getPropertiesin interfaceorg.codice.ddf.parser.ParserConfigurator
-