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