@XmlSimpleName(value="backing-map-scheme") public class BackingMapSchemeProcessor extends Object implements ElementProcessor<BackingMapScheme>
XmlElement to produce a BackingMapScheme.| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME
The name of the backing-map-scheme
XmlElement. |
protected String |
m_sElementName
The name of the
XmlElement to process. |
| Constructor and Description |
|---|
BackingMapSchemeProcessor() |
| Modifier and Type | Method and Description |
|---|---|
BackingMapScheme |
process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
protected String m_sElementName
XmlElement to process.public static final String ELEMENT_NAME
XmlElement.public BackingMapScheme process(ProcessingContext context, XmlElement element) throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessor<BackingMapScheme>context - the ProcessingContext in which the
XmlElement is being processedelement - the XmlElement to processConfigurationException - when a configuration problem was encountered