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