Package org.exist.xslt.expression

Examples of org.exist.xslt.expression.XSLPathExpr.validate()


      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 {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.