return exec;
}
private SimpleConstructor getNodeConstructor(ContextAtExist context, NodeAtExist node, XSLPathExpr content) throws XPathException {
SimpleConstructor constructer = null;
if (node.getNodeType() == Node.ELEMENT_NODE) {
Element element = new Element((XSLContext) context, node.getNodeName());
content.add(element);
XSLPathExpr content_sub = new XSLPathExpr((XSLContext) context);
element.setContent(content_sub);