Parsoid
A bidirectional parser between wikitext and HTML5
|
Front-end/Wrapper for a particular tree builder, in this case the parser/tree builder from RemexHtml. More...
Classes | |
class | Attributes |
class | DOMBuilder |
This is the DOMBuilder subclass used by Wt2Html. More... | |
class | RemexPipeline |
class | TreeBuilderStage |
class | TreeMutationRelay |
This is a stage inserted between RemexHtml's TreeBuilder and our DOMBuilder subclass. More... | |
Front-end/Wrapper for a particular tree builder, in this case the parser/tree builder from RemexHtml.
Feed it tokens and it will build you a DOM tree and emit an event.