Package org.svvrl.goal.core.wiki

  • Interface Summary 
    Interface Description
    Block
    This interface defines block elements.
    Inline
    This interface defines text in a line.
    Markup
    This interface defines markups.
  • Class Summary 
    Class Description
    Blocks
    This class provides a list of Block objects.
    Bold
    This class provides texts in a bold font.
    DefinitionList
    This class provides definition lists.
    Delete
    This class defines text with deletion lines.
    Description
    This class provides the description of a definition.
    Headline
    This class provides headlines of levels from 1 to 6.
    HTMLBlock
    This class provides HTML blocks.
    InlineBlock
    This class defines a block formed by an Inline object.
    Italic
    This class provides texts in an italic font.
    Link
    This class provides hyperlinks.
    Monospace
    This class provides texts in a monospace font.
    Newline
    This class provides newlines.
    OrderedList
    This class provides ordered lists.
    Paragraph
    This class provides paragraphs, which are blocks formed purely by inline objects.
    PlainNewline
    This class provides newlines that only appear in plain text outputs.
    Preformatted
    This class provides pre-formatted text.
    Span
    This class provides an inline object formed by more than one inline objects.
    Subscript
    This class provides texts displayed as a subscript.
    Superscript
    This class provides texts displayed as a superscript.
    Term
    This class provides the term of a definition.
    Underline
    This class provides texts with underlines.
    Unformatted
    This class provides unformatted texts.
    UnorderedList
    This class provides unordered lists.
    Wiki
    This class provides parsing functions from strings to Wiki elements.
  • Enum Summary 
    Enum Description
    Wiki.BlockFormat  
    Wiki.InlineFormat  
    Wiki.ListType