public class RowAdapter extends NodeHolderDefault
isProperty| Modifier and Type | Field and Description |
|---|---|
protected List<CellAdapter> |
cells
List of row cells.
|
attributeValue, nodeATTRIBUTE_ARGUMENT_CONVERTER_PREFIX, ATTRIBUTE_ARGUMENT_FORMATTER_PREFIX, ATTRIBUTE_CEVALUATION, ATTRIBUTE_COMPARATOR, ATTRIBUTE_CONVERTER, ATTRIBUTE_EVALUATION, ATTRIBUTE_FORCE_CONTENT, ATTRIBUTE_FORCE_VALUE, ATTRIBUTE_FORMATTER, ATTRIBUTE_PROPERTY, ATTRIBUTE_READER, ATTRIBUTE_VALUEDEFAULT_EVAL_ARGS, DEFAULT_EVAL_FORMATTER_ARGS, FEATURE_EVAL_ARGS, FEATURE_EVAL_FORMATTER_ARGS| Constructor and Description |
|---|
RowAdapter(nu.xom.Element node)
The row element.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
append, append, attributeContains, attributeEquals, detach, getArguments, getArguments, getArgumentsLocal, getAttribute, getAttribute, getAttributeValue, getComparator, getComparator, getConverter, getConverter, getFormatter, getFormatter, getFormatterArguments, getFormatterArguments, getFormatterArgumentsLocal, getLocal, getNode, getObject, getObject, getProperty, getQualifiedName, getReader, getReader, getValue, getValue, getValue, hasAttribute, hasName, isProperty, notCeval, notEval, prepend, prepend, removeAttribute, setAttribute, setAttributeValue, setNode, setValue, toString, toXMLprotected List<CellAdapter> cells
public RowAdapter(nu.xom.Element node)
node - The row.public String getXPath()
public int getCellsCount()
public List<CellAdapter> getCells()
public CellAdapter getCell(int i)
i - The index.Copyright © 2016. All rights reserved.