bool isMathMLTextIntegrationPoint(Element element) { return mathmlTextIntegrationPointElements .contains((element.namespaceUri, element.localName)); }