Example #1
0
 public void OnStartElement(string name, SmallXmlParser.IAttrList attrs)
 {
     _counted += name.Length;
     for (int i = 0; i < attrs.Length; i++)
     {
         _counted += attrs.GetValue(i).Length;
     }
 }