Example #1
0
		public void InsertMetadataURLAt(MetadataURLType newValue, int index)
		{
			InsertDomElementAt("", "MetadataURL", index, newValue);
		}
Example #2
0
		public void ReplaceMetadataURLAt(MetadataURLType newValue, int index)
		{
			ReplaceDomElementAt("", "MetadataURL", index, newValue);
		}
Example #3
0
 public OnlineResourceEnumerator(MetadataURLType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #4
0
		public void AddMetadataURL(MetadataURLType newValue)
		{
			AppendDomElement("", "MetadataURL", newValue);
		}
Example #5
0
 public FormatEnumerator(MetadataURLType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #6
0
 public type2Enumerator(MetadataURLType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #7
0
			public OnlineResourceEnumerator(MetadataURLType par) 
			{
				parent = par;
				nIndex = -1;
			}
Example #8
0
			public FormatEnumerator(MetadataURLType par) 
			{
				parent = par;
				nIndex = -1;
			}
Example #9
0
			public type2Enumerator(MetadataURLType par) 
			{
				parent = par;
				nIndex = -1;
			}