T - the type of value that will be returned by the ElementProcessor
public interface ElementProcessor<T>
ElementProcessor is responsible for processing XmlElement content to return a strongly-typed value.| Modifier and Type | Method and Description |
|---|---|
T |
process(ProcessingContext context, XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
T process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
XmlElement to return a specific type of value.context - the ProcessingContext in which the XmlElement is being processedxmlElement - the XmlElement to processConfigurationException - when a configuration problem was encountered