Uses of Class
org.codehaus.cargo.module.internal.util.xml.AbstractNodeList

Packages that use AbstractNodeList
org.codehaus.cargo.module.merge   
org.codehaus.cargo.module.webapp   
org.codehaus.cargo.module.webapp.resin   
 

Uses of AbstractNodeList in org.codehaus.cargo.module.merge
 

Methods in org.codehaus.cargo.module.merge with parameters of type AbstractNodeList
static AbstractMergeSet MergeNodeList.createFromNames(AbstractNodeList leftSet, AbstractNodeList rightSet)
          Static constructor.
 

Constructors in org.codehaus.cargo.module.merge with parameters of type AbstractNodeList
MergeNodeList(AbstractNodeList leftSet, AbstractNodeList rightSet)
          Constructor.
 

Uses of AbstractNodeList in org.codehaus.cargo.module.webapp
 

Subclasses of AbstractNodeList in org.codehaus.cargo.module.webapp
 class TagNodeList
          TagNodeList is a nodelist constructed from a known tag and creates wrapped nodes of a particular class automatically.
 

Methods in org.codehaus.cargo.module.webapp that return AbstractNodeList
 AbstractNodeList WebXml.getContextParams()
          Get the context parameters.
 AbstractNodeList WebXml.getListeners()
          Returns a list of nodes that are of web listeners.
 

Uses of AbstractNodeList in org.codehaus.cargo.module.webapp.resin
 

Methods in org.codehaus.cargo.module.webapp.resin that return AbstractNodeList
 AbstractNodeList ResinWebXml.getJndiLinks()
          Get the jndi links.
 AbstractNodeList ResinWebXml.getResourceRefs()
          Get the resource references.
 AbstractNodeList ResinWebXml.getSystemProperties()
          Get the system properties.
 



Copyright © 2004-2010 Codehaus. All Rights Reserved.