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