allowsElement 抽象方法

bool allowsElement(
  1. Element element
)

如果 tagName 是接受类型,则返回 true。

实现

bool allowsElement(Element element);