|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
org.apache.commons.configuration.HierarchicalConfigurationXMLReader.SAXVisitor
A specialized visitor class for generating SAX events for a hierarchical node structure.
| Constructor Summary | |
(package private) |
HierarchicalConfigurationXMLReader.SAXVisitor()
|
| Method Summary | |
protected Attributes |
fetchAttributes(HierarchicalConfiguration.Node node)
Returns an object with all attributes for the specified node. |
boolean |
terminate()
Checks if iteration should be terminated. |
void |
visitAfterChildren(HierarchicalConfiguration.Node node,
ConfigurationKey key)
Visits the specified node after its children have been processed. |
void |
visitBeforeChildren(HierarchicalConfiguration.Node node,
ConfigurationKey key)
Visits the specified node. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
HierarchicalConfigurationXMLReader.SAXVisitor()
| Method Detail |
public void visitAfterChildren(HierarchicalConfiguration.Node node,
ConfigurationKey key)
visitAfterChildren in class HierarchicalConfiguration.NodeVisitornode - the actual nodekey - the key of this node
public void visitBeforeChildren(HierarchicalConfiguration.Node node,
ConfigurationKey key)
visitBeforeChildren in class HierarchicalConfiguration.NodeVisitornode - the actual nodekey - the key of this nodepublic boolean terminate()
terminate in class HierarchicalConfiguration.NodeVisitorprotected Attributes fetchAttributes(HierarchicalConfiguration.Node node)
node - the actual node
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||