Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.common.xmap.Path

Packages that use Path
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
 

Methods in org.nuxeo.common.xmap that return Path
 Path XAnnotatedObject.getPath()
           
 

Methods in org.nuxeo.common.xmap with parameters of type Path
static Element XMLBuilder.addElement(Element root, Path path)
           
static Node DOMHelper.getElementNode(Node base, Path path)
           
static String DOMHelper.getNodeValue(Element base, Path path)
          Gets the value of the node at the given path relative to the given base element.
static Element XMLBuilder.getOrCreateElement(Element root, Path path)
           
static void DOMHelper.visitMapNodes(Context ctx, XAnnotatedMap xam, Element base, Path path, DOMHelper.NodeMapVisitor visitor, Map<String,Object> result)
           
static void DOMHelper.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.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.