Exemple #1
0
 public void InsertExceptionAt(ExceptionType newValue, int index)
 {
     InsertDomElementAt("http://www.opengis.net/wms", "Exception", index, newValue);
 }
Exemple #2
0
 public void ReplaceExceptionAt(ExceptionType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "Exception", index, newValue);
 }
		public void AddException(ExceptionType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "Exception", newValue);
		}
Exemple #4
0
 public XmlNode AddException(ExceptionType newValue)
 {
     return AppendDomElement("http://www.opengis.net/wms", "Exception", newValue);
 }
			public FormatEnumerator(ExceptionType par) 
			{
				parent = par;
				nIndex = -1;
			}
Exemple #6
0
 public void ReplaceExceptionAt(ExceptionType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "Exception", index, newValue);
 }
Exemple #7
0
 public void InsertExceptionAt(ExceptionType newValue, int index)
 {
     InsertDomElementAt("http://www.opengis.net/wms", "Exception", index, newValue);
 }
Exemple #8
0
 public XmlNode AddException(ExceptionType newValue)
 {
     return(AppendDomElement("http://www.opengis.net/wms", "Exception", newValue));
 }
Exemple #9
0
 public void AddException(ExceptionType newValue)
 {
     AppendDomElement("http://www.opengis.net/wms", "Exception", newValue);
 }