Exemplo n.º 1
0
 static Run()
 {
     NodeType = new NodeType(typeof(Run).Name, ElementName, typeof(Run));
 }
Exemplo n.º 2
0
 static Group()
 {
     NodeType = new NodeType("Group", ElementName, typeof(Group));
 }
Exemplo n.º 3
0
 static Macro()
 {
     _nodeType = new StyleNodeType("macro", Macro.ElementName, typeof(Macro));
 }
Exemplo n.º 4
0
 static Filter()
 {
     NodeType = new NodeType("Conditional", ElementName, typeof(Filter));
 }
Exemplo n.º 5
0
 static Variable()
 {
     _nodeType = new StyleNodeType(Text, Variable.ElementName, typeof(Variable));
 }