(comment: html.Comment, context: any)
| 1905 | visitAttribute(attribute: html.Attribute, context: any): any {} |
| 1906 | visitText(text: html.Text, context: any): any {} |
| 1907 | visitComment(comment: html.Comment, context: any): any {} |
| 1908 | visitExpansion(expansion: html.Expansion, context: any): any { |
| 1909 | html.visitAll(this, expansion.cases); |
| 1910 | } |