|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.configuration.HierarchicalConfigurationConverter
org.apache.commons.configuration.BaseConfigurationXMLReader.SAXConverter
An internally used helper class to iterate over all configuration keys ant to generate corresponding SAX events.
| Constructor Summary | |
(package private) |
BaseConfigurationXMLReader.SAXConverter()
|
| Method Summary | |
protected void |
closeElements(ConfigurationKey keyLast,
ConfigurationKey keyAct)
Fires all necessary element end events for the specified keys. |
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. |
protected void |
fireValue(String name,
Object value)
Fires all necessary element start events with the actual element values. |
protected String |
openElements(ConfigurationKey keyLast,
ConfigurationKey keyAct,
Configuration config,
Set keySet)
Fires all necessary element start events for the specified key. |
void |
process(Configuration config)
Processes the specified configuration object. |
protected Iterator |
reverseIterator(ConfigurationKey key)
Helper method for determining a reverse iterator for the specified key. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
BaseConfigurationXMLReader.SAXConverter()
| Method Detail |
protected void elementStart(String name,
Object value)
elementStart in class HierarchicalConfigurationConvertername - the element namevalue - the element valueprotected void elementEnd(String name)
elementEnd in class HierarchicalConfigurationConvertername - the element namepublic void process(Configuration config)
elementStart() and
elementEnd() methods.
config - the configuration to be processed
protected void closeElements(ConfigurationKey keyLast,
ConfigurationKey keyAct)
keyLast - the last processed keykeyAct - the actual keyprotected Iterator reverseIterator(ConfigurationKey key)
key - the key
protected String openElements(ConfigurationKey keyLast,
ConfigurationKey keyAct,
Configuration config,
Set keySet)
keyLast - the last processed keykeyAct - the actual keyconfig - the configuration to processkeySet - the set with the processed keys
protected void fireValue(String name,
Object value)
name - the name of the actual elementvalue - the element's value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||