如果元素标签名是接受的类型,则返回 true。
bool allowsElement(Element element) { return _validators.any((v) => v.allowsElement(element)); }