Definition of a Visitor interface for a configuration node
structure.
The ConfigurationNode interface defines a visit() ,
which simplifies traversal of a complex node hierarchy. A configuration node
implementation must provide a way of visiting all nodes in the current
hierarchy. This is a typical application of the GoF Visitor
pattern.
since: 1.3 See Also: ConfigurationNode author: Oliver Heger |