allowsAttribute 抽象方法

bool allowsAttribute(
  1. Element element,
  2. String attributeName,
  3. String value
)

如果属性被允许,则返回 true。

attributeName 参数始终为小写。

有关 tagName 格式的信息,请参阅 allowsElement

实现

bool allowsAttribute(Element element, String attributeName, String value);