org.eclipse.mylyn.wikitext.core.parser.markup.block
Class HtmlPreformattedBlock
java.lang.Object
org.eclipse.mylyn.wikitext.core.parser.markup.Processor
org.eclipse.mylyn.wikitext.core.parser.markup.Block
org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock
org.eclipse.mylyn.wikitext.core.parser.markup.block.HtmlPreformattedBlock
- All Implemented Interfaces:
- Cloneable
public class HtmlPreformattedBlock
- extends AbstractHtmlBlock
A block that is delimited by <pre>
and </pre>
- Since:
- 1.2
- Author:
- David Green
HtmlPreformattedBlock
public HtmlPreformattedBlock()
beginBlock
protected void beginBlock()
- Specified by:
beginBlock
in class AbstractHtmlBlock
endBlock
protected void endBlock()
- Specified by:
endBlock
in class AbstractHtmlBlock
handleBlockContent
protected void handleBlockContent(String content)
- Specified by:
handleBlockContent
in class AbstractHtmlBlock
Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html