12131415161718
throw new RuntimeException("HTMLRule should not be executed"); } @Override public Node getNode(TextChunk chunk) { return new HTMLNode(chunk.getText(), chunk.getBeginLine()); }
14151617181920
throw new RuntimeException("HTMLRule should not be executed"); } @Override public Node getNode(TextChunk chunk) { return new HTMLNode(chunk.getText()); }