allowsElement method - NodeValidator class - dart:html library (original) (raw)
allowsElement abstract method
bool allowsElement(
- Element element )
Returns true if the tagName is an accepted type.
Implementation
bool allowsElement(Element element);