Package info.bliki.wiki.filter

Interface Summary
IParser  
ITextConverter Interface for converters which renders the internal node representation into a string representation
 

Class Summary
AbstractParser  
Encoder Some helper methods for encoding strings to HTML, URL or local files system names
HTMLConverter A converter which renders the internal node representation as HTML text
LaTeXConverter A converter which renders the internal node representation as LaTeX text
MagicWord See Wikipedia's Help:Magic words reference.
PDFConverter A converter which renders the internal node representation as HTML text with <a> tags only rendered with the plain link title
StringPair A pair of String's used for the creation of "table of contents" (TOC)
TemplateParser A template parser for the first pass in the parsing of a Wikipedia text
Util  
WikipediaParser A Wikipedia syntax parser for the second pass in the parsing of a Wikipedia source text.
WikipediaScanner  
WikiTextReader  
WPCell  
WPList Represents a wikipedia list
WPListElement Entry for a wikipedia list string (i.e. '*', '#',...)
WPRow  
WPTable Represents a wiki table (i.e. table syntax bordered by {| ..... |} ).