(Compiler compiler, Node.Nodes page)
| 1543 | } |
| 1544 | |
| 1545 | public static void validateDirectives(Compiler compiler, Node.Nodes page) throws JasperException { |
| 1546 | page.visit(new DirectiveVisitor(compiler)); |
| 1547 | } |
| 1548 | |
| 1549 | public static void validateExDirectives(Compiler compiler, Node.Nodes page) throws JasperException { |
| 1550 | // Determine the default output content type |