Uses of Class
org.nuxeo.common.xmap.Path
-
Packages that use Path Package Description org.nuxeo.common.xmap A framework used to map XML (config) files to Java objects attributes, as specified using Java annotations. -
-
Uses of Path in org.nuxeo.common.xmap
Fields in org.nuxeo.common.xmap declared as Path Modifier and Type Field Description protected PathXAnnotatedMap. keyprotected PathXAnnotatedMember. pathMethods in org.nuxeo.common.xmap that return Path Modifier and Type Method Description PathXAnnotatedObject. getPath()Methods in org.nuxeo.common.xmap with parameters of type Path Modifier and Type Method Description static ElementXMLBuilder. addElement(Element root, Path path)static NodeDOMHelper. getElementNode(Node base, Path path)static StringDOMHelper. getNodeValue(Element base, Path path)Gets the value of the node at the given path relative to the given base element.static ElementXMLBuilder. getOrCreateElement(Element root, Path path)static voidDOMHelper. visitMapNodes(Context ctx, XAnnotatedMap xam, Element base, Path path, DOMHelper.NodeMapVisitor visitor, Map<String,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.
-