Beispiel #1
0
 public void Uninitialize()
 {
     if (_idVisitor != null)
     {
         _idVisitor.Uninitialize();
     }
     if (_linkVisitor != null)
     {
         _linkVisitor.Uninitialize();
     }
     if (_classVisitor != null)
     {
         _classVisitor.Uninitialize();
     }
     if (_fontFamilyVisitor != null)
     {
         _fontFamilyVisitor.Uninitialize();
     }
     if (_imageVisitor != null)
     {
         _imageVisitor.Uninitialize();
     }
 }