Uses of Interface
org.nuxeo.common.xmap.DOMHelper.NodeVisitor
Packages that use DOMHelper.NodeVisitor
Package
Description
A framework used to map XML (config) files to Java objects attributes,
as specified using Java annotations.
-
Uses of DOMHelper.NodeVisitor in org.nuxeo.common.xmap
Methods in org.nuxeo.common.xmap with parameters of type DOMHelper.NodeVisitorModifier and TypeMethodDescriptionstatic voidDOMHelper.visitAttributes(Context ctx, XAnnotatedList xam, Node base, String name, String attrName, DOMHelper.NodeVisitor visitor, Collection<Object> result) static voidDOMHelper.visitElements(Context ctx, XAnnotatedList xam, Node base, String name, DOMHelper.NodeVisitor visitor, Collection<Object> result) static voidDOMHelper.visitNodes(Context ctx, XAnnotatedList xam, Element base, Path path, DOMHelper.NodeVisitor visitor, Collection<Object> result) Visits the nodes selected by the given path using the given visitor.