Uses of Class
org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter
Packages that use ConfigurationNodeVisitorAdapter
-
Uses of ConfigurationNodeVisitorAdapter in org.apache.commons.configuration2
Subclasses of ConfigurationNodeVisitorAdapter in org.apache.commons.configuration2Modifier and TypeClassDescriptionprivate final class
A specialized visitor that fills a list with keys that are defined in a node hierarchy.private static final class
A specialized visitor that checks if a node is defined.protected static class
A specialized visitor base class that can be used for storing the tree of configuration nodes.private final class
A specialized visitor implementation which constructs the root node of a configuration with all variables replaced by their interpolated values.(package private) final class
A specializedNodeVisitor
implementation which searches for a specific node in a hierarchy.private final class
A specialized visitor class for generating SAX events for a hierarchical node structure.(package private) static class
A concreteBuilderVisitor
that can construct XML documents.