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