|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.util.xom.NodeHolder
org.specrunner.util.xom.RowAdapter
public class RowAdapter
A row abstraction.
| Field Summary | |
|---|---|
protected List<CellAdapter> |
cells
List of row cells. |
| Fields inherited from class org.specrunner.util.xom.NodeHolder |
|---|
attributeValue, node |
| Fields inherited from interface org.specrunner.util.xom.INodeHolder |
|---|
ATTRIBUTE_ARGUMENT_PREFIX, ATTRIBUTE_COMPARATOR, ATTRIBUTE_CONVERTER, ATTRIBUTE_EVALUATION, ATTRIBUTE_PROPERTY, ATTRIBUTE_VALUE |
| Constructor Summary | |
|---|---|
RowAdapter(nu.xom.Element node)
The row element. |
|
| Method Summary | |
|---|---|
CellAdapter |
getCell(int i)
Get cell at a given index. |
List<CellAdapter> |
getCells()
List of cells. |
int |
getCellsCount()
Number of cells per row. |
String |
getXPath()
The row XPath. |
| Methods inherited from class org.specrunner.util.xom.NodeHolder |
|---|
append, append, attributeContains, attributeEquals, detach, getArguments, getArguments, getAttribute, getAttribute, getAttributeValue, getComparator, getComparator, getConverter, getConverter, getNode, getObject, getObject, getQualifiedName, getValue, hasAttribute, hasName, prepend, prepend, removeAttribute, setAttribute, setAttributeValue, setNode, setValue, toString, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<CellAdapter> cells
| Constructor Detail |
|---|
public RowAdapter(nu.xom.Element node)
node - The row.| Method Detail |
|---|
public String getXPath()
public int getCellsCount()
public List<CellAdapter> getCells()
public CellAdapter getCell(int i)
i - The index.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||