Esempio n. 1
0
 public StyleValidator()
 {
     m_SyntaxParser = new StyleSyntaxParser();
     m_StyleMatcher = new StyleMatcher();
 }
Esempio n. 2
0
 public StyleValidator()
 {
     m_StylePropertyInfoCache = new StylePropertyInfoCache();
     m_SyntaxParser           = new StyleSyntaxParser(m_StylePropertyInfoCache);
     m_StyleMatcher           = new StyleMatcher();
 }