exec = getExpressionInstance(context);
compileNode(context, exec, this);
}
exec.validate();//UNDERSTAND: at compile time??? analyze ???
return exec;
}
private SimpleConstructor getNodeConstructor(ContextAtExist context, NodeAtExist node, XSLPathExpr content) throws XPathException {