// メソッド public void Load(HatomaruManager manager, XmlElement contentElement){ string path = contentElement.GetAttribute(HatomaruReputation.UriAttributeName); Path = new AbsPath(path); Count = contentElement.GetAttributeInt(HatomaruReputation.CountAttributeName); Description = contentElement[HatomaruReputation.DescriptionElementName]; Title = manager.GetResponseTitle(Path); }