MarkupLanguage
See: Description
Class | Description |
---|---|
AbstractMarkupLanguage |
a standard implementation of a markup language usually extends this class, which provides default support for common
functionality.
|
AbstractMarkupLanguage.PatternBasedSyntax | |
Block |
A markup block that may span multiple lines.
|
ConfigurationBuilder |
A builder for creating
MarkupLanguageConfiguration |
ContentState |
State related to parsing content, propagated to
blocks and other processors during
the parse phase. |
DefaultIdGenerationStrategy |
A default ID generation strategy which removes all non-alphanumeric characters from the heading text to produce an
id.
|
IdGenerationStrategy |
A strategy for generating IDs from text, follows the Strategy design pattern.
|
MarkupLanguage |
A markup language, which knows its formatting rules and is able to process content based on
Block ,
PatternBasedElementProcessor and PatternBasedElement concepts. |
MarkupLanguageConfiguration |
A configuration for a markup language, which enables client code to modify the syntax of the markup language by
adding blocks, phrase modifiers, and tokens.
|
MarkupLanguageProvider |
A provider of
MarkupLanguage . |
PatternBasedElement |
An element of markup that is detected using a regular expression pattern.
|
PatternBasedElementProcessor |
A processor that is capable of processing a specific type of markup element
|
Processor |
MarkupLanguage
Copyright © 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