Uses of Interface
com.sapportals.portal.prt.pom.INodeList

Packages that use INodeList
com.sapportals.portal.prt.pom   
 

Uses of INodeList in com.sapportals.portal.prt.pom
 

Classes in com.sapportals.portal.prt.pom that implement INodeList
 class NodeList
          The NodeList is a generic implementation of the INodeList interface
 

Methods in com.sapportals.portal.prt.pom that return INodeList
 INodeList INode.getChildNodes()
          All the children that have been added to this node using addChildNode
 INodeList INode.getChildNodesByName(java.lang.String name)
          Finds direct children by Name
 INodeList AbstractNode.getChildNodes()
          Returns the child nodes
 INodeList AbstractNode.getChildNodesByName(java.lang.String name)
          Finds direct children by a specified name.