|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.util.xom.node.core.NodeHolderDefault
org.specrunner.util.xom.node.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.node.core.NodeHolderDefault |
|---|
attributeValue, node |
| Fields inherited from interface org.specrunner.util.expression.IAbstraction |
|---|
DEFAULT_EVAL_ARGS, FEATURE_EVAL_ARGS |
| 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.node.core.NodeHolderDefault |
|---|
append, append, attributeContains, attributeEquals, detach, getArguments, getArguments, getArgumentsLocal, getAttribute, getAttribute, getAttributeValue, getComparator, getComparator, getConverter, getConverter, getFormatter, getFormatter, getFormatterArguments, getFormatterArguments, getLocal, getNode, getObject, getObject, getProperty, getQualifiedName, getReader, getReader, getValue, getValue, getValue, hasAttribute, hasName, isProperty, notEval, 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 | |||||||||