public TimeSequence evalTimestamp(DatabaseElementNode node) {
TimestampEvaluationResult result = new TimestampEvaluationResult();
new XPathTimestampEvaluator(result).evalTimestamp((DatabaseGroupNode)node, _targetPath, this);
return result.timestamp();
}