logo Mup Markup for Everyone

ParseTreeVisitor Class

Base class of all parse tree visitors.

Base type: object.

This is an abstract class.

Constructors

Name Access Modifier Summary
ParseTreeVisitor() protected

Initializes a new instance of the ParseTreeVisitor class.

Methods

Name Access Modifier Summary
Visit(ParseTreeRootElement) protected

Visits the provided rootElement.

Visit(Heading1Element) protected

Visits the provided heading1 element.

Visit(Heading2Element) protected

Visits the provided heading2 element.

Visit(Heading3Element) protected

Visits the provided heading3 element.

Visit(Heading4Element) protected

Visits the provided heading4 element.

Visit(Heading5Element) protected

Visits the provided heading5 element.

Visit(Heading6Element) protected

Visits the provided heading6 element.

Visit(ParagraphElement) protected

Visits the provided paragraph element.

Visit(UnorderedListElement) protected

Visits the provided unorderedListElement element.

Visit(OrderedListElement) protected

Visits the provided orderedList element.

Visit(ListItemElement) protected

Visits the provided listItem element.

Visit(TableElement) protected

Visits the provided tableElement element.

Visit(TableRowElement) protected

Visits the provided tableRow element.

Visit(TableHeaderCellElement) protected

Visits the provided tableHeaderCell element.

Visit(TableDataCellElement) protected

Visits the provided tableDataCell element.

Visit(TextElement) protected

Visits the provided text element.

Visit(EmphasisElement) protected

Visits the provided emphasis element.

Visit(StrongElement) protected

Visits the provided strong element.

Visit(HyperlinkElement) protected

Visits the provided hyperlink element.

Visit(ImageElement) protected

Visits the provided image element.

Visit(CodeElement) protected

Visits the provided code element.

Visit(LineBreakElement) protected

Visits the provided lineBreak element.

Visit(PreformattedBlockElement) protected

Visits the provided preformattedBlock element.

Visit(HorizontalRuleElement) protected

Visits the provided horizontalRule element.

Visit(PluginElement) protected

Visits the provided plugin element.

Mup Copyright © 2020 Andrei Fangli