allowsElement 抽象方法

bool allowsElement(
  1. Element element
)

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

实现

bool allowsElement(Element element);