Simplewiki  1.1
Data Structures
Here are the data structures with brief descriptions:
[detail level 123]
\NMuster
 oNSimplewiki
 |oCDocNodeThe parser creates a document tree (document object model) consisting of these nodes to debug the contents of a node, use var_dump($node->get_display_list()), which avoids parent and children nodes
 |oCEmitter$emitter = new SimpleWiki_Emitter() - create new instance of emitter
$html = $emitter->emit($dom); see Muster_SimpleWiki_DocNode for docnode type documentation
 |\CParserParses wiki markup into tree of document nodes
 \CSimpleWikiFacade, and default method classes, macros, events and symlinks public methods