StyleNodeManager class

Constructors

StyleNodeManager.new(Document document)

Properties

document Document
final
hashCode int
The hash code for this object.
no setterinherited
hasPendingStyleSheet bool
no setter
isStyleSheetCandidateNodeChanged bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addStyleSheetCandidateNode(Node node) → void
analyzeStyleSheetChangeRuleSet(List<CSSStyleSheet> oldSheets, List<CSSStyleSheet> newSheets) RuleSet
appendPendingStyleSheet(CSSStyleSheet styleSheet) → void
invalidateElementStyle(RuleSet changedRuleSet) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePendingStyleSheet(CSSStyleSheet styleSheet) → void
removeStyleSheetCandidateNode(Node node) → void
toString() String
A string representation of this object.
inherited
updateActiveStyleSheets({bool rebuild = false}) bool

Operators

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