Block
components for implementing a markup language parserSee: Description
Class | Description |
---|---|
AbstractHtmlBlock |
An abstract block that is delimited by HTML-style open and close tags.
|
BugzillaGeneratedCommentBlock |
A block for detecting bugzilla-generated text such as: *** This bug has been marked as a duplicate of bug 1234 ***
|
BugzillaQuoteBlock |
A quote block that detects lines that start with '>' (email-style quoting)
|
EclipseErrorDetailsBlock |
A block that starts a preformatted section that begins with -- Error Details --, which is the prefix for
error information inserted into a bug description by Mylyn when creating bugs from the Eclipse Error Log view.
|
GlossaryBlock |
An abstract implementation of a glossary.
|
HtmlPreformattedBlock |
A block that is delimited by
<pre> and </pre> |
JavaStackTraceBlock |
A block for Java stack traces.
|
Block
components for implementing a markup language parserCopyright © 2007, 2013 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