1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("2.0.5.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Xml.Linq.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Xml.Linq.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.50524.0")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.50524.0")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Xml.Linq.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("2.0.5.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
19 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
20 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
21 namespace System.Xml.Linq
22 {
23     public static partial class Extensions
24     {
AncestorsAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source)25         public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> AncestorsAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source) { throw null; }
AncestorsAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source, System.Xml.Linq.XName name)26         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; }
27         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; }
28         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; }
Attributes(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source)29         public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> Attributes(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source) { throw null; }
Attributes(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source, System.Xml.Linq.XName name)30         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; }
DescendantNodesAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source)31         public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> DescendantNodesAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source) { throw null; }
32         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; }
DescendantsAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source)33         public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> DescendantsAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source) { throw null; }
DescendantsAndSelf(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source, System.Xml.Linq.XName name)34         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; }
35         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; }
36         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; }
37         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; }
38         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; }
39         public static System.Collections.Generic.IEnumerable<T> InDocumentOrder<T>(this System.Collections.Generic.IEnumerable<T> source) where T : System.Xml.Linq.XNode { throw null; }
40         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; }
Remove(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> source)41         public static void Remove(this System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> source) { }
42         public static void Remove<T>(this System.Collections.Generic.IEnumerable<T> source) where T : System.Xml.Linq.XNode { }
43     }
44     [System.FlagsAttribute]
45     public enum LoadOptions
46     {
47         None = 0,
48         PreserveWhitespace = 1,
49         SetBaseUri = 2,
50         SetLineInfo = 4,
51     }
52     [System.FlagsAttribute]
53     public enum ReaderOptions
54     {
55         None = 0,
56         OmitDuplicateNamespaces = 1,
57     }
58     [System.FlagsAttribute]
59     public enum SaveOptions
60     {
61         DisableFormatting = 1,
62         None = 0,
63         OmitDuplicateNamespaces = 2,
64     }
65     [System.ComponentModel.TypeDescriptionProviderAttribute("MS.Internal.Xml.Linq.ComponentModel.XTypeDescriptionProvider<System.Xml.Linq.XAttribute>")]
66     public partial class XAttribute : System.Xml.Linq.XObject
67     {
XAttribute(System.Xml.Linq.XAttribute other)68         public XAttribute(System.Xml.Linq.XAttribute other) { }
XAttribute(System.Xml.Linq.XName name, object value)69         public XAttribute(System.Xml.Linq.XName name, object value) { }
70         public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> EmptySequence { get { throw null; } }
71         public bool IsNamespaceDeclaration { get { throw null; } }
72         public System.Xml.Linq.XName Name { get { throw null; } }
73         public System.Xml.Linq.XAttribute NextAttribute { get { throw null; } }
74         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
75         public System.Xml.Linq.XAttribute PreviousAttribute { get { throw null; } }
76         public string Value { get { throw null; } set { } }
77         [System.CLSCompliantAttribute(false)]
operator bool(System.Xml.Linq.XAttribute attribute)78         public static explicit operator bool (System.Xml.Linq.XAttribute attribute) { throw null; }
79         [System.CLSCompliantAttribute(false)]
operator System.DateTime(System.Xml.Linq.XAttribute attribute)80         public static explicit operator System.DateTime (System.Xml.Linq.XAttribute attribute) { throw null; }
81         [System.CLSCompliantAttribute(false)]
operator System.DateTimeOffset(System.Xml.Linq.XAttribute attribute)82         public static explicit operator System.DateTimeOffset (System.Xml.Linq.XAttribute attribute) { throw null; }
83         [System.CLSCompliantAttribute(false)]
operator decimal(System.Xml.Linq.XAttribute attribute)84         public static explicit operator decimal (System.Xml.Linq.XAttribute attribute) { throw null; }
85         [System.CLSCompliantAttribute(false)]
operator double(System.Xml.Linq.XAttribute attribute)86         public static explicit operator double (System.Xml.Linq.XAttribute attribute) { throw null; }
87         [System.CLSCompliantAttribute(false)]
operator System.Guid(System.Xml.Linq.XAttribute attribute)88         public static explicit operator System.Guid (System.Xml.Linq.XAttribute attribute) { throw null; }
89         [System.CLSCompliantAttribute(false)]
operator int(System.Xml.Linq.XAttribute attribute)90         public static explicit operator int (System.Xml.Linq.XAttribute attribute) { throw null; }
91         [System.CLSCompliantAttribute(false)]
operator long(System.Xml.Linq.XAttribute attribute)92         public static explicit operator long (System.Xml.Linq.XAttribute attribute) { throw null; }
93         [System.CLSCompliantAttribute(false)]
operator System.Nullable<bool>(System.Xml.Linq.XAttribute attribute)94         public static explicit operator System.Nullable<bool> (System.Xml.Linq.XAttribute attribute) { throw null; }
95         [System.CLSCompliantAttribute(false)]
operator System.Nullable<System.DateTimeOffset>(System.Xml.Linq.XAttribute attribute)96         public static explicit operator System.Nullable<System.DateTimeOffset> (System.Xml.Linq.XAttribute attribute) { throw null; }
97         [System.CLSCompliantAttribute(false)]
operator System.Nullable<System.DateTime>(System.Xml.Linq.XAttribute attribute)98         public static explicit operator System.Nullable<System.DateTime> (System.Xml.Linq.XAttribute attribute) { throw null; }
99         [System.CLSCompliantAttribute(false)]
operator System.Nullable<decimal>(System.Xml.Linq.XAttribute attribute)100         public static explicit operator System.Nullable<decimal> (System.Xml.Linq.XAttribute attribute) { throw null; }
101         [System.CLSCompliantAttribute(false)]
operator System.Nullable<double>(System.Xml.Linq.XAttribute attribute)102         public static explicit operator System.Nullable<double> (System.Xml.Linq.XAttribute attribute) { throw null; }
103         [System.CLSCompliantAttribute(false)]
operator System.Nullable<System.Guid>(System.Xml.Linq.XAttribute attribute)104         public static explicit operator System.Nullable<System.Guid> (System.Xml.Linq.XAttribute attribute) { throw null; }
105         [System.CLSCompliantAttribute(false)]
operator System.Nullable<int>(System.Xml.Linq.XAttribute attribute)106         public static explicit operator System.Nullable<int> (System.Xml.Linq.XAttribute attribute) { throw null; }
107         [System.CLSCompliantAttribute(false)]
operator System.Nullable<long>(System.Xml.Linq.XAttribute attribute)108         public static explicit operator System.Nullable<long> (System.Xml.Linq.XAttribute attribute) { throw null; }
109         [System.CLSCompliantAttribute(false)]
operator System.Nullable<float>(System.Xml.Linq.XAttribute attribute)110         public static explicit operator System.Nullable<float> (System.Xml.Linq.XAttribute attribute) { throw null; }
111         [System.CLSCompliantAttribute(false)]
operator System.Nullable<System.TimeSpan>(System.Xml.Linq.XAttribute attribute)112         public static explicit operator System.Nullable<System.TimeSpan> (System.Xml.Linq.XAttribute attribute) { throw null; }
113         [System.CLSCompliantAttribute(false)]
operator System.Nullable<uint>(System.Xml.Linq.XAttribute attribute)114         public static explicit operator System.Nullable<uint> (System.Xml.Linq.XAttribute attribute) { throw null; }
115         [System.CLSCompliantAttribute(false)]
operator System.Nullable<ulong>(System.Xml.Linq.XAttribute attribute)116         public static explicit operator System.Nullable<ulong> (System.Xml.Linq.XAttribute attribute) { throw null; }
117         [System.CLSCompliantAttribute(false)]
operator float(System.Xml.Linq.XAttribute attribute)118         public static explicit operator float (System.Xml.Linq.XAttribute attribute) { throw null; }
119         [System.CLSCompliantAttribute(false)]
operator string(System.Xml.Linq.XAttribute attribute)120         public static explicit operator string (System.Xml.Linq.XAttribute attribute) { throw null; }
121         [System.CLSCompliantAttribute(false)]
operator System.TimeSpan(System.Xml.Linq.XAttribute attribute)122         public static explicit operator System.TimeSpan (System.Xml.Linq.XAttribute attribute) { throw null; }
123         [System.CLSCompliantAttribute(false)]
operator uint(System.Xml.Linq.XAttribute attribute)124         public static explicit operator uint (System.Xml.Linq.XAttribute attribute) { throw null; }
125         [System.CLSCompliantAttribute(false)]
operator ulong(System.Xml.Linq.XAttribute attribute)126         public static explicit operator ulong (System.Xml.Linq.XAttribute attribute) { throw null; }
Remove()127         public void Remove() { }
SetValue(object value)128         public void SetValue(object value) { }
ToString()129         public override string ToString() { throw null; }
130     }
131     public partial class XCData : System.Xml.Linq.XText
132     {
XCData(string value)133         public XCData(string value) : base (default(string)) { }
XCData(System.Xml.Linq.XCData other)134         public XCData(System.Xml.Linq.XCData other) : base (default(string)) { }
135         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
WriteTo(System.Xml.XmlWriter writer)136         public override void WriteTo(System.Xml.XmlWriter writer) { }
137     }
138     public partial class XComment : System.Xml.Linq.XNode
139     {
XComment(string value)140         public XComment(string value) { }
XComment(System.Xml.Linq.XComment other)141         public XComment(System.Xml.Linq.XComment other) { }
142         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
143         public string Value { get { throw null; } set { } }
WriteTo(System.Xml.XmlWriter writer)144         public override void WriteTo(System.Xml.XmlWriter writer) { }
145     }
146     public abstract partial class XContainer : System.Xml.Linq.XNode
147     {
XContainer()148         internal XContainer() { }
149         public System.Xml.Linq.XNode FirstNode { get { throw null; } }
150         public System.Xml.Linq.XNode LastNode { get { throw null; } }
Add(object content)151         public void Add(object content) { }
Add(params object[] content)152         public void Add(params object[] content) { }
AddFirst(object content)153         public void AddFirst(object content) { }
AddFirst(params object[] content)154         public void AddFirst(params object[] content) { }
CreateWriter()155         public System.Xml.XmlWriter CreateWriter() { throw null; }
DescendantNodes()156         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> DescendantNodes() { throw null; }
Descendants()157         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Descendants() { throw null; }
Descendants(System.Xml.Linq.XName name)158         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Descendants(System.Xml.Linq.XName name) { throw null; }
Element(System.Xml.Linq.XName name)159         public System.Xml.Linq.XElement Element(System.Xml.Linq.XName name) { throw null; }
Elements()160         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Elements() { throw null; }
Elements(System.Xml.Linq.XName name)161         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Elements(System.Xml.Linq.XName name) { throw null; }
Nodes()162         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> Nodes() { throw null; }
RemoveNodes()163         public void RemoveNodes() { }
ReplaceNodes(object content)164         public void ReplaceNodes(object content) { }
ReplaceNodes(params object[] content)165         public void ReplaceNodes(params object[] content) { }
166     }
167     public partial class XDeclaration
168     {
XDeclaration(string version, string encoding, string standalone)169         public XDeclaration(string version, string encoding, string standalone) { }
XDeclaration(System.Xml.Linq.XDeclaration other)170         public XDeclaration(System.Xml.Linq.XDeclaration other) { }
171         public string Encoding { get { throw null; } set { } }
172         public string Standalone { get { throw null; } set { } }
173         public string Version { get { throw null; } set { } }
ToString()174         public override string ToString() { throw null; }
175     }
176     public partial class XDocument : System.Xml.Linq.XContainer
177     {
XDocument()178         public XDocument() { }
XDocument(params object[] content)179         public XDocument(params object[] content) { }
XDocument(System.Xml.Linq.XDeclaration declaration, params object[] content)180         public XDocument(System.Xml.Linq.XDeclaration declaration, params object[] content) { }
XDocument(System.Xml.Linq.XDocument other)181         public XDocument(System.Xml.Linq.XDocument other) { }
182         public System.Xml.Linq.XDeclaration Declaration { get { throw null; } set { } }
183         public System.Xml.Linq.XDocumentType DocumentType { get { throw null; } }
184         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
185         public System.Xml.Linq.XElement Root { get { throw null; } }
Load(System.IO.Stream stream)186         public static System.Xml.Linq.XDocument Load(System.IO.Stream stream) { throw null; }
Load(System.IO.Stream stream, System.Xml.Linq.LoadOptions options)187         public static System.Xml.Linq.XDocument Load(System.IO.Stream stream, System.Xml.Linq.LoadOptions options) { throw null; }
Load(System.IO.TextReader textReader)188         public static System.Xml.Linq.XDocument Load(System.IO.TextReader textReader) { throw null; }
Load(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options)189         public static System.Xml.Linq.XDocument Load(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options) { throw null; }
Load(string uri)190         public static System.Xml.Linq.XDocument Load(string uri) { throw null; }
Load(string uri, System.Xml.Linq.LoadOptions options)191         public static System.Xml.Linq.XDocument Load(string uri, System.Xml.Linq.LoadOptions options) { throw null; }
Load(System.Xml.XmlReader reader)192         public static System.Xml.Linq.XDocument Load(System.Xml.XmlReader reader) { throw null; }
Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options)193         public static System.Xml.Linq.XDocument Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) { throw null; }
Parse(string text)194         public static System.Xml.Linq.XDocument Parse(string text) { throw null; }
Parse(string text, System.Xml.Linq.LoadOptions options)195         public static System.Xml.Linq.XDocument Parse(string text, System.Xml.Linq.LoadOptions options) { throw null; }
Save(System.IO.Stream stream)196         public void Save(System.IO.Stream stream) { }
Save(System.IO.Stream stream, System.Xml.Linq.SaveOptions options)197         public void Save(System.IO.Stream stream, System.Xml.Linq.SaveOptions options) { }
Save(System.IO.TextWriter textWriter)198         public void Save(System.IO.TextWriter textWriter) { }
Save(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options)199         public void Save(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options) { }
Save(string fileName)200         public void Save(string fileName) { }
Save(string fileName, System.Xml.Linq.SaveOptions options)201         public void Save(string fileName, System.Xml.Linq.SaveOptions options) { }
Save(System.Xml.XmlWriter writer)202         public void Save(System.Xml.XmlWriter writer) { }
WriteTo(System.Xml.XmlWriter writer)203         public override void WriteTo(System.Xml.XmlWriter writer) { }
204     }
205     public partial class XDocumentType : System.Xml.Linq.XNode
206     {
XDocumentType(string name, string publicId, string systemId, string internalSubset)207         public XDocumentType(string name, string publicId, string systemId, string internalSubset) { }
XDocumentType(System.Xml.Linq.XDocumentType other)208         public XDocumentType(System.Xml.Linq.XDocumentType other) { }
209         public string InternalSubset { get { throw null; } set { } }
210         public string Name { get { throw null; } set { } }
211         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
212         public string PublicId { get { throw null; } set { } }
213         public string SystemId { get { throw null; } set { } }
WriteTo(System.Xml.XmlWriter writer)214         public override void WriteTo(System.Xml.XmlWriter writer) { }
215     }
216     [System.ComponentModel.TypeDescriptionProviderAttribute("MS.Internal.Xml.Linq.ComponentModel.XTypeDescriptionProvider<System.Xml.Linq.XElement>")]
217     [System.Xml.Serialization.XmlSchemaProviderAttribute(null, IsAny=true)]
218     public partial class XElement : System.Xml.Linq.XContainer, System.Xml.Serialization.IXmlSerializable
219     {
XElement(System.Xml.Linq.XElement other)220         public XElement(System.Xml.Linq.XElement other) { }
XElement(System.Xml.Linq.XName name)221         public XElement(System.Xml.Linq.XName name) { }
XElement(System.Xml.Linq.XName name, object content)222         public XElement(System.Xml.Linq.XName name, object content) { }
XElement(System.Xml.Linq.XName name, params object[] content)223         public XElement(System.Xml.Linq.XName name, params object[] content) { }
XElement(System.Xml.Linq.XStreamingElement other)224         public XElement(System.Xml.Linq.XStreamingElement other) { }
225         public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> EmptySequence { get { throw null; } }
226         public System.Xml.Linq.XAttribute FirstAttribute { get { throw null; } }
227         public bool HasAttributes { get { throw null; } }
228         public bool HasElements { get { throw null; } }
229         public bool IsEmpty { get { throw null; } }
230         public System.Xml.Linq.XAttribute LastAttribute { get { throw null; } }
231         public System.Xml.Linq.XName Name { get { throw null; } set { } }
232         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
233         public string Value { get { throw null; } set { } }
AncestorsAndSelf()234         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> AncestorsAndSelf() { throw null; }
AncestorsAndSelf(System.Xml.Linq.XName name)235         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> AncestorsAndSelf(System.Xml.Linq.XName name) { throw null; }
Attribute(System.Xml.Linq.XName name)236         public System.Xml.Linq.XAttribute Attribute(System.Xml.Linq.XName name) { throw null; }
Attributes()237         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> Attributes() { throw null; }
Attributes(System.Xml.Linq.XName name)238         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XAttribute> Attributes(System.Xml.Linq.XName name) { throw null; }
DescendantNodesAndSelf()239         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> DescendantNodesAndSelf() { throw null; }
DescendantsAndSelf()240         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> DescendantsAndSelf() { throw null; }
DescendantsAndSelf(System.Xml.Linq.XName name)241         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> DescendantsAndSelf(System.Xml.Linq.XName name) { throw null; }
GetDefaultNamespace()242         public System.Xml.Linq.XNamespace GetDefaultNamespace() { throw null; }
GetNamespaceOfPrefix(string prefix)243         public System.Xml.Linq.XNamespace GetNamespaceOfPrefix(string prefix) { throw null; }
GetPrefixOfNamespace(System.Xml.Linq.XNamespace ns)244         public string GetPrefixOfNamespace(System.Xml.Linq.XNamespace ns) { throw null; }
Load(System.IO.Stream stream)245         public static System.Xml.Linq.XElement Load(System.IO.Stream stream) { throw null; }
Load(System.IO.Stream stream, System.Xml.Linq.LoadOptions options)246         public static System.Xml.Linq.XElement Load(System.IO.Stream stream, System.Xml.Linq.LoadOptions options) { throw null; }
Load(System.IO.TextReader textReader)247         public static System.Xml.Linq.XElement Load(System.IO.TextReader textReader) { throw null; }
Load(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options)248         public static System.Xml.Linq.XElement Load(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options) { throw null; }
Load(string uri)249         public static System.Xml.Linq.XElement Load(string uri) { throw null; }
Load(string uri, System.Xml.Linq.LoadOptions options)250         public static System.Xml.Linq.XElement Load(string uri, System.Xml.Linq.LoadOptions options) { throw null; }
Load(System.Xml.XmlReader reader)251         public static System.Xml.Linq.XElement Load(System.Xml.XmlReader reader) { throw null; }
Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options)252         public static System.Xml.Linq.XElement Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) { throw null; }
253         [System.CLSCompliantAttribute(false)]
operator bool(System.Xml.Linq.XElement element)254         public static explicit operator bool (System.Xml.Linq.XElement element) { throw null; }
255         [System.CLSCompliantAttribute(false)]
operator System.DateTime(System.Xml.Linq.XElement element)256         public static explicit operator System.DateTime (System.Xml.Linq.XElement element) { throw null; }
257         [System.CLSCompliantAttribute(false)]
operator System.DateTimeOffset(System.Xml.Linq.XElement element)258         public static explicit operator System.DateTimeOffset (System.Xml.Linq.XElement element) { throw null; }
259         [System.CLSCompliantAttribute(false)]
operator decimal(System.Xml.Linq.XElement element)260         public static explicit operator decimal (System.Xml.Linq.XElement element) { throw null; }
261         [System.CLSCompliantAttribute(false)]
operator double(System.Xml.Linq.XElement element)262         public static explicit operator double (System.Xml.Linq.XElement element) { throw null; }
263         [System.CLSCompliantAttribute(false)]
operator System.Guid(System.Xml.Linq.XElement element)264         public static explicit operator System.Guid (System.Xml.Linq.XElement element) { throw null; }
265         [System.CLSCompliantAttribute(false)]
operator int(System.Xml.Linq.XElement element)266         public static explicit operator int (System.Xml.Linq.XElement element) { throw null; }
267         [System.CLSCompliantAttribute(false)]
operator long(System.Xml.Linq.XElement element)268         public static explicit operator long (System.Xml.Linq.XElement element) { throw null; }
269         [System.CLSCompliantAttribute(false)]
operator System.Nullable<bool>(System.Xml.Linq.XElement element)270         public static explicit operator System.Nullable<bool> (System.Xml.Linq.XElement element) { throw null; }
271         [System.CLSCompliantAttribute(false)]
operator System.Nullable<System.DateTimeOffset>(System.Xml.Linq.XElement element)272         public static explicit operator System.Nullable<System.DateTimeOffset> (System.Xml.Linq.XElement element) { throw null; }
273         [System.CLSCompliantAttribute(false)]
operator System.Nullable<System.DateTime>(System.Xml.Linq.XElement element)274         public static explicit operator System.Nullable<System.DateTime> (System.Xml.Linq.XElement element) { throw null; }
275         [System.CLSCompliantAttribute(false)]
operator System.Nullable<decimal>(System.Xml.Linq.XElement element)276         public static explicit operator System.Nullable<decimal> (System.Xml.Linq.XElement element) { throw null; }
277         [System.CLSCompliantAttribute(false)]
operator System.Nullable<double>(System.Xml.Linq.XElement element)278         public static explicit operator System.Nullable<double> (System.Xml.Linq.XElement element) { throw null; }
279         [System.CLSCompliantAttribute(false)]
operator System.Nullable<System.Guid>(System.Xml.Linq.XElement element)280         public static explicit operator System.Nullable<System.Guid> (System.Xml.Linq.XElement element) { throw null; }
281         [System.CLSCompliantAttribute(false)]
operator System.Nullable<int>(System.Xml.Linq.XElement element)282         public static explicit operator System.Nullable<int> (System.Xml.Linq.XElement element) { throw null; }
283         [System.CLSCompliantAttribute(false)]
operator System.Nullable<long>(System.Xml.Linq.XElement element)284         public static explicit operator System.Nullable<long> (System.Xml.Linq.XElement element) { throw null; }
285         [System.CLSCompliantAttribute(false)]
operator System.Nullable<float>(System.Xml.Linq.XElement element)286         public static explicit operator System.Nullable<float> (System.Xml.Linq.XElement element) { throw null; }
287         [System.CLSCompliantAttribute(false)]
operator System.Nullable<System.TimeSpan>(System.Xml.Linq.XElement element)288         public static explicit operator System.Nullable<System.TimeSpan> (System.Xml.Linq.XElement element) { throw null; }
289         [System.CLSCompliantAttribute(false)]
operator System.Nullable<uint>(System.Xml.Linq.XElement element)290         public static explicit operator System.Nullable<uint> (System.Xml.Linq.XElement element) { throw null; }
291         [System.CLSCompliantAttribute(false)]
operator System.Nullable<ulong>(System.Xml.Linq.XElement element)292         public static explicit operator System.Nullable<ulong> (System.Xml.Linq.XElement element) { throw null; }
293         [System.CLSCompliantAttribute(false)]
operator float(System.Xml.Linq.XElement element)294         public static explicit operator float (System.Xml.Linq.XElement element) { throw null; }
295         [System.CLSCompliantAttribute(false)]
operator string(System.Xml.Linq.XElement element)296         public static explicit operator string (System.Xml.Linq.XElement element) { throw null; }
297         [System.CLSCompliantAttribute(false)]
operator System.TimeSpan(System.Xml.Linq.XElement element)298         public static explicit operator System.TimeSpan (System.Xml.Linq.XElement element) { throw null; }
299         [System.CLSCompliantAttribute(false)]
operator uint(System.Xml.Linq.XElement element)300         public static explicit operator uint (System.Xml.Linq.XElement element) { throw null; }
301         [System.CLSCompliantAttribute(false)]
operator ulong(System.Xml.Linq.XElement element)302         public static explicit operator ulong (System.Xml.Linq.XElement element) { throw null; }
Parse(string text)303         public static System.Xml.Linq.XElement Parse(string text) { throw null; }
Parse(string text, System.Xml.Linq.LoadOptions options)304         public static System.Xml.Linq.XElement Parse(string text, System.Xml.Linq.LoadOptions options) { throw null; }
RemoveAll()305         public void RemoveAll() { }
RemoveAttributes()306         public void RemoveAttributes() { }
ReplaceAll(object content)307         public void ReplaceAll(object content) { }
ReplaceAll(params object[] content)308         public void ReplaceAll(params object[] content) { }
ReplaceAttributes(object content)309         public void ReplaceAttributes(object content) { }
ReplaceAttributes(params object[] content)310         public void ReplaceAttributes(params object[] content) { }
Save(System.IO.Stream stream)311         public void Save(System.IO.Stream stream) { }
Save(System.IO.Stream stream, System.Xml.Linq.SaveOptions options)312         public void Save(System.IO.Stream stream, System.Xml.Linq.SaveOptions options) { }
Save(System.IO.TextWriter textWriter)313         public void Save(System.IO.TextWriter textWriter) { }
Save(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options)314         public void Save(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options) { }
Save(string fileName)315         public void Save(string fileName) { }
Save(string fileName, System.Xml.Linq.SaveOptions options)316         public void Save(string fileName, System.Xml.Linq.SaveOptions options) { }
Save(System.Xml.XmlWriter writer)317         public void Save(System.Xml.XmlWriter writer) { }
SetAttributeValue(System.Xml.Linq.XName name, object value)318         public void SetAttributeValue(System.Xml.Linq.XName name, object value) { }
SetElementValue(System.Xml.Linq.XName name, object value)319         public void SetElementValue(System.Xml.Linq.XName name, object value) { }
SetValue(object value)320         public void SetValue(object value) { }
System.Xml.Serialization.IXmlSerializable.GetSchema()321         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader)322         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer)323         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
WriteTo(System.Xml.XmlWriter writer)324         public override void WriteTo(System.Xml.XmlWriter writer) { }
325     }
326     [System.SerializableAttribute]
327     public sealed partial class XName : System.IEquatable<System.Xml.Linq.XName>, System.Runtime.Serialization.ISerializable
328     {
XName()329         internal XName() { }
330         public string LocalName { get { throw null; } }
331         public System.Xml.Linq.XNamespace Namespace { get { throw null; } }
332         public string NamespaceName { get { throw null; } }
Equals(object obj)333         public override bool Equals(object obj) { throw null; }
Get(string expandedName)334         public static System.Xml.Linq.XName Get(string expandedName) { throw null; }
Get(string localName, string namespaceName)335         public static System.Xml.Linq.XName Get(string localName, string namespaceName) { throw null; }
GetHashCode()336         public override int GetHashCode() { throw null; }
operator ==(System.Xml.Linq.XName left, System.Xml.Linq.XName right)337         public static bool operator ==(System.Xml.Linq.XName left, System.Xml.Linq.XName right) { throw null; }
338         [System.CLSCompliantAttribute(false)]
operator System.Xml.Linq.XName(string expandedName)339         public static implicit operator System.Xml.Linq.XName (string expandedName) { throw null; }
operator !=(System.Xml.Linq.XName left, System.Xml.Linq.XName right)340         public static bool operator !=(System.Xml.Linq.XName left, System.Xml.Linq.XName right) { throw null; }
Equals(System.Xml.Linq.XName other)341         bool System.IEquatable<System.Xml.Linq.XName>.Equals(System.Xml.Linq.XName other) { throw null; }
342         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)343         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ToString()344         public override string ToString() { throw null; }
345     }
346     public sealed partial class XNamespace
347     {
XNamespace()348         internal XNamespace() { }
349         public string NamespaceName { get { throw null; } }
350         public static System.Xml.Linq.XNamespace None { get { throw null; } }
351         public static System.Xml.Linq.XNamespace Xml { get { throw null; } }
352         public static System.Xml.Linq.XNamespace Xmlns { get { throw null; } }
Equals(object obj)353         public override bool Equals(object obj) { throw null; }
Get(string namespaceName)354         public static System.Xml.Linq.XNamespace Get(string namespaceName) { throw null; }
GetHashCode()355         public override int GetHashCode() { throw null; }
GetName(string localName)356         public System.Xml.Linq.XName GetName(string localName) { throw null; }
operator +(System.Xml.Linq.XNamespace ns, string localName)357         public static System.Xml.Linq.XName operator +(System.Xml.Linq.XNamespace ns, string localName) { throw null; }
operator ==(System.Xml.Linq.XNamespace left, System.Xml.Linq.XNamespace right)358         public static bool operator ==(System.Xml.Linq.XNamespace left, System.Xml.Linq.XNamespace right) { throw null; }
359         [System.CLSCompliantAttribute(false)]
operator System.Xml.Linq.XNamespace(string namespaceName)360         public static implicit operator System.Xml.Linq.XNamespace (string namespaceName) { throw null; }
operator !=(System.Xml.Linq.XNamespace left, System.Xml.Linq.XNamespace right)361         public static bool operator !=(System.Xml.Linq.XNamespace left, System.Xml.Linq.XNamespace right) { throw null; }
ToString()362         public override string ToString() { throw null; }
363     }
364     public abstract partial class XNode : System.Xml.Linq.XObject
365     {
XNode()366         internal XNode() { }
367         public static System.Xml.Linq.XNodeDocumentOrderComparer DocumentOrderComparer { get { throw null; } }
368         public static System.Xml.Linq.XNodeEqualityComparer EqualityComparer { get { throw null; } }
369         public System.Xml.Linq.XNode NextNode { get { throw null; } }
370         public System.Xml.Linq.XNode PreviousNode { get { throw null; } }
AddAfterSelf(object content)371         public void AddAfterSelf(object content) { }
AddAfterSelf(params object[] content)372         public void AddAfterSelf(params object[] content) { }
AddBeforeSelf(object content)373         public void AddBeforeSelf(object content) { }
AddBeforeSelf(params object[] content)374         public void AddBeforeSelf(params object[] content) { }
Ancestors()375         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Ancestors() { throw null; }
Ancestors(System.Xml.Linq.XName name)376         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> Ancestors(System.Xml.Linq.XName name) { throw null; }
CompareDocumentOrder(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2)377         public static int CompareDocumentOrder(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2) { throw null; }
CreateReader()378         public System.Xml.XmlReader CreateReader() { throw null; }
CreateReader(System.Xml.Linq.ReaderOptions readerOptions)379         public System.Xml.XmlReader CreateReader(System.Xml.Linq.ReaderOptions readerOptions) { throw null; }
DeepEquals(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2)380         public static bool DeepEquals(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2) { throw null; }
ElementsAfterSelf()381         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> ElementsAfterSelf() { throw null; }
ElementsAfterSelf(System.Xml.Linq.XName name)382         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> ElementsAfterSelf(System.Xml.Linq.XName name) { throw null; }
ElementsBeforeSelf()383         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> ElementsBeforeSelf() { throw null; }
ElementsBeforeSelf(System.Xml.Linq.XName name)384         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> ElementsBeforeSelf(System.Xml.Linq.XName name) { throw null; }
IsAfter(System.Xml.Linq.XNode node)385         public bool IsAfter(System.Xml.Linq.XNode node) { throw null; }
IsBefore(System.Xml.Linq.XNode node)386         public bool IsBefore(System.Xml.Linq.XNode node) { throw null; }
NodesAfterSelf()387         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> NodesAfterSelf() { throw null; }
NodesBeforeSelf()388         public System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> NodesBeforeSelf() { throw null; }
ReadFrom(System.Xml.XmlReader reader)389         public static System.Xml.Linq.XNode ReadFrom(System.Xml.XmlReader reader) { throw null; }
Remove()390         public void Remove() { }
ReplaceWith(object content)391         public void ReplaceWith(object content) { }
ReplaceWith(params object[] content)392         public void ReplaceWith(params object[] content) { }
ToString()393         public override string ToString() { throw null; }
ToString(System.Xml.Linq.SaveOptions options)394         public string ToString(System.Xml.Linq.SaveOptions options) { throw null; }
WriteTo(System.Xml.XmlWriter writer)395         public abstract void WriteTo(System.Xml.XmlWriter writer);
396     }
397     public sealed partial class XNodeDocumentOrderComparer : System.Collections.Generic.IComparer<System.Xml.Linq.XNode>, System.Collections.IComparer
398     {
XNodeDocumentOrderComparer()399         public XNodeDocumentOrderComparer() { }
Compare(System.Xml.Linq.XNode x, System.Xml.Linq.XNode y)400         public int Compare(System.Xml.Linq.XNode x, System.Xml.Linq.XNode y) { throw null; }
System.Collections.IComparer.Compare(object x, object y)401         int System.Collections.IComparer.Compare(object x, object y) { throw null; }
402     }
403     public sealed partial class XNodeEqualityComparer : System.Collections.Generic.IEqualityComparer<System.Xml.Linq.XNode>, System.Collections.IEqualityComparer
404     {
XNodeEqualityComparer()405         public XNodeEqualityComparer() { }
Equals(System.Xml.Linq.XNode x, System.Xml.Linq.XNode y)406         public bool Equals(System.Xml.Linq.XNode x, System.Xml.Linq.XNode y) { throw null; }
GetHashCode(System.Xml.Linq.XNode obj)407         public int GetHashCode(System.Xml.Linq.XNode obj) { throw null; }
System.Collections.IEqualityComparer.Equals(object x, object y)408         bool System.Collections.IEqualityComparer.Equals(object x, object y) { throw null; }
System.Collections.IEqualityComparer.GetHashCode(object obj)409         int System.Collections.IEqualityComparer.GetHashCode(object obj) { throw null; }
410     }
411     public abstract partial class XObject : System.Xml.IXmlLineInfo
412     {
XObject()413         internal XObject() { }
414         public string BaseUri { get { throw null; } }
415         public System.Xml.Linq.XDocument Document { get { throw null; } }
416         public abstract System.Xml.XmlNodeType NodeType { get; }
417         public System.Xml.Linq.XElement Parent { get { throw null; } }
418         int System.Xml.IXmlLineInfo.LineNumber { get { throw null; } }
419         int System.Xml.IXmlLineInfo.LinePosition { get { throw null; } }
420         public event System.EventHandler<System.Xml.Linq.XObjectChangeEventArgs> Changed { add { } remove { } }
421         public event System.EventHandler<System.Xml.Linq.XObjectChangeEventArgs> Changing { add { } remove { } }
AddAnnotation(object annotation)422         public void AddAnnotation(object annotation) { }
Annotation(System.Type type)423         public object Annotation(System.Type type) { throw null; }
Annotations(System.Type type)424         public System.Collections.Generic.IEnumerable<object> Annotations(System.Type type) { throw null; }
425         public System.Collections.Generic.IEnumerable<T> Annotations<T>() where T : class { throw null; }
426         public T Annotation<T>() where T : class { throw null; }
RemoveAnnotations(System.Type type)427         public void RemoveAnnotations(System.Type type) { }
428         public void RemoveAnnotations<T>() where T : class { }
System.Xml.IXmlLineInfo.HasLineInfo()429         bool System.Xml.IXmlLineInfo.HasLineInfo() { throw null; }
430     }
431     public enum XObjectChange
432     {
433         Add = 0,
434         Name = 2,
435         Remove = 1,
436         Value = 3,
437     }
438     public partial class XObjectChangeEventArgs : System.EventArgs
439     {
440         public static readonly System.Xml.Linq.XObjectChangeEventArgs Add;
441         public static readonly System.Xml.Linq.XObjectChangeEventArgs Name;
442         public static readonly System.Xml.Linq.XObjectChangeEventArgs Remove;
443         public static readonly System.Xml.Linq.XObjectChangeEventArgs Value;
XObjectChangeEventArgs(System.Xml.Linq.XObjectChange objectChange)444         public XObjectChangeEventArgs(System.Xml.Linq.XObjectChange objectChange) { }
445         public System.Xml.Linq.XObjectChange ObjectChange { get { throw null; } }
446     }
447     public partial class XProcessingInstruction : System.Xml.Linq.XNode
448     {
XProcessingInstruction(string target, string data)449         public XProcessingInstruction(string target, string data) { }
XProcessingInstruction(System.Xml.Linq.XProcessingInstruction other)450         public XProcessingInstruction(System.Xml.Linq.XProcessingInstruction other) { }
451         public string Data { get { throw null; } set { } }
452         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
453         public string Target { get { throw null; } set { } }
WriteTo(System.Xml.XmlWriter writer)454         public override void WriteTo(System.Xml.XmlWriter writer) { }
455     }
456     public partial class XStreamingElement
457     {
XStreamingElement(System.Xml.Linq.XName name)458         public XStreamingElement(System.Xml.Linq.XName name) { }
XStreamingElement(System.Xml.Linq.XName name, object content)459         public XStreamingElement(System.Xml.Linq.XName name, object content) { }
XStreamingElement(System.Xml.Linq.XName name, params object[] content)460         public XStreamingElement(System.Xml.Linq.XName name, params object[] content) { }
461         public System.Xml.Linq.XName Name { get { throw null; } set { } }
Add(object content)462         public void Add(object content) { }
Add(params object[] content)463         public void Add(params object[] content) { }
Save(System.IO.Stream stream)464         public void Save(System.IO.Stream stream) { }
Save(System.IO.Stream stream, System.Xml.Linq.SaveOptions options)465         public void Save(System.IO.Stream stream, System.Xml.Linq.SaveOptions options) { }
Save(System.IO.TextWriter textWriter)466         public void Save(System.IO.TextWriter textWriter) { }
Save(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options)467         public void Save(System.IO.TextWriter textWriter, System.Xml.Linq.SaveOptions options) { }
Save(string fileName)468         public void Save(string fileName) { }
Save(string fileName, System.Xml.Linq.SaveOptions options)469         public void Save(string fileName, System.Xml.Linq.SaveOptions options) { }
Save(System.Xml.XmlWriter writer)470         public void Save(System.Xml.XmlWriter writer) { }
ToString()471         public override string ToString() { throw null; }
ToString(System.Xml.Linq.SaveOptions options)472         public string ToString(System.Xml.Linq.SaveOptions options) { throw null; }
WriteTo(System.Xml.XmlWriter writer)473         public void WriteTo(System.Xml.XmlWriter writer) { }
474     }
475     public partial class XText : System.Xml.Linq.XNode
476     {
XText(string value)477         public XText(string value) { }
XText(System.Xml.Linq.XText other)478         public XText(System.Xml.Linq.XText other) { }
479         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
480         public string Value { get { throw null; } set { } }
WriteTo(System.Xml.XmlWriter writer)481         public override void WriteTo(System.Xml.XmlWriter writer) { }
482     }
483 }
484 namespace System.Xml.Schema
485 {
486     public static partial class Extensions
487     {
GetSchemaInfo(this System.Xml.Linq.XAttribute source)488         public static System.Xml.Schema.IXmlSchemaInfo GetSchemaInfo(this System.Xml.Linq.XAttribute source) { throw null; }
GetSchemaInfo(this System.Xml.Linq.XElement source)489         public static System.Xml.Schema.IXmlSchemaInfo GetSchemaInfo(this System.Xml.Linq.XElement source) { throw null; }
Validate(this System.Xml.Linq.XAttribute source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler)490         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) { }
Validate(this System.Xml.Linq.XAttribute source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler, bool addSchemaInfo)491         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) { }
Validate(this System.Xml.Linq.XDocument source, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler)492         public static void Validate(this System.Xml.Linq.XDocument source, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler) { }
Validate(this System.Xml.Linq.XDocument source, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler, bool addSchemaInfo)493         public static void Validate(this System.Xml.Linq.XDocument source, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler, bool addSchemaInfo) { }
Validate(this System.Xml.Linq.XElement source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler)494         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) { }
Validate(this System.Xml.Linq.XElement source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler, bool addSchemaInfo)495         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) { }
496     }
497 }
498 namespace System.Xml.XPath
499 {
500     public static partial class Extensions
501     {
CreateNavigator(this System.Xml.Linq.XNode node)502         public static System.Xml.XPath.XPathNavigator CreateNavigator(this System.Xml.Linq.XNode node) { throw null; }
CreateNavigator(this System.Xml.Linq.XNode node, System.Xml.XmlNameTable nameTable)503         public static System.Xml.XPath.XPathNavigator CreateNavigator(this System.Xml.Linq.XNode node, System.Xml.XmlNameTable nameTable) { throw null; }
XPathEvaluate(this System.Xml.Linq.XNode node, string expression)504         public static object XPathEvaluate(this System.Xml.Linq.XNode node, string expression) { throw null; }
XPathEvaluate(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver)505         public static object XPathEvaluate(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver) { throw null; }
XPathSelectElement(this System.Xml.Linq.XNode node, string expression)506         public static System.Xml.Linq.XElement XPathSelectElement(this System.Xml.Linq.XNode node, string expression) { throw null; }
XPathSelectElement(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver)507         public static System.Xml.Linq.XElement XPathSelectElement(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver) { throw null; }
XPathSelectElements(this System.Xml.Linq.XNode node, string expression)508         public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> XPathSelectElements(this System.Xml.Linq.XNode node, string expression) { throw null; }
XPathSelectElements(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver)509         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; }
510     }
511 }
512