Nuxeo Enterprise Platform 5.4

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 org.w3c.dom.Element XMLBuilder.addElement(org.w3c.dom.Element root, Path path)
           
static org.w3c.dom.Node DOMHelper.getElementNode(org.w3c.dom.Node base, Path path)
           
static java.lang.String DOMHelper.getNodeValue(org.w3c.dom.Element base, Path path)
          Gets the value of the node at the given path relative to the given base element.
static org.w3c.dom.Element XMLBuilder.getOrCreateElement(org.w3c.dom.Element root, Path path)
           
static void DOMHelper.visitMapNodes(Context ctx, XAnnotatedMap xam, org.w3c.dom.Element base, Path path, DOMHelper.NodeMapVisitor visitor, java.util.Map<java.lang.String,java.lang.Object> result)
           
static void DOMHelper.visitNodes(Context ctx, XAnnotatedList xam, org.w3c.dom.Element base, Path path, DOMHelper.NodeVisitor visitor, java.util.Collection<java.lang.Object> result)
          Visits the nodes selected by the given path using the given visitor.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.