Css.Functions.NotMatcher Class Reference

Detailed Description

Handles the matching process for not().

Inheritance diagram for Css.Functions.NotMatcher:
Css.LocalMatcher Css.SelectorMatcher

Public Member Functions

 NotMatcher (SelectorMatcher[] matchers)
 
override bool TryMatch (Dom.Node e)
 Checks if the given node matches this root/local. More...
 
- Public Member Functions inherited from Css.LocalMatcher
virtual bool Equals (LocalMatcher match)
 True if two local matchers are equal. More...
 
virtual void RemoveFromDocument (ReflowDocument document, Css.StyleSheet sheet)
 Removes this matcher from any document caches. More...
 
virtual void AddToDocument (ReflowDocument document, Css.StyleSheet sheet)
 Adds this matcher to its parent documents caches. This is used by the default style sheet when the document gets cleared. More...
 

Public Attributes

SelectorMatcher[] Matchers
 

Constructor & Destructor Documentation

Css.Functions.NotMatcher.NotMatcher ( SelectorMatcher[]  matchers)
inline

Member Function Documentation

override bool Css.Functions.NotMatcher.TryMatch ( Dom.Node  context)
inlinevirtual

Checks if the given node matches this root/local.

Reimplemented from Css.SelectorMatcher.

Member Data Documentation

SelectorMatcher [] Css.Functions.NotMatcher.Matchers