Package org.apache.wiki.parser


package org.apache.wiki.parser
  • Class
    Description
    Translates Creole markp to JSPWiki markup.
    This class is used to store the headings in a manner which allow the building of a Table Of Contents.
    Provides a listener interface for headings.
    Parses JSPWiki-style markup into a WikiDocument DOM tree.
    Parses JSPWiki-style "augmented" link markup into a Link object containing the link text, link reference, and any optional link attributes (as JDOM Attributes).
    Inner class serving as a struct containing the parsed components of a link.
    Link parsing operations.
    Provides an abstract class for the parser instances.
    This is an exception which gets thrown whenever the parser cannot parse the parsing things.
    Stores the contents of a plugin in a WikiDocument DOM tree.
    Stores the contents of a WikiVariable in a WikiDocument DOM tree.
    Stores the DOM tree of a rendered WikiPage.