isMathMLTextIntegrationPoint method

bool isMathMLTextIntegrationPoint(
  1. Element element
)

Implementation

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