Uses of Interface
org.apache.commons.configuration2.tree.ReferenceNodeHandler
Packages that use ReferenceNodeHandler
Package
Description
The Configuration main package.
A package with helper and utility classes used by hierarchical configurations.
-
Uses of ReferenceNodeHandler in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return ReferenceNodeHandlerModifier and TypeMethodDescriptionprivate ReferenceNodeHandler
XMLConfiguration.getReferenceHandler()
Gets the extended node handler with support for references.Methods in org.apache.commons.configuration2 with parameters of type ReferenceNodeHandlerModifier and TypeMethodDescriptionprivate Element
XMLConfiguration.XMLBuilderVisitor.getElement
(ImmutableNode node, ReferenceNodeHandler refHandler) Helper method for accessing the element of the specified node.void
XMLConfiguration.XMLBuilderVisitor.handleRemovedNodes
(ReferenceNodeHandler refHandler) Updates the current XML document regarding removed nodes.private static boolean
XMLListReference.hasListReference
(ImmutableNode node, ReferenceNodeHandler handler) Checks whether the specified node has an associated list reference.protected abstract void
BaseHierarchicalConfiguration.BuilderVisitor.insert
(ImmutableNode newNode, ImmutableNode parent, ImmutableNode sibling1, ImmutableNode sibling2, ReferenceNodeHandler refHandler) Inserts a new node into the structure constructed by this builder.protected void
XMLConfiguration.XMLBuilderVisitor.insert
(ImmutableNode newNode, ImmutableNode parent, ImmutableNode sibling1, ImmutableNode sibling2, ReferenceNodeHandler refHandler) Inserts a new node into the structure constructed by this builder.private void
BaseHierarchicalConfiguration.BuilderVisitor.insertNewChildNodes
(ImmutableNode node, ReferenceNodeHandler refHandler) Inserts new children that have been added to the specified node.static boolean
XMLListReference.isFirstListItem
(ImmutableNode node, ReferenceNodeHandler handler) Checks whether the specified node is the first node of a list.static boolean
XMLListReference.isListNode
(ImmutableNode node, ReferenceNodeHandler handler) Checks whether the specified configuration node has to be taken into account for list handling.static String
XMLListReference.listValue
(ImmutableNode node, ReferenceNodeHandler nodeHandler, ListDelimiterHandler delimiterHandler) Constructs the concatenated string value of all items comprising the list the specified node belongs to.void
XMLConfiguration.XMLBuilderVisitor.processDocument
(ReferenceNodeHandler refHandler) Processes the specified document, updates element values, and adds new nodes to the hierarchy.protected abstract void
BaseHierarchicalConfiguration.BuilderVisitor.update
(ImmutableNode node, Object reference, ReferenceNodeHandler refHandler) Updates a node that already existed in the original hierarchy.protected void
XMLConfiguration.XMLBuilderVisitor.update
(ImmutableNode node, Object reference, ReferenceNodeHandler refHandler) Updates a node that already existed in the original hierarchy.private void
XMLConfiguration.XMLBuilderVisitor.updateElement
(ImmutableNode node, ReferenceNodeHandler refHandler, Object value) private void
BaseHierarchicalConfiguration.BuilderVisitor.updateNode
(ImmutableNode node, ReferenceNodeHandler refHandler) Updates the value of a node. -
Uses of ReferenceNodeHandler in org.apache.commons.configuration2.tree
Classes in org.apache.commons.configuration2.tree that implement ReferenceNodeHandlerModifier and TypeClassDescription(package private) class
An internally used helper class for storing information about the managed node structure.Methods in org.apache.commons.configuration2.tree that return ReferenceNodeHandlerModifier and TypeMethodDescriptionInMemoryNodeModel.getReferenceNodeHandler()
Gets aReferenceNodeHandler
object for this model.