Package org.fastily.jwiki.core

Contains the main classes for jwiki. Most of the classes here contain protected/private members which abstract the nasty/complicated details which do not, and should not concern the typical programmer. These classes all tie into Wiki.java , and for most users, this is the only class you're going to need.
Author:
Fastily
  • Class Summary 
    Class Description
    MQuery
    Perform multi-title queries.
    NS
    Contains default namespaces and methods to get non-standard namespaces.
    Wiki
    Main entry point of jwiki.
    Wiki.Builder
    Builder used to create Wiki objects.
    WParser
    Parses wikitext into a DOM-style, manipulatable format that is easy to work with.
    WParser.WikiText
    Mutable representation of parsed wikitext.
    WParser.WTemplate
    Mutable representation of a parsed wikitext template.