Package org.pdf4j.saxon.expr

Examples of org.pdf4j.saxon.expr.BreakInstr


            compileError(getDisplayName() + " must be the last instruction in the saxon:iterate loop", "XTSE0010");
        }
    }

    public Expression compile(Executable exec) throws XPathException {
        return new BreakInstr ();
    }
View Full Code Here

TOP

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

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.