* Gets an attribute on a MathML node.
(name: string)
| 73 | * Gets an attribute on a MathML node. |
| 74 | */ |
| 75 | getAttribute(name: string): string { |
| 76 | return this.attributes[name]; |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * Converts the math node into a MathML-namespaced DOM element. |
no outgoing calls
no test coverage detected