(attribute: html.Attribute, context: any)
| 1889 | html.visitAll(this, element.children); |
| 1890 | } |
| 1891 | visitAttribute(attribute: html.Attribute, context: any): any {} |
| 1892 | visitText(text: html.Text, context: any): any {} |
| 1893 | visitComment(comment: html.Comment, context: any): any {} |
| 1894 | visitExpansion(expansion: html.Expansion, context: any): any { |