DomElementSchemaRegistry class

Inheritance

Constructors

DomElementSchemaRegistry()

Properties

attributeSchema Map<String, Set<String>>
getter/setter pair
eventSchema Map<String, Set<String>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema Map<String, Map<String, String>>
getter/setter pair

Methods

getMappedPropName(String propName) String
override
hasAttribute(String tagName, String attributeName) bool
override
hasEvent(String tagName, String eventName) bool
override
hasProperty(String tagName, String propName) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
securityContext(String tagName, String propName) TemplateSecurityContext
securityContext returns the security context for the given property on the given DOM tag.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited