Exemplo n.º 1
0
 public virtual void SetProperty(string name, object value)
 {
     if (_parent != null)
     {
         _parent.SetProperty(name, value);
     }
     else
     {
         throw new SAXNotRecognizedException("Property: " + name);
     }
 }