Beispiel #1
0
 internal RuleList(StylesheetNode parent)
 {
     _parent = parent;
 }
Beispiel #2
0
 public static IEnumerable<Comment> GetComments(this StylesheetNode node)
 {
     return node.GetAll<Comment>();
 }