Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Xml.Linq.cs « monotouch « profiles - github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8418d698825927a4ca17f196a47268dcd0e7ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

[assembly:System.Reflection.AssemblyVersionAttribute("2.0.5.0")]
[assembly:System.CLSCompliantAttribute(true)]
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Xml.Linq.dll")]
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Xml.Linq.dll")]
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.50524.0")]
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.50524.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
[assembly:System.Reflection.AssemblyTitleAttribute("System.Xml.Linq.dll")]
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
[assembly:System.Resources.SatelliteContractVersionAttribute("2.0.5.0")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(System.Runtime.CompilerServices.CompilationRelaxations.NoStringInterning)]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
namespace System.Xml.Linq
{
    public static partial class Extensions
    {
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> AncestorsAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source) { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> AncestorsAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source, System.Xml.Linq.XName name) { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Ancestors<T>(this System.Collections.Generic.IEnumerable<T> source) where T : System.Xml.Linq.XNode { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Ancestors<T>(this System.Collections.Generic.IEnumerable<T> source, System.Xml.Linq.XName name) where T : System.Xml.Linq.XNode { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> Attributes(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source) { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> Attributes(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source, System.Xml.Linq.XName name) { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> DescendantNodesAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source) { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> DescendantNodes<T>(this System.Collections.Generic.IEnumerable<T> source) where T : System.Xml.Linq.XContainer { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> DescendantsAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source) { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> DescendantsAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source, System.Xml.Linq.XName name) { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Descendants<T>(this System.Collections.Generic.IEnumerable<T> source) where T : System.Xml.Linq.XContainer { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Descendants<T>(this System.Collections.Generic.IEnumerable<T> source, System.Xml.Linq.XName name) where T : System.Xml.Linq.XContainer { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Elements<T>(this System.Collections.Generic.IEnumerable<T> source) where T : System.Xml.Linq.XContainer { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Elements<T>(this System.Collections.Generic.IEnumerable<T> source, System.Xml.Linq.XName name) where T : System.Xml.Linq.XContainer { throw null; }
        public static System.Collections.Generic.IEnumerable<T> InDocumentOrder<T>(this System.Collections.Generic.IEnumerable<T> source) where T : System.Xml.Linq.XNode { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> Nodes<T>(this System.Collections.Generic.IEnumerable<T> source) where T : System.Xml.Linq.XContainer { throw null; }
        public static void Remove(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> source) { }
        public static void Remove<T>(this System.Collections.Generic.IEnumerable<T> source) where T : System.Xml.Linq.XNode { }
    }
    [System.FlagsAttribute]
    public enum LoadOptions
    {
        None = 0,
        PreserveWhitespace = 1,
        SetBaseUri = 2,
        SetLineInfo = 4,
    }
    [System.FlagsAttribute]
    public enum ReaderOptions
    {
        None = 0,
        OmitDuplicateNamespaces = 1,
    }
    [System.FlagsAttribute]
    public enum SaveOptions
    {
        DisableFormatting = 1,
        None = 0,
        OmitDuplicateNamespaces = 2,
    }
    public partial class XAttribute : System.Xml.Linq.XObject
    {
        public XAttribute(System.Xml.Linq.XAttribute other) { }
        public XAttribute(System.Xml.Linq.XName name, object value) { }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> EmptySequence { get { throw null; } }
        public bool IsNamespaceDeclaration { get { throw null; } }
        public System.Xml.Linq.XName Name { get { throw null; } }
        public System.Xml.Linq.XAttribute NextAttribute { get { throw null; } }
        public override System.Xml.XmlNodeType NodeType { get { throw null; } }
        public System.Xml.Linq.XAttribute PreviousAttribute { get { throw null; } }
        public string Value { get { throw null; } set { } }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator bool (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.DateTime (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.DateTimeOffset (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator decimal (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator double (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Guid (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator int (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator long (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<bool> (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<System.DateTimeOffset> (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<System.DateTime> (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<decimal> (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<double> (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<System.Guid> (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<int> (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<long> (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<float> (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<System.TimeSpan> (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<uint> (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<ulong> (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator float (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator string (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.TimeSpan (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator uint (System.Xml.Linq.XAttribute attribute) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator ulong (System.Xml.Linq.XAttribute attribute) { throw null; }
        public void Remove() { }
        public void SetValue(object value) { }
        public override string ToString() { throw null; }
    }
    public partial class XCData : System.Xml.Linq.XText
    {
        public XCData(string value) : base (default(string)) { }
        public XCData(System.Xml.Linq.XCData other) : base (default(string)) { }
        public override System.Xml.XmlNodeType NodeType { get { throw null; } }
        public override void WriteTo(System.Xml.XmlWriter writer) { }
        public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
    }
    public partial class XComment : System.Xml.Linq.XNode
    {
        public XComment(string value) { }
        public XComment(System.Xml.Linq.XComment other) { }
        public override System.Xml.XmlNodeType NodeType { get { throw null; } }
        public string Value { get { throw null; } set { } }
        public override void WriteTo(System.Xml.XmlWriter writer) { }
        public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
    }
    public abstract partial class XContainer : System.Xml.Linq.XNode
    {
        internal XContainer() { }
        public System.Xml.Linq.XNode FirstNode { get { throw null; } }
        public System.Xml.Linq.XNode LastNode { get { throw null; } }
        public void Add(object content) { }
        public void Add(params object[] content) { }
        public void AddFirst(object content) { }
        public void AddFirst(params object[] content) { }
        public System.Xml.XmlWriter CreateWriter() { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> DescendantNodes() { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Descendants() { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Descendants(System.Xml.Linq.XName name) { throw null; }
        public System.Xml.Linq.XElement Element(System.Xml.Linq.XName name) { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Elements() { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Elements(System.Xml.Linq.XName name) { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> Nodes() { throw null; }
        public void RemoveNodes() { }
        public void ReplaceNodes(object content) { }
        public void ReplaceNodes(params object[] content) { }
    }
    public partial class XDeclaration
    {
        public XDeclaration(string version, string encoding, string standalone) { }
        public XDeclaration(System.Xml.Linq.XDeclaration other) { }
        public string Encoding { get { throw null; } set { } }
        public string Standalone { get { throw null; } set { } }
        public string Version { get { throw null; } set { } }
        public override string ToString() { throw null; }
    }
    public partial class XDocument : System.Xml.Linq.XContainer
    {
        public XDocument() { }
        public XDocument(params object[] content) { }
        public XDocument(System.Xml.Linq.XDeclaration declaration, params object[] content) { }
        public XDocument(System.Xml.Linq.XDocument other) { }
        public System.Xml.Linq.XDeclaration Declaration { get { throw null; } set { } }
        public System.Xml.Linq.XDocumentType DocumentType { get { throw null; } }
        public override System.Xml.XmlNodeType NodeType { get { throw null; } }
        public System.Xml.Linq.XElement Root { get { throw null; } }
        public static System.Xml.Linq.XDocument Load(System.IO.Stream stream) { throw null; }
        public static System.Xml.Linq.XDocument Load(System.IO.Stream stream, System.Xml.Linq.LoadOptions options) { throw null; }
        public static System.Xml.Linq.XDocument Load(System.IO.TextReader textReader) { throw null; }
        public static System.Xml.Linq.XDocument Load(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options) { throw null; }
        public static System.Xml.Linq.XDocument Load(string uri) { throw null; }
        public static System.Xml.Linq.XDocument Load(string uri, System.Xml.Linq.LoadOptions options) { throw null; }
        public static System.Xml.Linq.XDocument Load(System.Xml.XmlReader reader) { throw null; }
        public static System.Xml.Linq.XDocument Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) { throw null; }
        public static System.Threading.Tasks.Task<System.Xml.Linq.XDocument> LoadAsync(System.IO.Stream stream, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
        public static System.Threading.Tasks.Task<System.Xml.Linq.XDocument> LoadAsync(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
        public static System.Threading.Tasks.Task<System.Xml.Linq.XDocument> LoadAsync(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
        public static System.Xml.Linq.XDocument Parse(string text) { throw null; }
        public static System.Xml.Linq.XDocument Parse(string text, System.Xml.Linq.LoadOptions options) { throw null; }
        public void Save(System.IO.Stream stream) { }
        public void Save(System.IO.Stream stream, System.Xml.Linq.SaveOptions options) { }
        public void Save(System.IO.TextWriter textWriter) { }
        public void Save(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options) { }
        public void Save(string fileName) { }
        public void Save(string fileName, System.Xml.Linq.SaveOptions options) { }
        public void Save(System.Xml.XmlWriter writer) { }
        public System.Threading.Tasks.Task SaveAsync(System.IO.Stream stream, System.Xml.Linq.SaveOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
        public System.Threading.Tasks.Task SaveAsync(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
        public System.Threading.Tasks.Task SaveAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
        public override void WriteTo(System.Xml.XmlWriter writer) { }
        public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
    }
    public partial class XDocumentType : System.Xml.Linq.XNode
    {
        public XDocumentType(string name, string publicId, string systemId, string internalSubset) { }
        public XDocumentType(System.Xml.Linq.XDocumentType other) { }
        public string InternalSubset { get { throw null; } set { } }
        public string Name { get { throw null; } set { } }
        public override System.Xml.XmlNodeType NodeType { get { throw null; } }
        public string PublicId { get { throw null; } set { } }
        public string SystemId { get { throw null; } set { } }
        public override void WriteTo(System.Xml.XmlWriter writer) { }
        public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
    }
    [System.Xml.Serialization.XmlSchemaProviderAttribute(null, IsAny=true)]
    public partial class XElement : System.Xml.Linq.XContainer, System.Xml.Serialization.IXmlSerializable
    {
        public XElement(System.Xml.Linq.XElement other) { }
        public XElement(System.Xml.Linq.XName name) { }
        public XElement(System.Xml.Linq.XName name, object content) { }
        public XElement(System.Xml.Linq.XName name, params object[] content) { }
        public XElement(System.Xml.Linq.XStreamingElement other) { }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> EmptySequence { get { throw null; } }
        public System.Xml.Linq.XAttribute FirstAttribute { get { throw null; } }
        public bool HasAttributes { get { throw null; } }
        public bool HasElements { get { throw null; } }
        public bool IsEmpty { get { throw null; } }
        public System.Xml.Linq.XAttribute LastAttribute { get { throw null; } }
        public System.Xml.Linq.XName Name { get { throw null; } set { } }
        public override System.Xml.XmlNodeType NodeType { get { throw null; } }
        public string Value { get { throw null; } set { } }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> AncestorsAndSelf() { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> AncestorsAndSelf(System.Xml.Linq.XName name) { throw null; }
        public System.Xml.Linq.XAttribute Attribute(System.Xml.Linq.XName name) { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> Attributes() { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> Attributes(System.Xml.Linq.XName name) { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> DescendantNodesAndSelf() { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> DescendantsAndSelf() { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> DescendantsAndSelf(System.Xml.Linq.XName name) { throw null; }
        public System.Xml.Linq.XNamespace GetDefaultNamespace() { throw null; }
        public System.Xml.Linq.XNamespace GetNamespaceOfPrefix(string prefix) { throw null; }
        public string GetPrefixOfNamespace(System.Xml.Linq.XNamespace ns) { throw null; }
        public static System.Xml.Linq.XElement Load(System.IO.Stream stream) { throw null; }
        public static System.Xml.Linq.XElement Load(System.IO.Stream stream, System.Xml.Linq.LoadOptions options) { throw null; }
        public static System.Xml.Linq.XElement Load(System.IO.TextReader textReader) { throw null; }
        public static System.Xml.Linq.XElement Load(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options) { throw null; }
        public static System.Xml.Linq.XElement Load(string uri) { throw null; }
        public static System.Xml.Linq.XElement Load(string uri, System.Xml.Linq.LoadOptions options) { throw null; }
        public static System.Xml.Linq.XElement Load(System.Xml.XmlReader reader) { throw null; }
        public static System.Xml.Linq.XElement Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) { throw null; }
        public static System.Threading.Tasks.Task<System.Xml.Linq.XElement> LoadAsync(System.IO.Stream stream, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
        public static System.Threading.Tasks.Task<System.Xml.Linq.XElement> LoadAsync(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
        public static System.Threading.Tasks.Task<System.Xml.Linq.XElement> LoadAsync(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator bool (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.DateTime (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.DateTimeOffset (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator decimal (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator double (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Guid (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator int (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator long (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<bool> (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<System.DateTimeOffset> (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<System.DateTime> (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<decimal> (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<double> (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<System.Guid> (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<int> (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<long> (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<float> (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<System.TimeSpan> (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<uint> (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.Nullable<ulong> (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator float (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator string (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator System.TimeSpan (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator uint (System.Xml.Linq.XElement element) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static explicit operator ulong (System.Xml.Linq.XElement element) { throw null; }
        public static System.Xml.Linq.XElement Parse(string text) { throw null; }
        public static System.Xml.Linq.XElement Parse(string text, System.Xml.Linq.LoadOptions options) { throw null; }
        public void RemoveAll() { }
        public void RemoveAttributes() { }
        public void ReplaceAll(object content) { }
        public void ReplaceAll(params object[] content) { }
        public void ReplaceAttributes(object content) { }
        public void ReplaceAttributes(params object[] content) { }
        public void Save(System.IO.Stream stream) { }
        public void Save(System.IO.Stream stream, System.Xml.Linq.SaveOptions options) { }
        public void Save(System.IO.TextWriter textWriter) { }
        public void Save(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options) { }
        public void Save(string fileName) { }
        public void Save(string fileName, System.Xml.Linq.SaveOptions options) { }
        public void Save(System.Xml.XmlWriter writer) { }
        public System.Threading.Tasks.Task SaveAsync(System.IO.Stream stream, System.Xml.Linq.SaveOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
        public System.Threading.Tasks.Task SaveAsync(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options, System.Threading.CancellationToken cancellationToken) { throw null; }
        public System.Threading.Tasks.Task SaveAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
        public void SetAttributeValue(System.Xml.Linq.XName name, object value) { }
        public void SetElementValue(System.Xml.Linq.XName name, object value) { }
        public void SetValue(object value) { }
        System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
        void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
        void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
        public override void WriteTo(System.Xml.XmlWriter writer) { }
        public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
    }
    [System.SerializableAttribute]
    public sealed partial class XName : System.IEquatable<System.Xml.Linq.XName>, System.Runtime.Serialization.ISerializable
    {
        internal XName() { }
        public string LocalName { get { throw null; } }
        public System.Xml.Linq.XNamespace Namespace { get { throw null; } }
        public string NamespaceName { get { throw null; } }
        public override bool Equals(object obj) { throw null; }
        public static System.Xml.Linq.XName Get(string expandedName) { throw null; }
        public static System.Xml.Linq.XName Get(string localName, string namespaceName) { throw null; }
        public override int GetHashCode() { throw null; }
        public static bool operator ==(System.Xml.Linq.XName left, System.Xml.Linq.XName right) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static implicit operator System.Xml.Linq.XName (string expandedName) { throw null; }
        public static bool operator !=(System.Xml.Linq.XName left, System.Xml.Linq.XName right) { throw null; }
        bool System.IEquatable<System.Xml.Linq.XName>.Equals(System.Xml.Linq.XName other) { throw null; }
        void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
        public override string ToString() { throw null; }
    }
    public sealed partial class XNamespace
    {
        internal XNamespace() { }
        public string NamespaceName { get { throw null; } }
        public static System.Xml.Linq.XNamespace None { get { throw null; } }
        public static System.Xml.Linq.XNamespace Xml { get { throw null; } }
        public static System.Xml.Linq.XNamespace Xmlns { get { throw null; } }
        public override bool Equals(object obj) { throw null; }
        public static System.Xml.Linq.XNamespace Get(string namespaceName) { throw null; }
        public override int GetHashCode() { throw null; }
        public System.Xml.Linq.XName GetName(string localName) { throw null; }
        public static System.Xml.Linq.XName operator +(System.Xml.Linq.XNamespace ns, string localName) { throw null; }
        public static bool operator ==(System.Xml.Linq.XNamespace left, System.Xml.Linq.XNamespace right) { throw null; }
        [System.CLSCompliantAttribute(false)]
        public static implicit operator System.Xml.Linq.XNamespace (string namespaceName) { throw null; }
        public static bool operator !=(System.Xml.Linq.XNamespace left, System.Xml.Linq.XNamespace right) { throw null; }
        public override string ToString() { throw null; }
    }
    public abstract partial class XNode : System.Xml.Linq.XObject
    {
        internal XNode() { }
        public static System.Xml.Linq.XNodeDocumentOrderComparer DocumentOrderComparer { get { throw null; } }
        public static System.Xml.Linq.XNodeEqualityComparer EqualityComparer { get { throw null; } }
        public System.Xml.Linq.XNode NextNode { get { throw null; } }
        public System.Xml.Linq.XNode PreviousNode { get { throw null; } }
        public void AddAfterSelf(object content) { }
        public void AddAfterSelf(params object[] content) { }
        public void AddBeforeSelf(object content) { }
        public void AddBeforeSelf(params object[] content) { }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Ancestors() { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Ancestors(System.Xml.Linq.XName name) { throw null; }
        public static int CompareDocumentOrder(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2) { throw null; }
        public System.Xml.XmlReader CreateReader() { throw null; }
        public System.Xml.XmlReader CreateReader(System.Xml.Linq.ReaderOptions readerOptions) { throw null; }
        public static bool DeepEquals(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2) { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> ElementsAfterSelf() { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> ElementsAfterSelf(System.Xml.Linq.XName name) { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> ElementsBeforeSelf() { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> ElementsBeforeSelf(System.Xml.Linq.XName name) { throw null; }
        public bool IsAfter(System.Xml.Linq.XNode node) { throw null; }
        public bool IsBefore(System.Xml.Linq.XNode node) { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> NodesAfterSelf() { throw null; }
        public System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> NodesBeforeSelf() { throw null; }
        public static System.Xml.Linq.XNode ReadFrom(System.Xml.XmlReader reader) { throw null; }
        public static System.Threading.Tasks.Task<System.Xml.Linq.XNode> ReadFromAsync(System.Xml.XmlReader reader, System.Threading.CancellationToken cancellationToken) { throw null; }
        public void Remove() { }
        public void ReplaceWith(object content) { }
        public void ReplaceWith(params object[] content) { }
        public override string ToString() { throw null; }
        public string ToString(System.Xml.Linq.SaveOptions options) { throw null; }
        public abstract void WriteTo(System.Xml.XmlWriter writer);
        public abstract System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken);
    }
    public sealed partial class XNodeDocumentOrderComparer : System.Collections.Generic.IComparer<System.Xml.Linq.XNode>, System.Collections.IComparer
    {
        public XNodeDocumentOrderComparer() { }
        public int Compare(System.Xml.Linq.XNode x, System.Xml.Linq.XNode y) { throw null; }
        int System.Collections.IComparer.Compare(object x, object y) { throw null; }
    }
    public sealed partial class XNodeEqualityComparer : System.Collections.Generic.IEqualityComparer<System.Xml.Linq.XNode>, System.Collections.IEqualityComparer
    {
        public XNodeEqualityComparer() { }
        public bool Equals(System.Xml.Linq.XNode x, System.Xml.Linq.XNode y) { throw null; }
        public int GetHashCode(System.Xml.Linq.XNode obj) { throw null; }
        bool System.Collections.IEqualityComparer.Equals(object x, object y) { throw null; }
        int System.Collections.IEqualityComparer.GetHashCode(object obj) { throw null; }
    }
    public abstract partial class XObject : System.Xml.IXmlLineInfo
    {
        internal XObject() { }
        public string BaseUri { get { throw null; } }
        public System.Xml.Linq.XDocument Document { get { throw null; } }
        public abstract System.Xml.XmlNodeType NodeType { get; }
        public System.Xml.Linq.XElement Parent { get { throw null; } }
        int System.Xml.IXmlLineInfo.LineNumber { get { throw null; } }
        int System.Xml.IXmlLineInfo.LinePosition { get { throw null; } }
        public event System.EventHandler<System.Xml.Linq.XObjectChangeEventArgs> Changed { add { } remove { } }
        public event System.EventHandler<System.Xml.Linq.XObjectChangeEventArgs> Changing { add { } remove { } }
        public void AddAnnotation(object annotation) { }
        public object Annotation(System.Type type) { throw null; }
        public System.Collections.Generic.IEnumerable<object> Annotations(System.Type type) { throw null; }
        public System.Collections.Generic.IEnumerable<T> Annotations<T>() where T : class { throw null; }
        public T Annotation<T>() where T : class { throw null; }
        public void RemoveAnnotations(System.Type type) { }
        public void RemoveAnnotations<T>() where T : class { }
        bool System.Xml.IXmlLineInfo.HasLineInfo() { throw null; }
    }
    public enum XObjectChange
    {
        Add = 0,
        Name = 2,
        Remove = 1,
        Value = 3,
    }
    public partial class XObjectChangeEventArgs : System.EventArgs
    {
        public static readonly System.Xml.Linq.XObjectChangeEventArgs Add;
        public static readonly System.Xml.Linq.XObjectChangeEventArgs Name;
        public static readonly System.Xml.Linq.XObjectChangeEventArgs Remove;
        public static readonly System.Xml.Linq.XObjectChangeEventArgs Value;
        public XObjectChangeEventArgs(System.Xml.Linq.XObjectChange objectChange) { }
        public System.Xml.Linq.XObjectChange ObjectChange { get { throw null; } }
    }
    public partial class XProcessingInstruction : System.Xml.Linq.XNode
    {
        public XProcessingInstruction(string target, string data) { }
        public XProcessingInstruction(System.Xml.Linq.XProcessingInstruction other) { }
        public string Data { get { throw null; } set { } }
        public override System.Xml.XmlNodeType NodeType { get { throw null; } }
        public string Target { get { throw null; } set { } }
        public override void WriteTo(System.Xml.XmlWriter writer) { }
        public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
    }
    public partial class XStreamingElement
    {
        public XStreamingElement(System.Xml.Linq.XName name) { }
        public XStreamingElement(System.Xml.Linq.XName name, object content) { }
        public XStreamingElement(System.Xml.Linq.XName name, params object[] content) { }
        public System.Xml.Linq.XName Name { get { throw null; } set { } }
        public void Add(object content) { }
        public void Add(params object[] content) { }
        public void Save(System.IO.Stream stream) { }
        public void Save(System.IO.Stream stream, System.Xml.Linq.SaveOptions options) { }
        public void Save(System.IO.TextWriter textWriter) { }
        public void Save(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options) { }
        public void Save(string fileName) { }
        public void Save(string fileName, System.Xml.Linq.SaveOptions options) { }
        public void Save(System.Xml.XmlWriter writer) { }
        public override string ToString() { throw null; }
        public string ToString(System.Xml.Linq.SaveOptions options) { throw null; }
        public void WriteTo(System.Xml.XmlWriter writer) { }
    }
    public partial class XText : System.Xml.Linq.XNode
    {
        public XText(string value) { }
        public XText(System.Xml.Linq.XText other) { }
        public override System.Xml.XmlNodeType NodeType { get { throw null; } }
        public string Value { get { throw null; } set { } }
        public override void WriteTo(System.Xml.XmlWriter writer) { }
        public override System.Threading.Tasks.Task WriteToAsync(System.Xml.XmlWriter writer, System.Threading.CancellationToken cancellationToken) { throw null; }
    }
}
namespace System.Xml.Schema
{
    public static partial class Extensions
    {
        public static System.Xml.Schema.IXmlSchemaInfo GetSchemaInfo(this System.Xml.Linq.XAttribute source) { throw null; }
        public static System.Xml.Schema.IXmlSchemaInfo GetSchemaInfo(this System.Xml.Linq.XElement source) { throw null; }
        public static void Validate(this System.Xml.Linq.XAttribute source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler) { }
        public static void Validate(this System.Xml.Linq.XAttribute source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler, bool addSchemaInfo) { }
        public static void Validate(this System.Xml.Linq.XDocument source, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler) { }
        public static void Validate(this System.Xml.Linq.XDocument source, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler, bool addSchemaInfo) { }
        public static void Validate(this System.Xml.Linq.XElement source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler) { }
        public static void Validate(this System.Xml.Linq.XElement source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler, bool addSchemaInfo) { }
    }
}
namespace System.Xml.XPath
{
    public static partial class Extensions
    {
        public static System.Xml.XPath.XPathNavigator CreateNavigator(this System.Xml.Linq.XNode node) { throw null; }
        public static System.Xml.XPath.XPathNavigator CreateNavigator(this System.Xml.Linq.XNode node, System.Xml.XmlNameTable nameTable) { throw null; }
        public static object XPathEvaluate(this System.Xml.Linq.XNode node, string expression) { throw null; }
        public static object XPathEvaluate(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver) { throw null; }
        public static System.Xml.Linq.XElement XPathSelectElement(this System.Xml.Linq.XNode node, string expression) { throw null; }
        public static System.Xml.Linq.XElement XPathSelectElement(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver) { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> XPathSelectElements(this System.Xml.Linq.XNode node, string expression) { throw null; }
        public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> XPathSelectElements(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver) { throw null; }
    }
    public static partial class XDocumentExtensions
    {
        public static System.Xml.XPath.IXPathNavigable ToXPathNavigable(this System.Xml.Linq.XNode node) { throw null; }
    }
}