|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
MarkupLanguage
See:
Description
Class Summary | |
---|---|
AbstractMarkupLanguage | a standard implementation of a markup language usually extends this class, which provides default support for common functionality. |
Block | A markup block that may span multiple lines. |
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. |
MarkupLanguage.PatternBasedSyntax | |
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. |
MarkupLanguageConfigurationTest | |
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 |
comopnents for implementing a parser in terms of a MarkupLanguage
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |