Exemple #1
0
        // internal constructor: the public interface is a factory method
        // on the Processor object

        internal XPathCompiler(Processor processor, JXPathCompiler compiler)
        {
            this.compiler  = compiler;
            this.processor = processor;
        }