|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
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 tree node representation as HTML 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 |
PlainTextConverter | A converter which renders the internal tree node representation as plain text without HTML tags and images |
SectionHeader | A pair of String's used for the creation of "table of contents" (TOC) |
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 | Represents a single cell in a wiki table (i.e. table syntax bordered by
{| ..... |} ). |
WPList | Represents a Wikipedia list. |
WPList.InternalList | |
WPListElement | Entry for a Wikipedia list string (i.e. a line which starts with '*', '#', ':', ';'). |
WPRow | Represents a single row in a wiki table (i.e. table syntax bordered by
{| ..... |} ). |
WPTable | Represents a wiki table (i.e. table syntax bordered by
{| ..... |} ). |
Contains different type of wikipedia scanners and parsers.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |