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 ReferenceNodeHandlerXMLConfiguration.getReferenceHandler()Gets the extended node handler with support for references.Methods in org.apache.commons.configuration2 with parameters of type ReferenceNodeHandlerModifier and TypeMethodDescriptionprivate ElementXMLConfiguration.XMLBuilderVisitor.getElement(ImmutableNode node, ReferenceNodeHandler refHandler) Helper method for accessing the element of the specified node.voidXMLConfiguration.XMLBuilderVisitor.handleRemovedNodes(ReferenceNodeHandler refHandler) Updates the current XML document regarding removed nodes.private static booleanXMLListReference.hasListReference(ImmutableNode node, ReferenceNodeHandler handler) Checks whether the specified node has an associated list reference.protected abstract voidBaseHierarchicalConfiguration.BuilderVisitor.insert(ImmutableNode newNode, ImmutableNode parent, ImmutableNode sibling1, ImmutableNode sibling2, ReferenceNodeHandler refHandler) Inserts a new node into the structure constructed by this builder.protected voidXMLConfiguration.XMLBuilderVisitor.insert(ImmutableNode newNode, ImmutableNode parent, ImmutableNode sibling1, ImmutableNode sibling2, ReferenceNodeHandler refHandler) Inserts a new node into the structure constructed by this builder.private voidBaseHierarchicalConfiguration.BuilderVisitor.insertNewChildNodes(ImmutableNode node, ReferenceNodeHandler refHandler) Inserts new children that have been added to the specified node.static booleanXMLListReference.isFirstListItem(ImmutableNode node, ReferenceNodeHandler handler) Checks whether the specified node is the first node of a list.static booleanXMLListReference.isListNode(ImmutableNode node, ReferenceNodeHandler handler) Checks whether the specified configuration node has to be taken into account for list handling.static StringXMLListReference.listValue(ImmutableNode node, ReferenceNodeHandler nodeHandler, ListDelimiterHandler delimiterHandler) Constructs the concatenated string value of all items comprising the list the specified node belongs to.voidXMLConfiguration.XMLBuilderVisitor.processDocument(ReferenceNodeHandler refHandler) Processes the specified document, updates element values, and adds new nodes to the hierarchy.protected abstract voidBaseHierarchicalConfiguration.BuilderVisitor.update(ImmutableNode node, Object reference, ReferenceNodeHandler refHandler) Updates a node that already existed in the original hierarchy.protected voidXMLConfiguration.XMLBuilderVisitor.update(ImmutableNode node, Object reference, ReferenceNodeHandler refHandler) Updates a node that already existed in the original hierarchy.private voidXMLConfiguration.XMLBuilderVisitor.updateElement(ImmutableNode node, ReferenceNodeHandler refHandler, Object value) private voidBaseHierarchicalConfiguration.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) final classAn 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 aReferenceNodeHandlerobject for this model.