org.apache.commons.configuration
private class XMLPropertiesConfiguration.XMLPropertiesHandler extends DefaultHandler
Since: 1.2
| Field Summary | |
|---|---|
| boolean | inCommentElement Indicates that a comment is being parsed. |
| boolean | inEntryElement Indicates that an entry is being parsed. |
| String | key The key of the current entry being parsed. |
| StringBuffer | value The value of the current entry being parsed. |
| Method Summary | |
|---|---|
| void | characters(char[] chars, int start, int length) |
| void | endElement(String uri, String localName, String qName) |
| void | startElement(String uri, String localName, String qName, Attributes attrs) |