org.jboss.test.selenium.locator.iteration
Class ChildElementList<T extends IterableLocator<T>>
java.lang.Object
org.jboss.test.selenium.locator.iteration.AbstractElementList<T>
org.jboss.test.selenium.locator.iteration.ChildElementList<T>
- Type Parameters:
T - the IterableLocator implementation
- All Implemented Interfaces:
- Iterable<T>
public class ChildElementList<T extends IterableLocator<T>>
- extends AbstractElementList<T>
Able to iterate over direct childs of given locator.
In opposite to ElementOcurrenceList, it returns only direct descendants of given expression.
- Version:
- $Revision$
- Author:
- Lukas Fryc
- See Also:
AbstractElementList
|
Constructor Summary |
ChildElementList(T iterableLocator)
Instantiates a new child element list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChildElementList
public ChildElementList(T iterableLocator)
- Instantiates a new child element list.
- Parameters:
iterableLocator - the iterable locator
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.