/// <summary> /// Initializes a new instance of CssXmlDocument /// </summary> public CssXmlDocument() { _styleElements = new List <string[]>(); _currentMedia = new MediaList("all"); _cssPropertyProfile = new CssPropertyProfile(); SetupNodeChangeListeners(); DataWebRequest.Register(); }
/// <summary> /// Initializes a new instance of CssXmlDocument /// </summary> public CssXmlDocument() { _styleElements = new List <string[]>(); _currentMedia = new MediaList(CssConstants.ValAll); _cssPropertyProfile = new CssPropertyProfile(); SetupNodeChangeListeners(); DataWebRequest.Register(); _isStatic = false; }