public void InsertAttributionAt(AttributionType newValue, int index) { InsertDomElementAt("", "Attribution", index, newValue); }
public void ReplaceAttributionAt(AttributionType newValue, int index) { ReplaceDomElementAt("", "Attribution", index, newValue); }
public LogoURLEnumerator(AttributionType par) { parent = par; nIndex = -1; }
public XmlNode AddAttribution(AttributionType newValue) { return AppendDomElement("", "Attribution", newValue); }
public OnlineResourceEnumerator(AttributionType par) { parent = par; nIndex = -1; }
public TitleEnumerator(AttributionType par) { parent = par; nIndex = -1; }