Package org.pdf4j.saxon.expr

Examples of org.pdf4j.saxon.expr.Atomizer


    * Simplify and validate.
     * @param visitor an expression visitor
     */

     public Expression simplify(ExpressionVisitor visitor) throws XPathException {
        Atomizer a = new Atomizer(argument[0], visitor.getConfiguration());
        ExpressionTool.copyLocationInfo(this, a);
        return visitor.simplify(a);
    }
View Full Code Here

TOP

Related Classes of org.pdf4j.saxon.expr.Atomizer

Copyright © 2018 www.massapicom. 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.