Uses of Class
org.specrunner.util.xom.node.CellAdapter

Packages that use CellAdapter
org.specrunner.plugins.core.include   
org.specrunner.util.xom.node   
 

Uses of CellAdapter in org.specrunner.plugins.core.include
 

Methods in org.specrunner.plugins.core.include with parameters of type CellAdapter
protected  String PluginColumn.feature(IContext context, CellAdapter h)
          Get a feature name.
 

Uses of CellAdapter in org.specrunner.util.xom.node
 

Fields in org.specrunner.util.xom.node with type parameters of type CellAdapter
protected  List<CellAdapter> TableAdapter.captions
          List of caption elements.
protected  List<CellAdapter> RowAdapter.cells
          List of row cells.
protected  List<CellAdapter> TableAdapter.cols
          List of col elements.
 

Methods in org.specrunner.util.xom.node that return CellAdapter
 CellAdapter TableAdapter.getCaption(int i)
          The caption given by that index.
 CellAdapter RowAdapter.getCell(int i)
          Get cell at a given index.
 CellAdapter TableAdapter.getCol(int i)
          The col given by that index.
 

Methods in org.specrunner.util.xom.node that return types with arguments of type CellAdapter
 List<CellAdapter> TableAdapter.getCaptions()
          Get captions list.
 List<CellAdapter> RowAdapter.getCells()
          List of cells.
 List<CellAdapter> TableAdapter.getCols()
          Get cols list.
 



Copyright © 2015. All rights reserved.