Beispiel #1
0
 public ElementDecl(string name, bool sto, bool eto, Shove.HTML.SgmlReader.ContentModel cm, string[] inclusions, string[] exclusions)
 {
     this.Name             = name;
     this.StartTagOptional = sto;
     this.EndTagOptional   = eto;
     this.ContentModel     = cm;
     this.Inclusions       = inclusions;
     this.Exclusions       = exclusions;
 }
 public ElementDecl(string name, bool sto, bool eto, Shove.HTML.SgmlReader.ContentModel cm, string[] inclusions, string[] exclusions)
 {
     this.Name = name;
     this.StartTagOptional = sto;
     this.EndTagOptional = eto;
     this.ContentModel = cm;
     this.Inclusions = inclusions;
     this.Exclusions = exclusions;
 }