org.specrunner.util.xom
Class CellAdapter

java.lang.Object
  extended by org.specrunner.util.xom.NodeHolder
      extended by org.specrunner.util.xom.CellAdapter
All Implemented Interfaces:
INodeHolder

public class CellAdapter
extends NodeHolder

Cell abstraction.

Author:
Thiago Santos

Field Summary
 
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
CellAdapter(nu.xom.Element node)
          Construct a cell node.
 
Method Summary
 
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
 

Constructor Detail

CellAdapter

public CellAdapter(nu.xom.Element node)
Construct a cell node.

Parameters:
node - The cell node.


Copyright © 2014. All rights reserved.