Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use XAnnotatedList
org.nuxeo.common.xmap A framework used to map XML (config) files to Java objects attributes, as specified using Java annotations. 
 

Uses of XAnnotatedList in org.nuxeo.common.xmap
 

Subclasses of XAnnotatedList in org.nuxeo.common.xmap
 class XAnnotatedMap
           
 

Methods in org.nuxeo.common.xmap with parameters of type XAnnotatedList
static void DOMHelper.visitAttributes(Context ctx, XAnnotatedList xam, Node base, String name, String attrName, DOMHelper.NodeVisitor visitor, Collection<Object> result)
           
static void DOMHelper.visitElements(Context ctx, XAnnotatedList xam, Node base, String name, DOMHelper.NodeVisitor visitor, Collection<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.