[][src]Module parsoid::node

Structs

BehaviorSwitch

Represents a behavior switch (e.g. __TOC__, {{DISPLAYTITLE:foo}})

Category

Represents a category link ([[Category:Foo]])

Comment

Represents a wikitext/HTML comment.

ExtLink

Represents an external link ([https://example.org/ Text])

Heading

An HTML entity that shouldn't be decoded during transformation

HtmlEntity

An HTML entity that shouldn't be decoded during transformation

InterwikiLink

Represents an interwiki (non-language) link ([[:en:Foo]])

LanguageLink

Represents a language link ([[en:Foo]])

Nowiki

A <nowiki> tag

Redirect

Represents a redirect (#REDIRECT [[Foo]])

Section
WikiLink

Represents an internal link ([[Foo|bar]])

Enums

Wikinode

Enum that represents all the different types of nodes