StyleNodeManager class

Constructors

StyleNodeManager(Document document)

Properties

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

Methods

addStyleSheetCandidateNode(Node node) → void
analyzeStyleSheetChangeRuleSet(List<CSSStyleSheet> oldSheets, List<CSSStyleSheet> newSheets) RuleSet
appendPendingStyleSheet(CSSStyleSheet styleSheet) → void
invalidateElementStyle(RuleSet changedRuleSet) int
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