org.specrunner.util.xom.node
Class CellAdapter

java.lang.Object
  extended by org.specrunner.util.xom.node.core.NodeHolderDefault
      extended by org.specrunner.util.xom.node.CellAdapter
All Implemented Interfaces:
IAbstraction, INodeHolder

public class CellAdapter
extends NodeHolderDefault

Cell abstraction.

Author:
Thiago Santos

Field Summary
 
Fields inherited from class org.specrunner.util.xom.node.core.NodeHolderDefault
attributeValue, node
 
Fields inherited from interface org.specrunner.util.xom.node.INodeHolder
ATTRIBUTE_ARGUMENT_CONVERTER_PREFIX, ATTRIBUTE_ARGUMENT_FORMATTER_PREFIX, ATTRIBUTE_COMPARATOR, ATTRIBUTE_CONVERTER, ATTRIBUTE_EVALUATION, ATTRIBUTE_FORCE_CONTENT, ATTRIBUTE_FORCE_VALUE, ATTRIBUTE_FORMATTER, ATTRIBUTE_PROPERTY, ATTRIBUTE_READER, ATTRIBUTE_VALUE, DEFAULT_PROPERTY_ACCEPT_NULL_PATH, DEFAULT_PROPERTY_INVALID_PATH_AS_NULL, FEATURE_PROPERTY_ACCEPT_NULL_PATH, FEATURE_PROPERTY_INVALID_PATH_AS_NULL
 
Fields inherited from interface org.specrunner.util.expression.IAbstraction
DEFAULT_EVAL_ARGS, FEATURE_EVAL_ARGS
 
Constructor Summary
CellAdapter(nu.xom.Element node)
          Construct a cell node.
 
Method Summary
 
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
 

Constructor Detail

CellAdapter

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

Parameters:
node - The cell node.


Copyright © 2015. All rights reserved.