NodeValidatorBuilder class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(NodeValidator validator)
→ void
-
-
allowCustomElement(String tagName, {UriPolicy? uriPolicy, Iterable<String>? attributes, Iterable<String>? uriAttributes})
→ void
-
-
allowElement(String tagName, {UriPolicy? uriPolicy, Iterable<String>? attributes, Iterable<String>? uriAttributes})
→ void
-
-
allowHtml5({UriPolicy? uriPolicy})
→ void
-
-
allowImages([UriPolicy? uriPolicy])
→ void
-
-
allowInlineStyles({String? tagName})
→ void
-
-
allowNavigation([UriPolicy? uriPolicy])
→ void
-
-
allowsAttribute(Element element, String attributeName, String value)
→ bool
-
override
-
allowsElement(Element element)
→ bool
-
override
-
allowSvg()
→ void
-
-
allowTagExtension(String tagName, String baseName, {UriPolicy? uriPolicy, Iterable<String>? attributes, Iterable<String>? uriAttributes})
→ void
-
-
allowTemplating()
→ void
-
-
allowTextElements()
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited