|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
public class HtmlPreformattedBlock
A block that is delimited by <pre>
and </pre>
Field Summary |
---|
Fields inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock |
---|
blockLineCount |
Fields inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.Processor |
---|
builder, markupLanguage, parser, state |
Constructor Summary | |
---|---|
HtmlPreformattedBlock()
|
Method Summary | |
---|---|
protected void |
beginBlock()
|
protected void |
endBlock()
|
protected void |
handleBlockContent(String content)
|
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.block.AbstractHtmlBlock |
---|
canStart, processLineContent, resetState, setAttributes, setClosed |
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.Block |
---|
beginNesting, clone, findCloseOffset, isClosed, processLine |
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.Processor |
---|
getBuilder, getMarkupLanguage, getParser, getState, setParser, setState |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlPreformattedBlock()
Method Detail |
---|
protected void beginBlock()
beginBlock
in class AbstractHtmlBlock
protected void endBlock()
endBlock
in class AbstractHtmlBlock
protected void handleBlockContent(String content)
handleBlockContent
in class AbstractHtmlBlock
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |