html-convert/src/main/java/org/netbeans/tools/tutorials/CustomAsciiDocDocumentBuilderWithoutTables.java [35:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    protected Block computeBlock(BlockType type, Attributes attributes) {
        switch(type) {
            case TABLE:
            case TABLE_CELL_HEADER:
            case TABLE_CELL_NORMAL:
            case TABLE_ROW:
                return new AsciiDocContentBlock("", "", 0, 0);
        }
        return super.computeBlock(type, attributes); //To change body of generated methods, choose Tools | Templates.
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tutorials-convert/src/main/java/org/netbeans/tools/tutorials/CustomAsciiDocDocumentBuilderWithoutTables.java [35:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    protected Block computeBlock(BlockType type, Attributes attributes) {
        switch(type) {
            case TABLE:
            case TABLE_CELL_HEADER:
            case TABLE_CELL_NORMAL:
            case TABLE_ROW:
                return new AsciiDocContentBlock("", "", 0, 0);
        }
        return super.computeBlock(type, attributes); //To change body of generated methods, choose Tools | Templates.
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



