{
final Element element = getElement();
final PrecomputedValueRegistry pcvr = fc.getPrecomputedValueRegistry();
if (isPrecomputing() == false)
{
pcvr.startElement(new ElementPrecomputeKey(element));
}
if (expressions.length > 0)
{
final ExpressionSlot[] slots = new ExpressionSlot[expressions.length];