org.apache.commons.configuration
class BaseConfigurationXMLReader.SAXConverter extends HierarchicalConfigurationConverter
| Method Summary | |
|---|---|
| protected void | elementEnd(String name)
Callback for the end of an element.
|
| protected void | elementStart(String name, Object value)
Callback for the start of an element.
|
Parameters: name the element name
Parameters: name the element name value the element value