public class RowNode extends DALNode
positionBegin| Constructor and Description |
|---|
RowNode(DALNode prefix,
DALNode cell) |
RowNode(DALNode prefix,
java.util.List<DALNode> cells) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DALNode> |
getCells() |
boolean |
hasIndex() |
java.lang.String |
inspect() |
boolean |
isData() |
RowNode |
merge(RowNode rowNode) |
boolean |
samePrefix(RowNode another) |
boolean |
specialRow() |
Clause<RuntimeContextBuilder.DALRuntimeContext,DALNode> |
verificationClause(DALOperator operator) |
bracketSymbolNode, constFalse, constNode, constNull, constString, constTrue, elementSchemas, evaluate, evaluateData, getRootSymbolName, parenthesesNode, propertyChain, regex, relaxString, schema, schemas, stringSymbol, symbolNode, verify, verifygetOperandPosition, getPositionBegin, setPositionBeginpublic Clause<RuntimeContextBuilder.DALRuntimeContext,DALNode> verificationClause(DALOperator operator)
public boolean hasIndex()
public java.util.List<DALNode> getCells()
public boolean samePrefix(RowNode another)
public boolean isData()
public boolean specialRow()