差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
blog:2016:2016-04-13 [2016-04-13 17:28]
Decomo
blog:2016:2016-04-13 [2016-10-24 12:58] (現在)
Decomo
行 78: 行 78:
                 AddDTD("xhtml-symbol.ent", @"http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent", @"path/to/xhtml-symbol.ent");                 AddDTD("xhtml-symbol.ent", @"http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent", @"path/to/xhtml-symbol.ent");
                 AddDTD("xhtml-special.ent", @"http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent", @"path/to/xhtml-special.ent");                 AddDTD("xhtml-special.ent", @"http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent", @"path/to/xhtml-special.ent");
 +            }
 +            
 +            ~DocTypeManager()
 +            {
 +                foreach (var pair in DTDStreamForURI)
 +                {
 +                    if (pair.Value != null)
 +                    {
 +                        pair.Value.Dispose();
 +                    }
 +                } 
             }             }
  
  • blog/2016/2016-04-13.1460536139.txt.gz
  • 最終更新: 2016-04-13 17:28
  • by Decomo