* Gets an attribute on a MathML node.
(name)
| 6625 | |
| 6626 | |
| 6627 | getAttribute(name) { |
| 6628 | return this.attributes[name]; |
| 6629 | } |
| 6630 | /** |
| 6631 | * Converts the math node into a MathML-namespaced DOM element. |
| 6632 | */ |
no outgoing calls
no test coverage detected