menu
Dart
dart:html
NodeValidator
allowsElement abstract method
allowsElement
brightness_4
brightness_5
description
allowsElement
abstract method
bool
allowsElement
(
Element
element
)
Returns true if the tagName is an accepted type.
Implementation
bool allowsElement(Element element);
Dart
dart:html
NodeValidator
allowsElement abstract method
NodeValidator class
Constructors
NodeValidator
throws
Properties
hashCode
runtimeType
Methods
allowsAttribute
allowsElement
noSuchMethod
toString
Operators
operator ==