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.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Xml.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.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.InternalsVisibleToAttribute("System.Data.SqlXml, PublicKey=00000000000000000400000000000000")]
20 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.ServiceModel.Friend, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
21 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.ServiceModel.Web, PublicKey=00240000048000009400000006020000002400005253413100040000010001008D56C76F9E8649383049F383C44BE0EC204181822A6C31CF5EB7EF486944D032188EA1D3920763712CCB12D75FB77E9811149E6148E5D32FBAAB37611C1878DDC19E20EF135D0CB2CFF2BFEC3D115810C3D9069638FE4BE215DBF795861920E5AB6F7DB2E2CEEF136AC23D5DD2BF031700AEC232F6C6B1C785B4305C123B37AB")]
22 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.Xml.Linq, PublicKey=00000000000000000400000000000000")]
23 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.Xml.Linq, PublicKey=0024000004800000940000000602000000240000525341310004000001000100B5FC90E7027F67871E773A8FDE8938C81DD402BA65B9201D60593E96C492651E889CC13F1415EBB53FAC1131AE0BD333C5EE6021672D9718EA31A8AEBD0DA0072F25D87DBA6FC90FFD598ED4DA35E44C398C454307E8E33B8426143DAEC9F596836F97C8F74750E5975C64E2189F45DEF46B2A2B1247ADC3652BF5C308055DA9", AllInternalsVisible=false)]
24 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
25 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
26 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
27 namespace System
28 {
29     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
30     internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
31     {
MonoDocumentationNoteAttribute(string comment)32         public MonoDocumentationNoteAttribute(string comment) { }
33     }
34     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
35     internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
36     {
MonoExtensionAttribute(string comment)37         public MonoExtensionAttribute(string comment) { }
38     }
39     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
40     internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
41     {
MonoInternalNoteAttribute(string comment)42         public MonoInternalNoteAttribute(string comment) { }
43     }
44     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
45     internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
46     {
MonoLimitationAttribute(string comment)47         public MonoLimitationAttribute(string comment) { }
48     }
49     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
50     internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
51     {
MonoNotSupportedAttribute(string comment)52         public MonoNotSupportedAttribute(string comment) { }
53     }
54     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
55     internal partial class MonoTODOAttribute : System.Attribute
56     {
MonoTODOAttribute()57         public MonoTODOAttribute() { }
MonoTODOAttribute(string comment)58         public MonoTODOAttribute(string comment) { }
59         public string Comment { get { throw null; } }
60     }
61 }
62 namespace System.Xml
63 {
64     public enum ConformanceLevel
65     {
66         Auto = 0,
67         Document = 2,
68         Fragment = 1,
69     }
70     public enum DtdProcessing
71     {
72         Ignore = 1,
73         Parse = 2,
74         Prohibit = 0,
75     }
76     public enum EntityHandling
77     {
78         ExpandCharEntities = 2,
79         ExpandEntities = 1,
80     }
81     public enum Formatting
82     {
83         Indented = 1,
84         None = 0,
85     }
86     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
87     [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
88     public partial interface IApplicationResourceStreamResolver
89     {
90         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
91         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
GetApplicationResourceStream(System.Uri relativeUri)92         System.IO.Stream GetApplicationResourceStream(System.Uri relativeUri);
93     }
94     public partial interface IHasXmlNode
95     {
GetNode()96         System.Xml.XmlNode GetNode();
97     }
98     public partial interface IXmlLineInfo
99     {
100         int LineNumber { get; }
101         int LinePosition { get; }
HasLineInfo()102         bool HasLineInfo();
103     }
104     public partial interface IXmlNamespaceResolver
105     {
GetNamespacesInScope(System.Xml.XmlNamespaceScope scope)106         System.Collections.Generic.IDictionary<string, string> GetNamespacesInScope(System.Xml.XmlNamespaceScope scope);
LookupNamespace(string prefix)107         string LookupNamespace(string prefix);
LookupPrefix(string namespaceName)108         string LookupPrefix(string namespaceName);
109     }
110     [System.FlagsAttribute]
111     public enum NamespaceHandling
112     {
113         Default = 0,
114         OmitDuplicates = 1,
115     }
116     public partial class NameTable : System.Xml.XmlNameTable
117     {
NameTable()118         public NameTable() { }
Add(char[] key, int start, int len)119         public override string Add(char[] key, int start, int len) { throw null; }
Add(string key)120         public override string Add(string key) { throw null; }
Get(char[] key, int start, int len)121         public override string Get(char[] key, int start, int len) { throw null; }
Get(string value)122         public override string Get(string value) { throw null; }
123     }
124     public enum NewLineHandling
125     {
126         Entitize = 1,
127         None = 2,
128         Replace = 0,
129     }
130     public enum ReadState
131     {
132         Closed = 4,
133         EndOfFile = 3,
134         Error = 2,
135         Initial = 0,
136         Interactive = 1,
137     }
138     public enum ValidationType
139     {
140         [System.ObsoleteAttribute("Validation type should be specified as DTD or Schema.")]
141         Auto = 1,
142         DTD = 2,
143         None = 0,
144         Schema = 4,
145         [System.ObsoleteAttribute("XDR Validation through XmlValidatingReader is obsoleted")]
146         XDR = 3,
147     }
148     public enum WhitespaceHandling
149     {
150         All = 0,
151         None = 2,
152         Significant = 1,
153     }
154     public enum WriteState
155     {
156         Attribute = 3,
157         Closed = 5,
158         Content = 4,
159         Element = 2,
160         Error = 6,
161         Prolog = 1,
162         Start = 0,
163     }
164     public partial class XmlAttribute : System.Xml.XmlNode
165     {
XmlAttribute(string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc)166         protected internal XmlAttribute(string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc) { }
167         public override string BaseURI { get { throw null; } }
168         public override string InnerText { set { } }
169         public override string InnerXml { set { } }
170         public override string LocalName { get { throw null; } }
171         public override string Name { get { throw null; } }
172         public override string NamespaceURI { get { throw null; } }
173         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
174         public override System.Xml.XmlDocument OwnerDocument { get { throw null; } }
175         public virtual System.Xml.XmlElement OwnerElement { get { throw null; } }
176         public override System.Xml.XmlNode ParentNode { get { throw null; } }
177         public override string Prefix { get { throw null; } set { } }
178         public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
179         public virtual bool Specified { get { throw null; } }
180         public override string Value { get { throw null; } set { } }
AppendChild(System.Xml.XmlNode newChild)181         public override System.Xml.XmlNode AppendChild(System.Xml.XmlNode newChild) { throw null; }
CloneNode(bool deep)182         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
InsertAfter(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild)183         public override System.Xml.XmlNode InsertAfter(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild) { throw null; }
InsertBefore(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild)184         public override System.Xml.XmlNode InsertBefore(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild) { throw null; }
PrependChild(System.Xml.XmlNode newChild)185         public override System.Xml.XmlNode PrependChild(System.Xml.XmlNode newChild) { throw null; }
RemoveChild(System.Xml.XmlNode oldChild)186         public override System.Xml.XmlNode RemoveChild(System.Xml.XmlNode oldChild) { throw null; }
ReplaceChild(System.Xml.XmlNode newChild, System.Xml.XmlNode oldChild)187         public override System.Xml.XmlNode ReplaceChild(System.Xml.XmlNode newChild, System.Xml.XmlNode oldChild) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)188         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)189         public override void WriteTo(System.Xml.XmlWriter w) { }
190     }
191     public sealed partial class XmlAttributeCollection : System.Xml.XmlNamedNodeMap, System.Collections.ICollection, System.Collections.IEnumerable
192     {
XmlAttributeCollection()193         internal XmlAttributeCollection() { }
194         [System.Runtime.CompilerServices.IndexerName("ItemOf")]
195         public System.Xml.XmlAttribute this[int i] { get { throw null; } }
196         [System.Runtime.CompilerServices.IndexerName("ItemOf")]
197         public System.Xml.XmlAttribute this[string name] { get { throw null; } }
198         [System.Runtime.CompilerServices.IndexerName("ItemOf")]
199         public System.Xml.XmlAttribute this[string localName, string namespaceURI] { get { throw null; } }
200         int System.Collections.ICollection.Count { get { throw null; } }
201         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
202         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Append(System.Xml.XmlAttribute node)203         public System.Xml.XmlAttribute Append(System.Xml.XmlAttribute node) { throw null; }
CopyTo(System.Xml.XmlAttribute[] array, int index)204         public void CopyTo(System.Xml.XmlAttribute[] array, int index) { }
InsertAfter(System.Xml.XmlAttribute newNode, System.Xml.XmlAttribute refNode)205         public System.Xml.XmlAttribute InsertAfter(System.Xml.XmlAttribute newNode, System.Xml.XmlAttribute refNode) { throw null; }
InsertBefore(System.Xml.XmlAttribute newNode, System.Xml.XmlAttribute refNode)206         public System.Xml.XmlAttribute InsertBefore(System.Xml.XmlAttribute newNode, System.Xml.XmlAttribute refNode) { throw null; }
Prepend(System.Xml.XmlAttribute node)207         public System.Xml.XmlAttribute Prepend(System.Xml.XmlAttribute node) { throw null; }
Remove(System.Xml.XmlAttribute node)208         public System.Xml.XmlAttribute Remove(System.Xml.XmlAttribute node) { throw null; }
RemoveAll()209         public void RemoveAll() { }
RemoveAt(int i)210         public System.Xml.XmlAttribute RemoveAt(int i) { throw null; }
SetNamedItem(System.Xml.XmlNode node)211         public override System.Xml.XmlNode SetNamedItem(System.Xml.XmlNode node) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)212         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
213     }
214     public partial class XmlCDataSection : System.Xml.XmlCharacterData
215     {
XmlCDataSection(string data, System.Xml.XmlDocument doc)216         protected internal XmlCDataSection(string data, System.Xml.XmlDocument doc) : base (default(string), default(System.Xml.XmlDocument)) { }
217         public override string LocalName { get { throw null; } }
218         public override string Name { get { throw null; } }
219         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
220         public override System.Xml.XmlNode ParentNode { get { throw null; } }
221         public override System.Xml.XmlNode PreviousText { get { throw null; } }
CloneNode(bool deep)222         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)223         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)224         public override void WriteTo(System.Xml.XmlWriter w) { }
225     }
226     public abstract partial class XmlCharacterData : System.Xml.XmlLinkedNode
227     {
XmlCharacterData(string data, System.Xml.XmlDocument doc)228         protected internal XmlCharacterData(string data, System.Xml.XmlDocument doc) { }
229         public virtual string Data { get { throw null; } set { } }
230         public override string InnerText { get { throw null; } set { } }
231         public virtual int Length { get { throw null; } }
232         public override string Value { get { throw null; } set { } }
AppendData(string strData)233         public virtual void AppendData(string strData) { }
DeleteData(int offset, int count)234         public virtual void DeleteData(int offset, int count) { }
InsertData(int offset, string strData)235         public virtual void InsertData(int offset, string strData) { }
ReplaceData(int offset, int count, string strData)236         public virtual void ReplaceData(int offset, int count, string strData) { }
Substring(int offset, int count)237         public virtual string Substring(int offset, int count) { throw null; }
238     }
239     public partial class XmlComment : System.Xml.XmlCharacterData
240     {
XmlComment(string comment, System.Xml.XmlDocument doc)241         protected internal XmlComment(string comment, System.Xml.XmlDocument doc) : base (default(string), default(System.Xml.XmlDocument)) { }
242         public override string LocalName { get { throw null; } }
243         public override string Name { get { throw null; } }
244         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
CloneNode(bool deep)245         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)246         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)247         public override void WriteTo(System.Xml.XmlWriter w) { }
248     }
249     public partial class XmlConvert
250     {
XmlConvert()251         public XmlConvert() { }
DecodeName(string name)252         public static string DecodeName(string name) { throw null; }
EncodeLocalName(string name)253         public static string EncodeLocalName(string name) { throw null; }
EncodeName(string name)254         public static string EncodeName(string name) { throw null; }
EncodeNmToken(string name)255         public static string EncodeNmToken(string name) { throw null; }
IsNCNameChar(char ch)256         public static bool IsNCNameChar(char ch) { throw null; }
IsPublicIdChar(char ch)257         public static bool IsPublicIdChar(char ch) { throw null; }
IsStartNCNameChar(char ch)258         public static bool IsStartNCNameChar(char ch) { throw null; }
IsWhitespaceChar(char ch)259         public static bool IsWhitespaceChar(char ch) { throw null; }
IsXmlChar(char ch)260         public static bool IsXmlChar(char ch) { throw null; }
IsXmlSurrogatePair(char lowChar, char highChar)261         public static bool IsXmlSurrogatePair(char lowChar, char highChar) { throw null; }
ToBoolean(string s)262         public static bool ToBoolean(string s) { throw null; }
ToByte(string s)263         public static byte ToByte(string s) { throw null; }
ToChar(string s)264         public static char ToChar(string s) { throw null; }
265         [System.ObsoleteAttribute("Use XmlConvert.ToDateTime() that takes in XmlDateTimeSerializationMode")]
ToDateTime(string s)266         public static System.DateTime ToDateTime(string s) { throw null; }
ToDateTime(string s, string format)267         public static System.DateTime ToDateTime(string s, string format) { throw null; }
ToDateTime(string s, string[] formats)268         public static System.DateTime ToDateTime(string s, string[] formats) { throw null; }
ToDateTime(string s, System.Xml.XmlDateTimeSerializationMode dateTimeOption)269         public static System.DateTime ToDateTime(string s, System.Xml.XmlDateTimeSerializationMode dateTimeOption) { throw null; }
ToDateTimeOffset(string s)270         public static System.DateTimeOffset ToDateTimeOffset(string s) { throw null; }
ToDateTimeOffset(string s, string format)271         public static System.DateTimeOffset ToDateTimeOffset(string s, string format) { throw null; }
ToDateTimeOffset(string s, string[] formats)272         public static System.DateTimeOffset ToDateTimeOffset(string s, string[] formats) { throw null; }
ToDecimal(string s)273         public static decimal ToDecimal(string s) { throw null; }
ToDouble(string s)274         public static double ToDouble(string s) { throw null; }
ToGuid(string s)275         public static System.Guid ToGuid(string s) { throw null; }
ToInt16(string s)276         public static short ToInt16(string s) { throw null; }
ToInt32(string s)277         public static int ToInt32(string s) { throw null; }
ToInt64(string s)278         public static long ToInt64(string s) { throw null; }
279         [System.CLSCompliantAttribute(false)]
ToSByte(string s)280         public static sbyte ToSByte(string s) { throw null; }
ToSingle(string s)281         public static float ToSingle(string s) { throw null; }
ToString(bool value)282         public static string ToString(bool value) { throw null; }
ToString(byte value)283         public static string ToString(byte value) { throw null; }
ToString(char value)284         public static string ToString(char value) { throw null; }
285         [System.ObsoleteAttribute("Use XmlConvert.ToString() that takes in XmlDateTimeSerializationMode")]
ToString(System.DateTime value)286         public static string ToString(System.DateTime value) { throw null; }
ToString(System.DateTime value, string format)287         public static string ToString(System.DateTime value, string format) { throw null; }
ToString(System.DateTime value, System.Xml.XmlDateTimeSerializationMode dateTimeOption)288         public static string ToString(System.DateTime value, System.Xml.XmlDateTimeSerializationMode dateTimeOption) { throw null; }
ToString(System.DateTimeOffset value)289         public static string ToString(System.DateTimeOffset value) { throw null; }
ToString(System.DateTimeOffset value, string format)290         public static string ToString(System.DateTimeOffset value, string format) { throw null; }
ToString(decimal value)291         public static string ToString(decimal value) { throw null; }
ToString(double value)292         public static string ToString(double value) { throw null; }
ToString(System.Guid value)293         public static string ToString(System.Guid value) { throw null; }
ToString(short value)294         public static string ToString(short value) { throw null; }
ToString(int value)295         public static string ToString(int value) { throw null; }
ToString(long value)296         public static string ToString(long value) { throw null; }
297         [System.CLSCompliantAttribute(false)]
ToString(sbyte value)298         public static string ToString(sbyte value) { throw null; }
ToString(float value)299         public static string ToString(float value) { throw null; }
ToString(System.TimeSpan value)300         public static string ToString(System.TimeSpan value) { throw null; }
301         [System.CLSCompliantAttribute(false)]
ToString(ushort value)302         public static string ToString(ushort value) { throw null; }
303         [System.CLSCompliantAttribute(false)]
ToString(uint value)304         public static string ToString(uint value) { throw null; }
305         [System.CLSCompliantAttribute(false)]
ToString(ulong value)306         public static string ToString(ulong value) { throw null; }
ToTimeSpan(string s)307         public static System.TimeSpan ToTimeSpan(string s) { throw null; }
308         [System.CLSCompliantAttribute(false)]
ToUInt16(string s)309         public static ushort ToUInt16(string s) { throw null; }
310         [System.CLSCompliantAttribute(false)]
ToUInt32(string s)311         public static uint ToUInt32(string s) { throw null; }
312         [System.CLSCompliantAttribute(false)]
ToUInt64(string s)313         public static ulong ToUInt64(string s) { throw null; }
VerifyName(string name)314         public static string VerifyName(string name) { throw null; }
VerifyNCName(string name)315         public static string VerifyNCName(string name) { throw null; }
VerifyNMTOKEN(string name)316         public static string VerifyNMTOKEN(string name) { throw null; }
VerifyPublicId(string publicId)317         public static string VerifyPublicId(string publicId) { throw null; }
VerifyTOKEN(string token)318         public static string VerifyTOKEN(string token) { throw null; }
VerifyWhitespace(string content)319         public static string VerifyWhitespace(string content) { throw null; }
VerifyXmlChars(string content)320         public static string VerifyXmlChars(string content) { throw null; }
321     }
322     public enum XmlDateTimeSerializationMode
323     {
324         Local = 0,
325         RoundtripKind = 3,
326         Unspecified = 2,
327         Utc = 1,
328     }
329     public partial class XmlDeclaration : System.Xml.XmlLinkedNode
330     {
XmlDeclaration(string version, string encoding, string standalone, System.Xml.XmlDocument doc)331         protected internal XmlDeclaration(string version, string encoding, string standalone, System.Xml.XmlDocument doc) { }
332         public string Encoding { get { throw null; } set { } }
333         public override string InnerText { get { throw null; } set { } }
334         public override string LocalName { get { throw null; } }
335         public override string Name { get { throw null; } }
336         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
337         public string Standalone { get { throw null; } set { } }
338         public override string Value { get { throw null; } set { } }
339         public string Version { get { throw null; } }
CloneNode(bool deep)340         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)341         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)342         public override void WriteTo(System.Xml.XmlWriter w) { }
343     }
344     public partial class XmlDocument : System.Xml.XmlNode
345     {
XmlDocument()346         public XmlDocument() { }
XmlDocument(System.Xml.XmlImplementation imp)347         protected internal XmlDocument(System.Xml.XmlImplementation imp) { }
XmlDocument(System.Xml.XmlNameTable nt)348         public XmlDocument(System.Xml.XmlNameTable nt) { }
349         public override string BaseURI { get { throw null; } }
350         public System.Xml.XmlElement DocumentElement { get { throw null; } }
351         public virtual System.Xml.XmlDocumentType DocumentType { get { throw null; } }
352         public System.Xml.XmlImplementation Implementation { get { throw null; } }
353         public override string InnerText { set { } }
354         public override string InnerXml { get { throw null; } set { } }
355         public override bool IsReadOnly { get { throw null; } }
356         public override string LocalName { get { throw null; } }
357         public override string Name { get { throw null; } }
358         public System.Xml.XmlNameTable NameTable { get { throw null; } }
359         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
360         public override System.Xml.XmlDocument OwnerDocument { get { throw null; } }
361         public override System.Xml.XmlNode ParentNode { get { throw null; } }
362         public bool PreserveWhitespace { get { throw null; } set { } }
363         public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
364         public System.Xml.Schema.XmlSchemaSet Schemas { get { throw null; } set { } }
365         public virtual System.Xml.XmlResolver XmlResolver { set { } }
366         public event System.Xml.XmlNodeChangedEventHandler NodeChanged { add { } remove { } }
367         public event System.Xml.XmlNodeChangedEventHandler NodeChanging { add { } remove { } }
368         public event System.Xml.XmlNodeChangedEventHandler NodeInserted { add { } remove { } }
369         public event System.Xml.XmlNodeChangedEventHandler NodeInserting { add { } remove { } }
370         public event System.Xml.XmlNodeChangedEventHandler NodeRemoved { add { } remove { } }
371         public event System.Xml.XmlNodeChangedEventHandler NodeRemoving { add { } remove { } }
CloneNode(bool deep)372         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
CreateAttribute(string name)373         public System.Xml.XmlAttribute CreateAttribute(string name) { throw null; }
CreateAttribute(string qualifiedName, string namespaceURI)374         public System.Xml.XmlAttribute CreateAttribute(string qualifiedName, string namespaceURI) { throw null; }
CreateAttribute(string prefix, string localName, string namespaceURI)375         public virtual System.Xml.XmlAttribute CreateAttribute(string prefix, string localName, string namespaceURI) { throw null; }
CreateCDataSection(string data)376         public virtual System.Xml.XmlCDataSection CreateCDataSection(string data) { throw null; }
CreateComment(string data)377         public virtual System.Xml.XmlComment CreateComment(string data) { throw null; }
CreateDefaultAttribute(string prefix, string localName, string namespaceURI)378         protected internal virtual System.Xml.XmlAttribute CreateDefaultAttribute(string prefix, string localName, string namespaceURI) { throw null; }
CreateDocumentFragment()379         public virtual System.Xml.XmlDocumentFragment CreateDocumentFragment() { throw null; }
380         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
CreateDocumentType(string name, string publicId, string systemId, string internalSubset)381         public virtual System.Xml.XmlDocumentType CreateDocumentType(string name, string publicId, string systemId, string internalSubset) { throw null; }
CreateElement(string name)382         public System.Xml.XmlElement CreateElement(string name) { throw null; }
CreateElement(string qualifiedName, string namespaceURI)383         public System.Xml.XmlElement CreateElement(string qualifiedName, string namespaceURI) { throw null; }
CreateElement(string prefix, string localName, string namespaceURI)384         public virtual System.Xml.XmlElement CreateElement(string prefix, string localName, string namespaceURI) { throw null; }
CreateEntityReference(string name)385         public virtual System.Xml.XmlEntityReference CreateEntityReference(string name) { throw null; }
CreateNavigator()386         public override System.Xml.XPath.XPathNavigator CreateNavigator() { throw null; }
CreateNavigator(System.Xml.XmlNode node)387         protected internal virtual System.Xml.XPath.XPathNavigator CreateNavigator(System.Xml.XmlNode node) { throw null; }
CreateNode(string nodeTypeString, string name, string namespaceURI)388         public virtual System.Xml.XmlNode CreateNode(string nodeTypeString, string name, string namespaceURI) { throw null; }
CreateNode(System.Xml.XmlNodeType type, string name, string namespaceURI)389         public virtual System.Xml.XmlNode CreateNode(System.Xml.XmlNodeType type, string name, string namespaceURI) { throw null; }
CreateNode(System.Xml.XmlNodeType type, string prefix, string name, string namespaceURI)390         public virtual System.Xml.XmlNode CreateNode(System.Xml.XmlNodeType type, string prefix, string name, string namespaceURI) { throw null; }
CreateProcessingInstruction(string target, string data)391         public virtual System.Xml.XmlProcessingInstruction CreateProcessingInstruction(string target, string data) { throw null; }
CreateSignificantWhitespace(string text)392         public virtual System.Xml.XmlSignificantWhitespace CreateSignificantWhitespace(string text) { throw null; }
CreateTextNode(string text)393         public virtual System.Xml.XmlText CreateTextNode(string text) { throw null; }
CreateWhitespace(string text)394         public virtual System.Xml.XmlWhitespace CreateWhitespace(string text) { throw null; }
CreateXmlDeclaration(string version, string encoding, string standalone)395         public virtual System.Xml.XmlDeclaration CreateXmlDeclaration(string version, string encoding, string standalone) { throw null; }
GetElementById(string elementId)396         public virtual System.Xml.XmlElement GetElementById(string elementId) { throw null; }
GetElementsByTagName(string name)397         public virtual System.Xml.XmlNodeList GetElementsByTagName(string name) { throw null; }
GetElementsByTagName(string localName, string namespaceURI)398         public virtual System.Xml.XmlNodeList GetElementsByTagName(string localName, string namespaceURI) { throw null; }
ImportNode(System.Xml.XmlNode node, bool deep)399         public virtual System.Xml.XmlNode ImportNode(System.Xml.XmlNode node, bool deep) { throw null; }
Load(System.IO.Stream inStream)400         public virtual void Load(System.IO.Stream inStream) { }
Load(System.IO.TextReader txtReader)401         public virtual void Load(System.IO.TextReader txtReader) { }
Load(string filename)402         public virtual void Load(string filename) { }
Load(System.Xml.XmlReader reader)403         public virtual void Load(System.Xml.XmlReader reader) { }
LoadXml(string xml)404         public virtual void LoadXml(string xml) { }
405         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
ReadNode(System.Xml.XmlReader reader)406         public virtual System.Xml.XmlNode ReadNode(System.Xml.XmlReader reader) { throw null; }
Save(System.IO.Stream outStream)407         public virtual void Save(System.IO.Stream outStream) { }
Save(System.IO.TextWriter writer)408         public virtual void Save(System.IO.TextWriter writer) { }
Save(string filename)409         public virtual void Save(string filename) { }
Save(System.Xml.XmlWriter w)410         public virtual void Save(System.Xml.XmlWriter w) { }
Validate(System.Xml.Schema.ValidationEventHandler validationEventHandler)411         public void Validate(System.Xml.Schema.ValidationEventHandler validationEventHandler) { }
Validate(System.Xml.Schema.ValidationEventHandler validationEventHandler, System.Xml.XmlNode nodeToValidate)412         public void Validate(System.Xml.Schema.ValidationEventHandler validationEventHandler, System.Xml.XmlNode nodeToValidate) { }
WriteContentTo(System.Xml.XmlWriter xw)413         public override void WriteContentTo(System.Xml.XmlWriter xw) { }
WriteTo(System.Xml.XmlWriter w)414         public override void WriteTo(System.Xml.XmlWriter w) { }
415     }
416     public partial class XmlDocumentFragment : System.Xml.XmlNode
417     {
XmlDocumentFragment(System.Xml.XmlDocument ownerDocument)418         protected internal XmlDocumentFragment(System.Xml.XmlDocument ownerDocument) { }
419         public override string InnerXml { get { throw null; } set { } }
420         public override string LocalName { get { throw null; } }
421         public override string Name { get { throw null; } }
422         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
423         public override System.Xml.XmlDocument OwnerDocument { get { throw null; } }
424         public override System.Xml.XmlNode ParentNode { get { throw null; } }
CloneNode(bool deep)425         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)426         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)427         public override void WriteTo(System.Xml.XmlWriter w) { }
428     }
429     public partial class XmlDocumentType : System.Xml.XmlLinkedNode
430     {
XmlDocumentType(string name, string publicId, string systemId, string internalSubset, System.Xml.XmlDocument doc)431         protected internal XmlDocumentType(string name, string publicId, string systemId, string internalSubset, System.Xml.XmlDocument doc) { }
432         public System.Xml.XmlNamedNodeMap Entities { get { throw null; } }
433         public string InternalSubset { get { throw null; } }
434         public override bool IsReadOnly { get { throw null; } }
435         public override string LocalName { get { throw null; } }
436         public override string Name { get { throw null; } }
437         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
438         public System.Xml.XmlNamedNodeMap Notations { get { throw null; } }
439         public string PublicId { get { throw null; } }
440         public string SystemId { get { throw null; } }
CloneNode(bool deep)441         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)442         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)443         public override void WriteTo(System.Xml.XmlWriter w) { }
444     }
445     public partial class XmlElement : System.Xml.XmlLinkedNode
446     {
XmlElement(string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc)447         protected internal XmlElement(string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc) { }
448         public override System.Xml.XmlAttributeCollection Attributes { get { throw null; } }
449         public virtual bool HasAttributes { get { throw null; } }
450         public override string InnerText { get { throw null; } set { } }
451         public override string InnerXml { get { throw null; } set { } }
452         public bool IsEmpty { get { throw null; } set { } }
453         public override string LocalName { get { throw null; } }
454         public override string Name { get { throw null; } }
455         public override string NamespaceURI { get { throw null; } }
456         public override System.Xml.XmlNode NextSibling { get { throw null; } }
457         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
458         public override System.Xml.XmlDocument OwnerDocument { get { throw null; } }
459         public override System.Xml.XmlNode ParentNode { get { throw null; } }
460         public override string Prefix { get { throw null; } set { } }
461         public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
CloneNode(bool deep)462         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
GetAttribute(string name)463         public virtual string GetAttribute(string name) { throw null; }
GetAttribute(string localName, string namespaceURI)464         public virtual string GetAttribute(string localName, string namespaceURI) { throw null; }
GetAttributeNode(string name)465         public virtual System.Xml.XmlAttribute GetAttributeNode(string name) { throw null; }
GetAttributeNode(string localName, string namespaceURI)466         public virtual System.Xml.XmlAttribute GetAttributeNode(string localName, string namespaceURI) { throw null; }
GetElementsByTagName(string name)467         public virtual System.Xml.XmlNodeList GetElementsByTagName(string name) { throw null; }
GetElementsByTagName(string localName, string namespaceURI)468         public virtual System.Xml.XmlNodeList GetElementsByTagName(string localName, string namespaceURI) { throw null; }
HasAttribute(string name)469         public virtual bool HasAttribute(string name) { throw null; }
HasAttribute(string localName, string namespaceURI)470         public virtual bool HasAttribute(string localName, string namespaceURI) { throw null; }
RemoveAll()471         public override void RemoveAll() { }
RemoveAllAttributes()472         public virtual void RemoveAllAttributes() { }
RemoveAttribute(string name)473         public virtual void RemoveAttribute(string name) { }
RemoveAttribute(string localName, string namespaceURI)474         public virtual void RemoveAttribute(string localName, string namespaceURI) { }
RemoveAttributeAt(int i)475         public virtual System.Xml.XmlNode RemoveAttributeAt(int i) { throw null; }
RemoveAttributeNode(string localName, string namespaceURI)476         public virtual System.Xml.XmlAttribute RemoveAttributeNode(string localName, string namespaceURI) { throw null; }
RemoveAttributeNode(System.Xml.XmlAttribute oldAttr)477         public virtual System.Xml.XmlAttribute RemoveAttributeNode(System.Xml.XmlAttribute oldAttr) { throw null; }
SetAttribute(string name, string value)478         public virtual void SetAttribute(string name, string value) { }
SetAttribute(string localName, string namespaceURI, string value)479         public virtual string SetAttribute(string localName, string namespaceURI, string value) { throw null; }
SetAttributeNode(string localName, string namespaceURI)480         public virtual System.Xml.XmlAttribute SetAttributeNode(string localName, string namespaceURI) { throw null; }
SetAttributeNode(System.Xml.XmlAttribute newAttr)481         public virtual System.Xml.XmlAttribute SetAttributeNode(System.Xml.XmlAttribute newAttr) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)482         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)483         public override void WriteTo(System.Xml.XmlWriter w) { }
484     }
485     public partial class XmlEntity : System.Xml.XmlNode
486     {
XmlEntity()487         internal XmlEntity() { }
488         public override string BaseURI { get { throw null; } }
489         public override string InnerText { get { throw null; } set { } }
490         public override string InnerXml { get { throw null; } set { } }
491         public override bool IsReadOnly { get { throw null; } }
492         public override string LocalName { get { throw null; } }
493         public override string Name { get { throw null; } }
494         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
495         public string NotationName { get { throw null; } }
496         public override string OuterXml { get { throw null; } }
497         public string PublicId { get { throw null; } }
498         public string SystemId { get { throw null; } }
CloneNode(bool deep)499         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)500         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)501         public override void WriteTo(System.Xml.XmlWriter w) { }
502     }
503     public partial class XmlEntityReference : System.Xml.XmlLinkedNode
504     {
XmlEntityReference(string name, System.Xml.XmlDocument doc)505         protected internal XmlEntityReference(string name, System.Xml.XmlDocument doc) { }
506         public override string BaseURI { get { throw null; } }
507         public override bool IsReadOnly { get { throw null; } }
508         public override string LocalName { get { throw null; } }
509         public override string Name { get { throw null; } }
510         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
511         public override string Value { get { throw null; } set { } }
CloneNode(bool deep)512         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)513         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)514         public override void WriteTo(System.Xml.XmlWriter w) { }
515     }
516     [System.SerializableAttribute]
517     public partial class XmlException : System.SystemException
518     {
XmlException()519         public XmlException() { }
XmlException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)520         protected XmlException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XmlException(string message)521         public XmlException(string message) { }
XmlException(string message, System.Exception innerException)522         public XmlException(string message, System.Exception innerException) { }
XmlException(string message, System.Exception innerException, int lineNumber, int linePosition)523         public XmlException(string message, System.Exception innerException, int lineNumber, int linePosition) { }
524         public int LineNumber { get { throw null; } }
525         public int LinePosition { get { throw null; } }
526         public override string Message { get { throw null; } }
527         public string SourceUri { get { throw null; } }
528         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)529         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
530     }
531     public partial class XmlImplementation
532     {
XmlImplementation()533         public XmlImplementation() { }
XmlImplementation(System.Xml.XmlNameTable nt)534         public XmlImplementation(System.Xml.XmlNameTable nt) { }
CreateDocument()535         public virtual System.Xml.XmlDocument CreateDocument() { throw null; }
HasFeature(string strFeature, string strVersion)536         public bool HasFeature(string strFeature, string strVersion) { throw null; }
537     }
538     public abstract partial class XmlLinkedNode : System.Xml.XmlNode
539     {
XmlLinkedNode()540         internal XmlLinkedNode() { }
541         public override System.Xml.XmlNode NextSibling { get { throw null; } }
542         public override System.Xml.XmlNode PreviousSibling { get { throw null; } }
543     }
544     public partial class XmlNamedNodeMap : System.Collections.IEnumerable
545     {
XmlNamedNodeMap()546         internal XmlNamedNodeMap() { }
547         public virtual int Count { get { throw null; } }
GetEnumerator()548         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
GetNamedItem(string name)549         public virtual System.Xml.XmlNode GetNamedItem(string name) { throw null; }
GetNamedItem(string localName, string namespaceURI)550         public virtual System.Xml.XmlNode GetNamedItem(string localName, string namespaceURI) { throw null; }
Item(int index)551         public virtual System.Xml.XmlNode Item(int index) { throw null; }
RemoveNamedItem(string name)552         public virtual System.Xml.XmlNode RemoveNamedItem(string name) { throw null; }
RemoveNamedItem(string localName, string namespaceURI)553         public virtual System.Xml.XmlNode RemoveNamedItem(string localName, string namespaceURI) { throw null; }
SetNamedItem(System.Xml.XmlNode node)554         public virtual System.Xml.XmlNode SetNamedItem(System.Xml.XmlNode node) { throw null; }
555     }
556     public partial class XmlNamespaceManager : System.Collections.IEnumerable, System.Xml.IXmlNamespaceResolver
557     {
XmlNamespaceManager(System.Xml.XmlNameTable nameTable)558         public XmlNamespaceManager(System.Xml.XmlNameTable nameTable) { }
559         public virtual string DefaultNamespace { get { throw null; } }
560         public virtual System.Xml.XmlNameTable NameTable { get { throw null; } }
AddNamespace(string prefix, string uri)561         public virtual void AddNamespace(string prefix, string uri) { }
GetEnumerator()562         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
GetNamespacesInScope(System.Xml.XmlNamespaceScope scope)563         public virtual System.Collections.Generic.IDictionary<string, string> GetNamespacesInScope(System.Xml.XmlNamespaceScope scope) { throw null; }
HasNamespace(string prefix)564         public virtual bool HasNamespace(string prefix) { throw null; }
LookupNamespace(string prefix)565         public virtual string LookupNamespace(string prefix) { throw null; }
LookupPrefix(string uri)566         public virtual string LookupPrefix(string uri) { throw null; }
PopScope()567         public virtual bool PopScope() { throw null; }
PushScope()568         public virtual void PushScope() { }
RemoveNamespace(string prefix, string uri)569         public virtual void RemoveNamespace(string prefix, string uri) { }
570     }
571     public enum XmlNamespaceScope
572     {
573         All = 0,
574         ExcludeXml = 1,
575         Local = 2,
576     }
577     public abstract partial class XmlNameTable
578     {
XmlNameTable()579         protected XmlNameTable() { }
Add(char[] array, int offset, int length)580         public abstract string Add(char[] array, int offset, int length);
Add(string array)581         public abstract string Add(string array);
Get(char[] array, int offset, int length)582         public abstract string Get(char[] array, int offset, int length);
Get(string array)583         public abstract string Get(string array);
584     }
585     [System.Diagnostics.DebuggerDisplayAttribute("{debuggerDisplayProxy}")]
586     public abstract partial class XmlNode : System.Collections.IEnumerable, System.ICloneable, System.Xml.XPath.IXPathNavigable
587     {
XmlNode()588         internal XmlNode() { }
589         public virtual System.Xml.XmlAttributeCollection Attributes { get { throw null; } }
590         public virtual string BaseURI { get { throw null; } }
591         public virtual System.Xml.XmlNodeList ChildNodes { get { throw null; } }
592         public virtual System.Xml.XmlNode FirstChild { get { throw null; } }
593         public virtual bool HasChildNodes { get { throw null; } }
594         public virtual string InnerText { get { throw null; } set { } }
595         public virtual string InnerXml { get { throw null; } set { } }
596         public virtual bool IsReadOnly { get { throw null; } }
597         public virtual System.Xml.XmlElement this[string name] { get { throw null; } }
598         public virtual System.Xml.XmlElement this[string localname, string ns] { get { throw null; } }
599         public virtual System.Xml.XmlNode LastChild { get { throw null; } }
600         public abstract string LocalName { get; }
601         public abstract string Name { get; }
602         public virtual string NamespaceURI { get { throw null; } }
603         public virtual System.Xml.XmlNode NextSibling { get { throw null; } }
604         public abstract System.Xml.XmlNodeType NodeType { get; }
605         public virtual string OuterXml { get { throw null; } }
606         public virtual System.Xml.XmlDocument OwnerDocument { get { throw null; } }
607         public virtual System.Xml.XmlNode ParentNode { get { throw null; } }
608         public virtual string Prefix { get { throw null; } set { } }
609         public virtual System.Xml.XmlNode PreviousSibling { get { throw null; } }
610         public virtual System.Xml.XmlNode PreviousText { get { throw null; } }
611         public virtual System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
612         public virtual string Value { get { throw null; } set { } }
AppendChild(System.Xml.XmlNode newChild)613         public virtual System.Xml.XmlNode AppendChild(System.Xml.XmlNode newChild) { throw null; }
Clone()614         public virtual System.Xml.XmlNode Clone() { throw null; }
CloneNode(bool deep)615         public abstract System.Xml.XmlNode CloneNode(bool deep);
CreateNavigator()616         public virtual System.Xml.XPath.XPathNavigator CreateNavigator() { throw null; }
GetEnumerator()617         public System.Collections.IEnumerator GetEnumerator() { throw null; }
GetNamespaceOfPrefix(string prefix)618         public virtual string GetNamespaceOfPrefix(string prefix) { throw null; }
GetPrefixOfNamespace(string namespaceURI)619         public virtual string GetPrefixOfNamespace(string namespaceURI) { throw null; }
InsertAfter(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild)620         public virtual System.Xml.XmlNode InsertAfter(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild) { throw null; }
InsertBefore(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild)621         public virtual System.Xml.XmlNode InsertBefore(System.Xml.XmlNode newChild, System.Xml.XmlNode refChild) { throw null; }
Normalize()622         public virtual void Normalize() { }
PrependChild(System.Xml.XmlNode newChild)623         public virtual System.Xml.XmlNode PrependChild(System.Xml.XmlNode newChild) { throw null; }
RemoveAll()624         public virtual void RemoveAll() { }
RemoveChild(System.Xml.XmlNode oldChild)625         public virtual System.Xml.XmlNode RemoveChild(System.Xml.XmlNode oldChild) { throw null; }
ReplaceChild(System.Xml.XmlNode newChild, System.Xml.XmlNode oldChild)626         public virtual System.Xml.XmlNode ReplaceChild(System.Xml.XmlNode newChild, System.Xml.XmlNode oldChild) { throw null; }
SelectNodes(string xpath)627         public System.Xml.XmlNodeList SelectNodes(string xpath) { throw null; }
SelectNodes(string xpath, System.Xml.XmlNamespaceManager nsmgr)628         public System.Xml.XmlNodeList SelectNodes(string xpath, System.Xml.XmlNamespaceManager nsmgr) { throw null; }
SelectSingleNode(string xpath)629         public System.Xml.XmlNode SelectSingleNode(string xpath) { throw null; }
SelectSingleNode(string xpath, System.Xml.XmlNamespaceManager nsmgr)630         public System.Xml.XmlNode SelectSingleNode(string xpath, System.Xml.XmlNamespaceManager nsmgr) { throw null; }
Supports(string feature, string version)631         public virtual bool Supports(string feature, string version) { throw null; }
System.Collections.IEnumerable.GetEnumerator()632         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.ICloneable.Clone()633         object System.ICloneable.Clone() { throw null; }
WriteContentTo(System.Xml.XmlWriter w)634         public abstract void WriteContentTo(System.Xml.XmlWriter w);
WriteTo(System.Xml.XmlWriter w)635         public abstract void WriteTo(System.Xml.XmlWriter w);
636     }
637     public enum XmlNodeChangedAction
638     {
639         Change = 2,
640         Insert = 0,
641         Remove = 1,
642     }
643     public partial class XmlNodeChangedEventArgs : System.EventArgs
644     {
XmlNodeChangedEventArgs(System.Xml.XmlNode node, System.Xml.XmlNode oldParent, System.Xml.XmlNode newParent, string oldValue, string newValue, System.Xml.XmlNodeChangedAction action)645         public XmlNodeChangedEventArgs(System.Xml.XmlNode node, System.Xml.XmlNode oldParent, System.Xml.XmlNode newParent, string oldValue, string newValue, System.Xml.XmlNodeChangedAction action) { }
646         public System.Xml.XmlNodeChangedAction Action { get { throw null; } }
647         public System.Xml.XmlNode NewParent { get { throw null; } }
648         public string NewValue { get { throw null; } }
649         public System.Xml.XmlNode Node { get { throw null; } }
650         public System.Xml.XmlNode OldParent { get { throw null; } }
651         public string OldValue { get { throw null; } }
652     }
XmlNodeChangedEventHandler(object sender, System.Xml.XmlNodeChangedEventArgs e)653     public delegate void XmlNodeChangedEventHandler(object sender, System.Xml.XmlNodeChangedEventArgs e);
654     public abstract partial class XmlNodeList : System.Collections.IEnumerable, System.IDisposable
655     {
XmlNodeList()656         protected XmlNodeList() { }
657         public abstract int Count { get; }
658         [System.Runtime.CompilerServices.IndexerName("ItemOf")]
659         public virtual System.Xml.XmlNode this[int i] { get { throw null; } }
GetEnumerator()660         public abstract System.Collections.IEnumerator GetEnumerator();
Item(int index)661         public abstract System.Xml.XmlNode Item(int index);
PrivateDisposeNodeList()662         protected virtual void PrivateDisposeNodeList() { }
System.IDisposable.Dispose()663         void System.IDisposable.Dispose() { }
664     }
665     public enum XmlNodeOrder
666     {
667         After = 1,
668         Before = 0,
669         Same = 2,
670         Unknown = 3,
671     }
672     public partial class XmlNodeReader : System.Xml.XmlReader, System.Xml.IXmlNamespaceResolver
673     {
XmlNodeReader(System.Xml.XmlNode node)674         public XmlNodeReader(System.Xml.XmlNode node) { }
675         public override int AttributeCount { get { throw null; } }
676         public override string BaseURI { get { throw null; } }
677         public override bool CanReadBinaryContent { get { throw null; } }
678         public override bool CanResolveEntity { get { throw null; } }
679         public override int Depth { get { throw null; } }
680         public override bool EOF { get { throw null; } }
681         public override bool HasAttributes { get { throw null; } }
682         public override bool HasValue { get { throw null; } }
683         public override bool IsDefault { get { throw null; } }
684         public override bool IsEmptyElement { get { throw null; } }
685         public override string LocalName { get { throw null; } }
686         public override string Name { get { throw null; } }
687         public override string NamespaceURI { get { throw null; } }
688         public override System.Xml.XmlNameTable NameTable { get { throw null; } }
689         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
690         public override string Prefix { get { throw null; } }
691         public override System.Xml.ReadState ReadState { get { throw null; } }
692         public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
693         public override string Value { get { throw null; } }
694         public override string XmlLang { get { throw null; } }
695         public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
Close()696         public override void Close() { }
GetAttribute(int attributeIndex)697         public override string GetAttribute(int attributeIndex) { throw null; }
GetAttribute(string name)698         public override string GetAttribute(string name) { throw null; }
GetAttribute(string name, string namespaceURI)699         public override string GetAttribute(string name, string namespaceURI) { throw null; }
LookupNamespace(string prefix)700         public override string LookupNamespace(string prefix) { throw null; }
MoveToAttribute(int attributeIndex)701         public override void MoveToAttribute(int attributeIndex) { }
MoveToAttribute(string name)702         public override bool MoveToAttribute(string name) { throw null; }
MoveToAttribute(string name, string namespaceURI)703         public override bool MoveToAttribute(string name, string namespaceURI) { throw null; }
MoveToElement()704         public override bool MoveToElement() { throw null; }
MoveToFirstAttribute()705         public override bool MoveToFirstAttribute() { throw null; }
MoveToNextAttribute()706         public override bool MoveToNextAttribute() { throw null; }
Read()707         public override bool Read() { throw null; }
ReadAttributeValue()708         public override bool ReadAttributeValue() { throw null; }
ReadContentAsBase64(byte[] buffer, int index, int count)709         public override int ReadContentAsBase64(byte[] buffer, int index, int count) { throw null; }
ReadContentAsBinHex(byte[] buffer, int index, int count)710         public override int ReadContentAsBinHex(byte[] buffer, int index, int count) { throw null; }
ReadElementContentAsBase64(byte[] buffer, int index, int count)711         public override int ReadElementContentAsBase64(byte[] buffer, int index, int count) { throw null; }
ReadElementContentAsBinHex(byte[] buffer, int index, int count)712         public override int ReadElementContentAsBinHex(byte[] buffer, int index, int count) { throw null; }
ReadString()713         public override string ReadString() { throw null; }
ResolveEntity()714         public override void ResolveEntity() { }
Skip()715         public override void Skip() { }
System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope scope)716         System.Collections.Generic.IDictionary<string, string> System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope scope) { throw null; }
System.Xml.IXmlNamespaceResolver.LookupNamespace(string prefix)717         string System.Xml.IXmlNamespaceResolver.LookupNamespace(string prefix) { throw null; }
System.Xml.IXmlNamespaceResolver.LookupPrefix(string namespaceName)718         string System.Xml.IXmlNamespaceResolver.LookupPrefix(string namespaceName) { throw null; }
719     }
720     public enum XmlNodeType
721     {
722         Attribute = 2,
723         CDATA = 4,
724         Comment = 8,
725         Document = 9,
726         DocumentFragment = 11,
727         DocumentType = 10,
728         Element = 1,
729         EndElement = 15,
730         EndEntity = 16,
731         Entity = 6,
732         EntityReference = 5,
733         None = 0,
734         Notation = 12,
735         ProcessingInstruction = 7,
736         SignificantWhitespace = 14,
737         Text = 3,
738         Whitespace = 13,
739         XmlDeclaration = 17,
740     }
741     public partial class XmlNotation : System.Xml.XmlNode
742     {
XmlNotation()743         internal XmlNotation() { }
744         public override string InnerXml { get { throw null; } set { } }
745         public override bool IsReadOnly { get { throw null; } }
746         public override string LocalName { get { throw null; } }
747         public override string Name { get { throw null; } }
748         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
749         public override string OuterXml { get { throw null; } }
750         public string PublicId { get { throw null; } }
751         public string SystemId { get { throw null; } }
CloneNode(bool deep)752         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)753         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)754         public override void WriteTo(System.Xml.XmlWriter w) { }
755     }
756     public enum XmlOutputMethod
757     {
758         AutoDetect = 3,
759         Html = 1,
760         Text = 2,
761         Xml = 0,
762     }
763     public partial class XmlParserContext
764     {
XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, System.Xml.XmlSpace xmlSpace)765         public XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, System.Xml.XmlSpace xmlSpace) { }
XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, System.Xml.XmlSpace xmlSpace, System.Text.Encoding enc)766         public XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, System.Xml.XmlSpace xmlSpace, System.Text.Encoding enc) { }
XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string xmlLang, System.Xml.XmlSpace xmlSpace)767         public XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string xmlLang, System.Xml.XmlSpace xmlSpace) { }
XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string xmlLang, System.Xml.XmlSpace xmlSpace, System.Text.Encoding enc)768         public XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string xmlLang, System.Xml.XmlSpace xmlSpace, System.Text.Encoding enc) { }
769         public string BaseURI { get { throw null; } set { } }
770         public string DocTypeName { get { throw null; } set { } }
771         public System.Text.Encoding Encoding { get { throw null; } set { } }
772         public string InternalSubset { get { throw null; } set { } }
773         public System.Xml.XmlNamespaceManager NamespaceManager { get { throw null; } set { } }
774         public System.Xml.XmlNameTable NameTable { get { throw null; } set { } }
775         public string PublicId { get { throw null; } set { } }
776         public string SystemId { get { throw null; } set { } }
777         public string XmlLang { get { throw null; } set { } }
778         public System.Xml.XmlSpace XmlSpace { get { throw null; } set { } }
779     }
780     public partial class XmlProcessingInstruction : System.Xml.XmlLinkedNode
781     {
XmlProcessingInstruction(string target, string data, System.Xml.XmlDocument doc)782         protected internal XmlProcessingInstruction(string target, string data, System.Xml.XmlDocument doc) { }
783         public string Data { get { throw null; } set { } }
784         public override string InnerText { get { throw null; } set { } }
785         public override string LocalName { get { throw null; } }
786         public override string Name { get { throw null; } }
787         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
788         public string Target { get { throw null; } }
789         public override string Value { get { throw null; } set { } }
CloneNode(bool deep)790         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)791         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)792         public override void WriteTo(System.Xml.XmlWriter w) { }
793     }
794     [System.SerializableAttribute]
795     public partial class XmlQualifiedName
796     {
797         public static readonly System.Xml.XmlQualifiedName Empty;
XmlQualifiedName()798         public XmlQualifiedName() { }
XmlQualifiedName(string name)799         public XmlQualifiedName(string name) { }
XmlQualifiedName(string name, string ns)800         public XmlQualifiedName(string name, string ns) { }
801         public bool IsEmpty { get { throw null; } }
802         public string Name { get { throw null; } }
803         public string Namespace { get { throw null; } }
Equals(object other)804         public override bool Equals(object other) { throw null; }
GetHashCode()805         public override int GetHashCode() { throw null; }
operator ==(System.Xml.XmlQualifiedName a, System.Xml.XmlQualifiedName b)806         public static bool operator ==(System.Xml.XmlQualifiedName a, System.Xml.XmlQualifiedName b) { throw null; }
operator !=(System.Xml.XmlQualifiedName a, System.Xml.XmlQualifiedName b)807         public static bool operator !=(System.Xml.XmlQualifiedName a, System.Xml.XmlQualifiedName b) { throw null; }
ToString()808         public override string ToString() { throw null; }
ToString(string name, string ns)809         public static string ToString(string name, string ns) { throw null; }
810     }
811     [System.Diagnostics.DebuggerDisplayAttribute("{debuggerDisplayProxy}")]
812     [System.Diagnostics.DebuggerDisplayAttribute("{debuggerDisplayProxy}")]
813     public abstract partial class XmlReader : System.IDisposable
814     {
XmlReader()815         protected XmlReader() { }
816         public abstract int AttributeCount { get; }
817         public abstract string BaseURI { get; }
818         public virtual bool CanReadBinaryContent { get { throw null; } }
819         public virtual bool CanReadValueChunk { get { throw null; } }
820         public virtual bool CanResolveEntity { get { throw null; } }
821         public abstract int Depth { get; }
822         public abstract bool EOF { get; }
823         public virtual bool HasAttributes { get { throw null; } }
824         public virtual bool HasValue { get { throw null; } }
825         public virtual bool IsDefault { get { throw null; } }
826         public abstract bool IsEmptyElement { get; }
827         public virtual string this[int i] { get { throw null; } }
828         public virtual string this[string name] { get { throw null; } }
829         public virtual string this[string name, string namespaceURI] { get { throw null; } }
830         public abstract string LocalName { get; }
831         public virtual string Name { get { throw null; } }
832         public abstract string NamespaceURI { get; }
833         public abstract System.Xml.XmlNameTable NameTable { get; }
834         public abstract System.Xml.XmlNodeType NodeType { get; }
835         public abstract string Prefix { get; }
836         public virtual char QuoteChar { get { throw null; } }
837         public abstract System.Xml.ReadState ReadState { get; }
838         public virtual System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
839         public virtual System.Xml.XmlReaderSettings Settings { get { throw null; } }
840         public abstract string Value { get; }
841         public virtual System.Type ValueType { get { throw null; } }
842         public virtual string XmlLang { get { throw null; } }
843         public virtual System.Xml.XmlSpace XmlSpace { get { throw null; } }
Close()844         public virtual void Close() { }
Create(System.IO.Stream input)845         public static System.Xml.XmlReader Create(System.IO.Stream input) { throw null; }
Create(System.IO.Stream input, System.Xml.XmlReaderSettings settings)846         public static System.Xml.XmlReader Create(System.IO.Stream input, System.Xml.XmlReaderSettings settings) { throw null; }
Create(System.IO.Stream input, System.Xml.XmlReaderSettings settings, string baseUri)847         public static System.Xml.XmlReader Create(System.IO.Stream input, System.Xml.XmlReaderSettings settings, string baseUri) { throw null; }
Create(System.IO.Stream input, System.Xml.XmlReaderSettings settings, System.Xml.XmlParserContext inputContext)848         public static System.Xml.XmlReader Create(System.IO.Stream input, System.Xml.XmlReaderSettings settings, System.Xml.XmlParserContext inputContext) { throw null; }
Create(System.IO.TextReader input)849         public static System.Xml.XmlReader Create(System.IO.TextReader input) { throw null; }
Create(System.IO.TextReader input, System.Xml.XmlReaderSettings settings)850         public static System.Xml.XmlReader Create(System.IO.TextReader input, System.Xml.XmlReaderSettings settings) { throw null; }
Create(System.IO.TextReader input, System.Xml.XmlReaderSettings settings, string baseUri)851         public static System.Xml.XmlReader Create(System.IO.TextReader input, System.Xml.XmlReaderSettings settings, string baseUri) { throw null; }
Create(System.IO.TextReader input, System.Xml.XmlReaderSettings settings, System.Xml.XmlParserContext inputContext)852         public static System.Xml.XmlReader Create(System.IO.TextReader input, System.Xml.XmlReaderSettings settings, System.Xml.XmlParserContext inputContext) { throw null; }
Create(string inputUri)853         public static System.Xml.XmlReader Create(string inputUri) { throw null; }
Create(string inputUri, System.Xml.XmlReaderSettings settings)854         public static System.Xml.XmlReader Create(string inputUri, System.Xml.XmlReaderSettings settings) { throw null; }
Create(string inputUri, System.Xml.XmlReaderSettings settings, System.Xml.XmlParserContext inputContext)855         public static System.Xml.XmlReader Create(string inputUri, System.Xml.XmlReaderSettings settings, System.Xml.XmlParserContext inputContext) { throw null; }
Create(System.Xml.XmlReader reader, System.Xml.XmlReaderSettings settings)856         public static System.Xml.XmlReader Create(System.Xml.XmlReader reader, System.Xml.XmlReaderSettings settings) { throw null; }
Dispose()857         public void Dispose() { }
Dispose(bool disposing)858         protected virtual void Dispose(bool disposing) { }
GetAttribute(int i)859         public abstract string GetAttribute(int i);
GetAttribute(string name)860         public abstract string GetAttribute(string name);
GetAttribute(string name, string namespaceURI)861         public abstract string GetAttribute(string name, string namespaceURI);
GetValueAsync()862         public virtual System.Threading.Tasks.Task<string> GetValueAsync() { throw null; }
IsName(string str)863         public static bool IsName(string str) { throw null; }
IsNameToken(string str)864         public static bool IsNameToken(string str) { throw null; }
IsStartElement()865         public virtual bool IsStartElement() { throw null; }
IsStartElement(string name)866         public virtual bool IsStartElement(string name) { throw null; }
IsStartElement(string localname, string ns)867         public virtual bool IsStartElement(string localname, string ns) { throw null; }
LookupNamespace(string prefix)868         public abstract string LookupNamespace(string prefix);
MoveToAttribute(int i)869         public virtual void MoveToAttribute(int i) { }
MoveToAttribute(string name)870         public abstract bool MoveToAttribute(string name);
MoveToAttribute(string name, string ns)871         public abstract bool MoveToAttribute(string name, string ns);
MoveToContent()872         public virtual System.Xml.XmlNodeType MoveToContent() { throw null; }
MoveToContentAsync()873         public virtual System.Threading.Tasks.Task<System.Xml.XmlNodeType> MoveToContentAsync() { throw null; }
MoveToElement()874         public abstract bool MoveToElement();
MoveToFirstAttribute()875         public abstract bool MoveToFirstAttribute();
MoveToNextAttribute()876         public abstract bool MoveToNextAttribute();
Read()877         public abstract bool Read();
ReadAsync()878         public virtual System.Threading.Tasks.Task<bool> ReadAsync() { throw null; }
ReadAttributeValue()879         public abstract bool ReadAttributeValue();
ReadContentAs(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver)880         public virtual object ReadContentAs(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver) { throw null; }
ReadContentAsAsync(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver)881         public virtual System.Threading.Tasks.Task<object> ReadContentAsAsync(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver) { throw null; }
ReadContentAsBase64(byte[] buffer, int index, int count)882         public virtual int ReadContentAsBase64(byte[] buffer, int index, int count) { throw null; }
ReadContentAsBase64Async(byte[] buffer, int index, int count)883         public virtual System.Threading.Tasks.Task<int> ReadContentAsBase64Async(byte[] buffer, int index, int count) { throw null; }
ReadContentAsBinHex(byte[] buffer, int index, int count)884         public virtual int ReadContentAsBinHex(byte[] buffer, int index, int count) { throw null; }
ReadContentAsBinHexAsync(byte[] buffer, int index, int count)885         public virtual System.Threading.Tasks.Task<int> ReadContentAsBinHexAsync(byte[] buffer, int index, int count) { throw null; }
ReadContentAsBoolean()886         public virtual bool ReadContentAsBoolean() { throw null; }
ReadContentAsDateTime()887         public virtual System.DateTime ReadContentAsDateTime() { throw null; }
ReadContentAsDateTimeOffset()888         public virtual System.DateTimeOffset ReadContentAsDateTimeOffset() { throw null; }
ReadContentAsDecimal()889         public virtual decimal ReadContentAsDecimal() { throw null; }
ReadContentAsDouble()890         public virtual double ReadContentAsDouble() { throw null; }
ReadContentAsFloat()891         public virtual float ReadContentAsFloat() { throw null; }
ReadContentAsInt()892         public virtual int ReadContentAsInt() { throw null; }
ReadContentAsLong()893         public virtual long ReadContentAsLong() { throw null; }
ReadContentAsObject()894         public virtual object ReadContentAsObject() { throw null; }
ReadContentAsObjectAsync()895         public virtual System.Threading.Tasks.Task<object> ReadContentAsObjectAsync() { throw null; }
ReadContentAsString()896         public virtual string ReadContentAsString() { throw null; }
ReadContentAsStringAsync()897         public virtual System.Threading.Tasks.Task<string> ReadContentAsStringAsync() { throw null; }
ReadElementContentAs(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver)898         public virtual object ReadElementContentAs(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver) { throw null; }
ReadElementContentAs(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver, string localName, string namespaceURI)899         public virtual object ReadElementContentAs(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver, string localName, string namespaceURI) { throw null; }
ReadElementContentAsAsync(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver)900         public virtual System.Threading.Tasks.Task<object> ReadElementContentAsAsync(System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver) { throw null; }
ReadElementContentAsBase64(byte[] buffer, int index, int count)901         public virtual int ReadElementContentAsBase64(byte[] buffer, int index, int count) { throw null; }
ReadElementContentAsBase64Async(byte[] buffer, int index, int count)902         public virtual System.Threading.Tasks.Task<int> ReadElementContentAsBase64Async(byte[] buffer, int index, int count) { throw null; }
ReadElementContentAsBinHex(byte[] buffer, int index, int count)903         public virtual int ReadElementContentAsBinHex(byte[] buffer, int index, int count) { throw null; }
ReadElementContentAsBinHexAsync(byte[] buffer, int index, int count)904         public virtual System.Threading.Tasks.Task<int> ReadElementContentAsBinHexAsync(byte[] buffer, int index, int count) { throw null; }
ReadElementContentAsBoolean()905         public virtual bool ReadElementContentAsBoolean() { throw null; }
ReadElementContentAsBoolean(string localName, string namespaceURI)906         public virtual bool ReadElementContentAsBoolean(string localName, string namespaceURI) { throw null; }
ReadElementContentAsDateTime()907         public virtual System.DateTime ReadElementContentAsDateTime() { throw null; }
ReadElementContentAsDateTime(string localName, string namespaceURI)908         public virtual System.DateTime ReadElementContentAsDateTime(string localName, string namespaceURI) { throw null; }
ReadElementContentAsDecimal()909         public virtual decimal ReadElementContentAsDecimal() { throw null; }
ReadElementContentAsDecimal(string localName, string namespaceURI)910         public virtual decimal ReadElementContentAsDecimal(string localName, string namespaceURI) { throw null; }
ReadElementContentAsDouble()911         public virtual double ReadElementContentAsDouble() { throw null; }
ReadElementContentAsDouble(string localName, string namespaceURI)912         public virtual double ReadElementContentAsDouble(string localName, string namespaceURI) { throw null; }
ReadElementContentAsFloat()913         public virtual float ReadElementContentAsFloat() { throw null; }
ReadElementContentAsFloat(string localName, string namespaceURI)914         public virtual float ReadElementContentAsFloat(string localName, string namespaceURI) { throw null; }
ReadElementContentAsInt()915         public virtual int ReadElementContentAsInt() { throw null; }
ReadElementContentAsInt(string localName, string namespaceURI)916         public virtual int ReadElementContentAsInt(string localName, string namespaceURI) { throw null; }
ReadElementContentAsLong()917         public virtual long ReadElementContentAsLong() { throw null; }
ReadElementContentAsLong(string localName, string namespaceURI)918         public virtual long ReadElementContentAsLong(string localName, string namespaceURI) { throw null; }
ReadElementContentAsObject()919         public virtual object ReadElementContentAsObject() { throw null; }
ReadElementContentAsObject(string localName, string namespaceURI)920         public virtual object ReadElementContentAsObject(string localName, string namespaceURI) { throw null; }
ReadElementContentAsObjectAsync()921         public virtual System.Threading.Tasks.Task<object> ReadElementContentAsObjectAsync() { throw null; }
ReadElementContentAsString()922         public virtual string ReadElementContentAsString() { throw null; }
ReadElementContentAsString(string localName, string namespaceURI)923         public virtual string ReadElementContentAsString(string localName, string namespaceURI) { throw null; }
ReadElementContentAsStringAsync()924         public virtual System.Threading.Tasks.Task<string> ReadElementContentAsStringAsync() { throw null; }
925         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ReadElementString()926         public virtual string ReadElementString() { throw null; }
927         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ReadElementString(string name)928         public virtual string ReadElementString(string name) { throw null; }
929         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ReadElementString(string localname, string ns)930         public virtual string ReadElementString(string localname, string ns) { throw null; }
ReadEndElement()931         public virtual void ReadEndElement() { }
ReadInnerXml()932         public virtual string ReadInnerXml() { throw null; }
ReadInnerXmlAsync()933         public virtual System.Threading.Tasks.Task<string> ReadInnerXmlAsync() { throw null; }
ReadOuterXml()934         public virtual string ReadOuterXml() { throw null; }
ReadOuterXmlAsync()935         public virtual System.Threading.Tasks.Task<string> ReadOuterXmlAsync() { throw null; }
ReadStartElement()936         public virtual void ReadStartElement() { }
ReadStartElement(string name)937         public virtual void ReadStartElement(string name) { }
ReadStartElement(string localname, string ns)938         public virtual void ReadStartElement(string localname, string ns) { }
939         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ReadString()940         public virtual string ReadString() { throw null; }
ReadSubtree()941         public virtual System.Xml.XmlReader ReadSubtree() { throw null; }
ReadToDescendant(string name)942         public virtual bool ReadToDescendant(string name) { throw null; }
ReadToDescendant(string localName, string namespaceURI)943         public virtual bool ReadToDescendant(string localName, string namespaceURI) { throw null; }
ReadToFollowing(string name)944         public virtual bool ReadToFollowing(string name) { throw null; }
ReadToFollowing(string localName, string namespaceURI)945         public virtual bool ReadToFollowing(string localName, string namespaceURI) { throw null; }
ReadToNextSibling(string name)946         public virtual bool ReadToNextSibling(string name) { throw null; }
ReadToNextSibling(string localName, string namespaceURI)947         public virtual bool ReadToNextSibling(string localName, string namespaceURI) { throw null; }
ReadValueChunk(char[] buffer, int index, int count)948         public virtual int ReadValueChunk(char[] buffer, int index, int count) { throw null; }
ReadValueChunkAsync(char[] buffer, int index, int count)949         public virtual System.Threading.Tasks.Task<int> ReadValueChunkAsync(char[] buffer, int index, int count) { throw null; }
ResolveEntity()950         public abstract void ResolveEntity();
Skip()951         public virtual void Skip() { }
SkipAsync()952         public virtual System.Threading.Tasks.Task SkipAsync() { throw null; }
953     }
954     public sealed partial class XmlReaderSettings
955     {
XmlReaderSettings()956         public XmlReaderSettings() { }
957         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
958         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
XmlReaderSettings(System.Xml.XmlResolver resolver)959         public XmlReaderSettings(System.Xml.XmlResolver resolver) { }
960         public bool Async { get { throw null; } set { } }
961         public bool CheckCharacters { get { throw null; } set { } }
962         public bool CloseInput { get { throw null; } set { } }
963         public System.Xml.ConformanceLevel ConformanceLevel { get { throw null; } set { } }
964         public System.Xml.DtdProcessing DtdProcessing { get { throw null; } set { } }
965         public bool IgnoreComments { get { throw null; } set { } }
966         public bool IgnoreProcessingInstructions { get { throw null; } set { } }
967         public bool IgnoreWhitespace { get { throw null; } set { } }
968         public int LineNumberOffset { get { throw null; } set { } }
969         public int LinePositionOffset { get { throw null; } set { } }
970         public long MaxCharactersFromEntities { get { throw null; } set { } }
971         public long MaxCharactersInDocument { get { throw null; } set { } }
972         public System.Xml.XmlNameTable NameTable { get { throw null; } set { } }
973         [System.ObsoleteAttribute("Use XmlReaderSettings.DtdProcessing property instead.")]
974         public bool ProhibitDtd { get { throw null; } set { } }
975         public System.Xml.Schema.XmlSchemaSet Schemas { get { throw null; } set { } }
976         public System.Xml.Schema.XmlSchemaValidationFlags ValidationFlags { get { throw null; } set { } }
977         public System.Xml.ValidationType ValidationType { get { throw null; } set { } }
978         public System.Xml.XmlResolver XmlResolver { set { } }
979         public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler { add { } remove { } }
Clone()980         public System.Xml.XmlReaderSettings Clone() { throw null; }
Reset()981         public void Reset() { }
982     }
983     public abstract partial class XmlResolver
984     {
XmlResolver()985         protected XmlResolver() { }
986         public virtual System.Net.ICredentials Credentials { set { } }
GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn)987         public abstract object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn);
GetEntityAsync(System.Uri absoluteUri, string role, System.Type ofObjectToReturn)988         public virtual System.Threading.Tasks.Task<object> GetEntityAsync(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) { throw null; }
ResolveUri(System.Uri baseUri, string relativeUri)989         public virtual System.Uri ResolveUri(System.Uri baseUri, string relativeUri) { throw null; }
SupportsType(System.Uri absoluteUri, System.Type type)990         public virtual bool SupportsType(System.Uri absoluteUri, System.Type type) { throw null; }
991     }
992     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
993     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
994     public partial class XmlSecureResolver : System.Xml.XmlResolver
995     {
XmlSecureResolver(System.Xml.XmlResolver resolver, System.Security.PermissionSet permissionSet)996         public XmlSecureResolver(System.Xml.XmlResolver resolver, System.Security.PermissionSet permissionSet) { }
XmlSecureResolver(System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence)997         public XmlSecureResolver(System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence) { }
XmlSecureResolver(System.Xml.XmlResolver resolver, string securityUrl)998         public XmlSecureResolver(System.Xml.XmlResolver resolver, string securityUrl) { }
999         public override System.Net.ICredentials Credentials { set { } }
CreateEvidenceForUrl(string securityUrl)1000         public static System.Security.Policy.Evidence CreateEvidenceForUrl(string securityUrl) { throw null; }
GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn)1001         public override object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) { throw null; }
GetEntityAsync(System.Uri absoluteUri, string role, System.Type ofObjectToReturn)1002         public override System.Threading.Tasks.Task<object> GetEntityAsync(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) { throw null; }
ResolveUri(System.Uri baseUri, string relativeUri)1003         public override System.Uri ResolveUri(System.Uri baseUri, string relativeUri) { throw null; }
1004     }
1005     public partial class XmlSignificantWhitespace : System.Xml.XmlCharacterData
1006     {
XmlSignificantWhitespace(string strData, System.Xml.XmlDocument doc)1007         protected internal XmlSignificantWhitespace(string strData, System.Xml.XmlDocument doc) : base (default(string), default(System.Xml.XmlDocument)) { }
1008         public override string LocalName { get { throw null; } }
1009         public override string Name { get { throw null; } }
1010         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
1011         public override System.Xml.XmlNode ParentNode { get { throw null; } }
1012         public override System.Xml.XmlNode PreviousText { get { throw null; } }
1013         public override string Value { get { throw null; } set { } }
CloneNode(bool deep)1014         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)1015         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)1016         public override void WriteTo(System.Xml.XmlWriter w) { }
1017     }
1018     public enum XmlSpace
1019     {
1020         Default = 1,
1021         None = 0,
1022         Preserve = 2,
1023     }
1024     public partial class XmlText : System.Xml.XmlCharacterData
1025     {
XmlText(string strData, System.Xml.XmlDocument doc)1026         protected internal XmlText(string strData, System.Xml.XmlDocument doc) : base (default(string), default(System.Xml.XmlDocument)) { }
1027         public override string LocalName { get { throw null; } }
1028         public override string Name { get { throw null; } }
1029         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
1030         public override System.Xml.XmlNode ParentNode { get { throw null; } }
1031         public override System.Xml.XmlNode PreviousText { get { throw null; } }
1032         public override string Value { get { throw null; } set { } }
CloneNode(bool deep)1033         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
SplitText(int offset)1034         public virtual System.Xml.XmlText SplitText(int offset) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)1035         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)1036         public override void WriteTo(System.Xml.XmlWriter w) { }
1037     }
1038     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1039     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1040     public partial class XmlTextReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo, System.Xml.IXmlNamespaceResolver
1041     {
XmlTextReader()1042         protected XmlTextReader() { }
XmlTextReader(System.IO.Stream input)1043         public XmlTextReader(System.IO.Stream input) { }
XmlTextReader(System.IO.Stream input, System.Xml.XmlNameTable nt)1044         public XmlTextReader(System.IO.Stream input, System.Xml.XmlNameTable nt) { }
XmlTextReader(System.IO.Stream xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context)1045         public XmlTextReader(System.IO.Stream xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context) { }
XmlTextReader(System.IO.TextReader input)1046         public XmlTextReader(System.IO.TextReader input) { }
XmlTextReader(System.IO.TextReader input, System.Xml.XmlNameTable nt)1047         public XmlTextReader(System.IO.TextReader input, System.Xml.XmlNameTable nt) { }
XmlTextReader(string url)1048         public XmlTextReader(string url) { }
XmlTextReader(string url, System.IO.Stream input)1049         public XmlTextReader(string url, System.IO.Stream input) { }
XmlTextReader(string url, System.IO.Stream input, System.Xml.XmlNameTable nt)1050         public XmlTextReader(string url, System.IO.Stream input, System.Xml.XmlNameTable nt) { }
XmlTextReader(string url, System.IO.TextReader input)1051         public XmlTextReader(string url, System.IO.TextReader input) { }
XmlTextReader(string url, System.IO.TextReader input, System.Xml.XmlNameTable nt)1052         public XmlTextReader(string url, System.IO.TextReader input, System.Xml.XmlNameTable nt) { }
XmlTextReader(string url, System.Xml.XmlNameTable nt)1053         public XmlTextReader(string url, System.Xml.XmlNameTable nt) { }
XmlTextReader(string xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context)1054         public XmlTextReader(string xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context) { }
XmlTextReader(System.Xml.XmlNameTable nt)1055         protected XmlTextReader(System.Xml.XmlNameTable nt) { }
1056         public override int AttributeCount { get { throw null; } }
1057         public override string BaseURI { get { throw null; } }
1058         public override bool CanReadBinaryContent { get { throw null; } }
1059         public override bool CanReadValueChunk { get { throw null; } }
1060         public override bool CanResolveEntity { get { throw null; } }
1061         public override int Depth { get { throw null; } }
1062         public System.Xml.DtdProcessing DtdProcessing { get { throw null; } set { } }
1063         public System.Text.Encoding Encoding { get { throw null; } }
1064         public System.Xml.EntityHandling EntityHandling { get { throw null; } set { } }
1065         public override bool EOF { get { throw null; } }
1066         public override bool HasValue { get { throw null; } }
1067         public override bool IsDefault { get { throw null; } }
1068         public override bool IsEmptyElement { get { throw null; } }
1069         public int LineNumber { get { throw null; } }
1070         public int LinePosition { get { throw null; } }
1071         public override string LocalName { get { throw null; } }
1072         public override string Name { get { throw null; } }
1073         public bool Namespaces { get { throw null; } set { } }
1074         public override string NamespaceURI { get { throw null; } }
1075         public override System.Xml.XmlNameTable NameTable { get { throw null; } }
1076         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
1077         public bool Normalization { get { throw null; } set { } }
1078         public override string Prefix { get { throw null; } }
1079         [System.ObsoleteAttribute("Use DtdProcessing property instead.")]
1080         public bool ProhibitDtd { get { throw null; } set { } }
1081         public override char QuoteChar { get { throw null; } }
1082         public override System.Xml.ReadState ReadState { get { throw null; } }
1083         public override string Value { get { throw null; } }
1084         public System.Xml.WhitespaceHandling WhitespaceHandling { get { throw null; } set { } }
1085         public override string XmlLang { get { throw null; } }
1086         public System.Xml.XmlResolver XmlResolver { set { } }
1087         public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
Close()1088         public override void Close() { }
GetAttribute(int i)1089         public override string GetAttribute(int i) { throw null; }
GetAttribute(string name)1090         public override string GetAttribute(string name) { throw null; }
GetAttribute(string localName, string namespaceURI)1091         public override string GetAttribute(string localName, string namespaceURI) { throw null; }
GetNamespacesInScope(System.Xml.XmlNamespaceScope scope)1092         public System.Collections.Generic.IDictionary<string, string> GetNamespacesInScope(System.Xml.XmlNamespaceScope scope) { throw null; }
GetRemainder()1093         public System.IO.TextReader GetRemainder() { throw null; }
HasLineInfo()1094         public bool HasLineInfo() { throw null; }
LookupNamespace(string prefix)1095         public override string LookupNamespace(string prefix) { throw null; }
MoveToAttribute(int i)1096         public override void MoveToAttribute(int i) { }
MoveToAttribute(string name)1097         public override bool MoveToAttribute(string name) { throw null; }
MoveToAttribute(string localName, string namespaceURI)1098         public override bool MoveToAttribute(string localName, string namespaceURI) { throw null; }
MoveToElement()1099         public override bool MoveToElement() { throw null; }
MoveToFirstAttribute()1100         public override bool MoveToFirstAttribute() { throw null; }
MoveToNextAttribute()1101         public override bool MoveToNextAttribute() { throw null; }
Read()1102         public override bool Read() { throw null; }
ReadAttributeValue()1103         public override bool ReadAttributeValue() { throw null; }
ReadBase64(byte[] array, int offset, int len)1104         public int ReadBase64(byte[] array, int offset, int len) { throw null; }
ReadBinHex(byte[] array, int offset, int len)1105         public int ReadBinHex(byte[] array, int offset, int len) { throw null; }
ReadChars(char[] buffer, int index, int count)1106         public int ReadChars(char[] buffer, int index, int count) { throw null; }
ReadContentAsBase64(byte[] buffer, int index, int count)1107         public override int ReadContentAsBase64(byte[] buffer, int index, int count) { throw null; }
ReadContentAsBinHex(byte[] buffer, int index, int count)1108         public override int ReadContentAsBinHex(byte[] buffer, int index, int count) { throw null; }
ReadElementContentAsBase64(byte[] buffer, int index, int count)1109         public override int ReadElementContentAsBase64(byte[] buffer, int index, int count) { throw null; }
ReadElementContentAsBinHex(byte[] buffer, int index, int count)1110         public override int ReadElementContentAsBinHex(byte[] buffer, int index, int count) { throw null; }
ReadString()1111         public override string ReadString() { throw null; }
ResetState()1112         public void ResetState() { }
ResolveEntity()1113         public override void ResolveEntity() { }
Skip()1114         public override void Skip() { }
System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope scope)1115         System.Collections.Generic.IDictionary<string, string> System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope scope) { throw null; }
System.Xml.IXmlNamespaceResolver.LookupNamespace(string prefix)1116         string System.Xml.IXmlNamespaceResolver.LookupNamespace(string prefix) { throw null; }
System.Xml.IXmlNamespaceResolver.LookupPrefix(string namespaceName)1117         string System.Xml.IXmlNamespaceResolver.LookupPrefix(string namespaceName) { throw null; }
1118     }
1119     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1120     public partial class XmlTextWriter : System.Xml.XmlWriter
1121     {
XmlTextWriter(System.IO.Stream w, System.Text.Encoding encoding)1122         public XmlTextWriter(System.IO.Stream w, System.Text.Encoding encoding) { }
XmlTextWriter(System.IO.TextWriter w)1123         public XmlTextWriter(System.IO.TextWriter w) { }
XmlTextWriter(string filename, System.Text.Encoding encoding)1124         public XmlTextWriter(string filename, System.Text.Encoding encoding) { }
1125         public System.IO.Stream BaseStream { get { throw null; } }
1126         public System.Xml.Formatting Formatting { get { throw null; } set { } }
1127         public int Indentation { get { throw null; } set { } }
1128         public char IndentChar { get { throw null; } set { } }
1129         public bool Namespaces { get { throw null; } set { } }
1130         public char QuoteChar { get { throw null; } set { } }
1131         public override System.Xml.WriteState WriteState { get { throw null; } }
1132         public override string XmlLang { get { throw null; } }
1133         public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
Close()1134         public override void Close() { }
Flush()1135         public override void Flush() { }
LookupPrefix(string ns)1136         public override string LookupPrefix(string ns) { throw null; }
WriteBase64(byte[] buffer, int index, int count)1137         public override void WriteBase64(byte[] buffer, int index, int count) { }
WriteBinHex(byte[] buffer, int index, int count)1138         public override void WriteBinHex(byte[] buffer, int index, int count) { }
WriteCData(string text)1139         public override void WriteCData(string text) { }
WriteCharEntity(char ch)1140         public override void WriteCharEntity(char ch) { }
WriteChars(char[] buffer, int index, int count)1141         public override void WriteChars(char[] buffer, int index, int count) { }
WriteComment(string text)1142         public override void WriteComment(string text) { }
WriteDocType(string name, string pubid, string sysid, string subset)1143         public override void WriteDocType(string name, string pubid, string sysid, string subset) { }
WriteEndAttribute()1144         public override void WriteEndAttribute() { }
WriteEndDocument()1145         public override void WriteEndDocument() { }
WriteEndElement()1146         public override void WriteEndElement() { }
WriteEntityRef(string name)1147         public override void WriteEntityRef(string name) { }
WriteFullEndElement()1148         public override void WriteFullEndElement() { }
WriteName(string name)1149         public override void WriteName(string name) { }
WriteNmToken(string name)1150         public override void WriteNmToken(string name) { }
WriteProcessingInstruction(string name, string text)1151         public override void WriteProcessingInstruction(string name, string text) { }
WriteQualifiedName(string localName, string ns)1152         public override void WriteQualifiedName(string localName, string ns) { }
WriteRaw(char[] buffer, int index, int count)1153         public override void WriteRaw(char[] buffer, int index, int count) { }
WriteRaw(string data)1154         public override void WriteRaw(string data) { }
WriteStartAttribute(string prefix, string localName, string ns)1155         public override void WriteStartAttribute(string prefix, string localName, string ns) { }
WriteStartDocument()1156         public override void WriteStartDocument() { }
WriteStartDocument(bool standalone)1157         public override void WriteStartDocument(bool standalone) { }
WriteStartElement(string prefix, string localName, string ns)1158         public override void WriteStartElement(string prefix, string localName, string ns) { }
WriteString(string text)1159         public override void WriteString(string text) { }
WriteSurrogateCharEntity(char lowChar, char highChar)1160         public override void WriteSurrogateCharEntity(char lowChar, char highChar) { }
WriteWhitespace(string ws)1161         public override void WriteWhitespace(string ws) { }
1162     }
1163     public enum XmlTokenizedType
1164     {
1165         CDATA = 0,
1166         ENTITIES = 5,
1167         ENTITY = 4,
1168         ENUMERATION = 9,
1169         ID = 1,
1170         IDREF = 2,
1171         IDREFS = 3,
1172         NCName = 11,
1173         NMTOKEN = 6,
1174         NMTOKENS = 7,
1175         None = 12,
1176         NOTATION = 8,
1177         QName = 10,
1178     }
1179     public partial class XmlUrlResolver : System.Xml.XmlResolver
1180     {
XmlUrlResolver()1181         public XmlUrlResolver() { }
1182         public System.Net.Cache.RequestCachePolicy CachePolicy { set { } }
1183         public override System.Net.ICredentials Credentials { set { } }
1184         public System.Net.IWebProxy Proxy { set { } }
GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn)1185         public override object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) { throw null; }
GetEntityAsync(System.Uri absoluteUri, string role, System.Type ofObjectToReturn)1186         public override System.Threading.Tasks.Task<object> GetEntityAsync(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) { throw null; }
1187         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
ResolveUri(System.Uri baseUri, string relativeUri)1188         public override System.Uri ResolveUri(System.Uri baseUri, string relativeUri) { throw null; }
1189     }
1190     [System.ObsoleteAttribute("Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202")]
1191     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1192     public partial class XmlValidatingReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo, System.Xml.IXmlNamespaceResolver
1193     {
XmlValidatingReader(System.IO.Stream xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context)1194         public XmlValidatingReader(System.IO.Stream xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context) { }
XmlValidatingReader(string xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context)1195         public XmlValidatingReader(string xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserContext context) { }
XmlValidatingReader(System.Xml.XmlReader reader)1196         public XmlValidatingReader(System.Xml.XmlReader reader) { }
1197         public override int AttributeCount { get { throw null; } }
1198         public override string BaseURI { get { throw null; } }
1199         public override bool CanReadBinaryContent { get { throw null; } }
1200         public override bool CanResolveEntity { get { throw null; } }
1201         public override int Depth { get { throw null; } }
1202         public System.Text.Encoding Encoding { get { throw null; } }
1203         public System.Xml.EntityHandling EntityHandling { get { throw null; } set { } }
1204         public override bool EOF { get { throw null; } }
1205         public override bool HasValue { get { throw null; } }
1206         public override bool IsDefault { get { throw null; } }
1207         public override bool IsEmptyElement { get { throw null; } }
1208         public int LineNumber { get { throw null; } }
1209         public int LinePosition { get { throw null; } }
1210         public override string LocalName { get { throw null; } }
1211         public override string Name { get { throw null; } }
1212         public bool Namespaces { get { throw null; } set { } }
1213         public override string NamespaceURI { get { throw null; } }
1214         public override System.Xml.XmlNameTable NameTable { get { throw null; } }
1215         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
1216         public override string Prefix { get { throw null; } }
1217         public override char QuoteChar { get { throw null; } }
1218         public System.Xml.XmlReader Reader { get { throw null; } }
1219         public override System.Xml.ReadState ReadState { get { throw null; } }
1220         public System.Xml.Schema.XmlSchemaCollection Schemas { get { throw null; } }
1221         public object SchemaType { get { throw null; } }
1222         public System.Xml.ValidationType ValidationType { get { throw null; } set { } }
1223         public override string Value { get { throw null; } }
1224         public override string XmlLang { get { throw null; } }
1225         public System.Xml.XmlResolver XmlResolver { set { } }
1226         public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
1227         public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler { add { } remove { } }
Close()1228         public override void Close() { }
GetAttribute(int i)1229         public override string GetAttribute(int i) { throw null; }
GetAttribute(string name)1230         public override string GetAttribute(string name) { throw null; }
GetAttribute(string localName, string namespaceURI)1231         public override string GetAttribute(string localName, string namespaceURI) { throw null; }
HasLineInfo()1232         public bool HasLineInfo() { throw null; }
LookupNamespace(string prefix)1233         public override string LookupNamespace(string prefix) { throw null; }
MoveToAttribute(int i)1234         public override void MoveToAttribute(int i) { }
MoveToAttribute(string name)1235         public override bool MoveToAttribute(string name) { throw null; }
MoveToAttribute(string localName, string namespaceURI)1236         public override bool MoveToAttribute(string localName, string namespaceURI) { throw null; }
MoveToElement()1237         public override bool MoveToElement() { throw null; }
MoveToFirstAttribute()1238         public override bool MoveToFirstAttribute() { throw null; }
MoveToNextAttribute()1239         public override bool MoveToNextAttribute() { throw null; }
Read()1240         public override bool Read() { throw null; }
ReadAttributeValue()1241         public override bool ReadAttributeValue() { throw null; }
ReadContentAsBase64(byte[] buffer, int index, int count)1242         public override int ReadContentAsBase64(byte[] buffer, int index, int count) { throw null; }
ReadContentAsBinHex(byte[] buffer, int index, int count)1243         public override int ReadContentAsBinHex(byte[] buffer, int index, int count) { throw null; }
ReadElementContentAsBase64(byte[] buffer, int index, int count)1244         public override int ReadElementContentAsBase64(byte[] buffer, int index, int count) { throw null; }
ReadElementContentAsBinHex(byte[] buffer, int index, int count)1245         public override int ReadElementContentAsBinHex(byte[] buffer, int index, int count) { throw null; }
ReadString()1246         public override string ReadString() { throw null; }
ReadTypedValue()1247         public object ReadTypedValue() { throw null; }
ResolveEntity()1248         public override void ResolveEntity() { }
System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope scope)1249         System.Collections.Generic.IDictionary<string, string> System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope scope) { throw null; }
System.Xml.IXmlNamespaceResolver.LookupNamespace(string prefix)1250         string System.Xml.IXmlNamespaceResolver.LookupNamespace(string prefix) { throw null; }
System.Xml.IXmlNamespaceResolver.LookupPrefix(string namespaceName)1251         string System.Xml.IXmlNamespaceResolver.LookupPrefix(string namespaceName) { throw null; }
1252     }
1253     public partial class XmlWhitespace : System.Xml.XmlCharacterData
1254     {
XmlWhitespace(string strData, System.Xml.XmlDocument doc)1255         protected internal XmlWhitespace(string strData, System.Xml.XmlDocument doc) : base (default(string), default(System.Xml.XmlDocument)) { }
1256         public override string LocalName { get { throw null; } }
1257         public override string Name { get { throw null; } }
1258         public override System.Xml.XmlNodeType NodeType { get { throw null; } }
1259         public override System.Xml.XmlNode ParentNode { get { throw null; } }
1260         public override System.Xml.XmlNode PreviousText { get { throw null; } }
1261         public override string Value { get { throw null; } set { } }
CloneNode(bool deep)1262         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
WriteContentTo(System.Xml.XmlWriter w)1263         public override void WriteContentTo(System.Xml.XmlWriter w) { }
WriteTo(System.Xml.XmlWriter w)1264         public override void WriteTo(System.Xml.XmlWriter w) { }
1265     }
1266     public abstract partial class XmlWriter : System.IDisposable
1267     {
XmlWriter()1268         protected XmlWriter() { }
1269         public virtual System.Xml.XmlWriterSettings Settings { get { throw null; } }
1270         public abstract System.Xml.WriteState WriteState { get; }
1271         public virtual string XmlLang { get { throw null; } }
1272         public virtual System.Xml.XmlSpace XmlSpace { get { throw null; } }
Close()1273         public virtual void Close() { }
Create(System.IO.Stream output)1274         public static System.Xml.XmlWriter Create(System.IO.Stream output) { throw null; }
Create(System.IO.Stream output, System.Xml.XmlWriterSettings settings)1275         public static System.Xml.XmlWriter Create(System.IO.Stream output, System.Xml.XmlWriterSettings settings) { throw null; }
Create(System.IO.TextWriter output)1276         public static System.Xml.XmlWriter Create(System.IO.TextWriter output) { throw null; }
Create(System.IO.TextWriter output, System.Xml.XmlWriterSettings settings)1277         public static System.Xml.XmlWriter Create(System.IO.TextWriter output, System.Xml.XmlWriterSettings settings) { throw null; }
Create(string outputFileName)1278         public static System.Xml.XmlWriter Create(string outputFileName) { throw null; }
Create(string outputFileName, System.Xml.XmlWriterSettings settings)1279         public static System.Xml.XmlWriter Create(string outputFileName, System.Xml.XmlWriterSettings settings) { throw null; }
Create(System.Text.StringBuilder output)1280         public static System.Xml.XmlWriter Create(System.Text.StringBuilder output) { throw null; }
Create(System.Text.StringBuilder output, System.Xml.XmlWriterSettings settings)1281         public static System.Xml.XmlWriter Create(System.Text.StringBuilder output, System.Xml.XmlWriterSettings settings) { throw null; }
Create(System.Xml.XmlWriter output)1282         public static System.Xml.XmlWriter Create(System.Xml.XmlWriter output) { throw null; }
Create(System.Xml.XmlWriter output, System.Xml.XmlWriterSettings settings)1283         public static System.Xml.XmlWriter Create(System.Xml.XmlWriter output, System.Xml.XmlWriterSettings settings) { throw null; }
Dispose()1284         public void Dispose() { }
Dispose(bool disposing)1285         protected virtual void Dispose(bool disposing) { }
Flush()1286         public abstract void Flush();
FlushAsync()1287         public virtual System.Threading.Tasks.Task FlushAsync() { throw null; }
LookupPrefix(string ns)1288         public abstract string LookupPrefix(string ns);
WriteAttributes(System.Xml.XmlReader reader, bool defattr)1289         public virtual void WriteAttributes(System.Xml.XmlReader reader, bool defattr) { }
WriteAttributesAsync(System.Xml.XmlReader reader, bool defattr)1290         public virtual System.Threading.Tasks.Task WriteAttributesAsync(System.Xml.XmlReader reader, bool defattr) { throw null; }
WriteAttributeString(string localName, string value)1291         public void WriteAttributeString(string localName, string value) { }
WriteAttributeString(string localName, string ns, string value)1292         public void WriteAttributeString(string localName, string ns, string value) { }
WriteAttributeString(string prefix, string localName, string ns, string value)1293         public void WriteAttributeString(string prefix, string localName, string ns, string value) { }
WriteAttributeStringAsync(string prefix, string localName, string ns, string value)1294         public System.Threading.Tasks.Task WriteAttributeStringAsync(string prefix, string localName, string ns, string value) { throw null; }
WriteBase64(byte[] buffer, int index, int count)1295         public abstract void WriteBase64(byte[] buffer, int index, int count);
WriteBase64Async(byte[] buffer, int index, int count)1296         public virtual System.Threading.Tasks.Task WriteBase64Async(byte[] buffer, int index, int count) { throw null; }
WriteBinHex(byte[] buffer, int index, int count)1297         public virtual void WriteBinHex(byte[] buffer, int index, int count) { }
WriteBinHexAsync(byte[] buffer, int index, int count)1298         public virtual System.Threading.Tasks.Task WriteBinHexAsync(byte[] buffer, int index, int count) { throw null; }
WriteCData(string text)1299         public abstract void WriteCData(string text);
WriteCDataAsync(string text)1300         public virtual System.Threading.Tasks.Task WriteCDataAsync(string text) { throw null; }
WriteCharEntity(char ch)1301         public abstract void WriteCharEntity(char ch);
WriteCharEntityAsync(char ch)1302         public virtual System.Threading.Tasks.Task WriteCharEntityAsync(char ch) { throw null; }
WriteChars(char[] buffer, int index, int count)1303         public abstract void WriteChars(char[] buffer, int index, int count);
WriteCharsAsync(char[] buffer, int index, int count)1304         public virtual System.Threading.Tasks.Task WriteCharsAsync(char[] buffer, int index, int count) { throw null; }
WriteComment(string text)1305         public abstract void WriteComment(string text);
WriteCommentAsync(string text)1306         public virtual System.Threading.Tasks.Task WriteCommentAsync(string text) { throw null; }
WriteDocType(string name, string pubid, string sysid, string subset)1307         public abstract void WriteDocType(string name, string pubid, string sysid, string subset);
WriteDocTypeAsync(string name, string pubid, string sysid, string subset)1308         public virtual System.Threading.Tasks.Task WriteDocTypeAsync(string name, string pubid, string sysid, string subset) { throw null; }
WriteElementString(string localName, string value)1309         public void WriteElementString(string localName, string value) { }
WriteElementString(string localName, string ns, string value)1310         public void WriteElementString(string localName, string ns, string value) { }
WriteElementString(string prefix, string localName, string ns, string value)1311         public void WriteElementString(string prefix, string localName, string ns, string value) { }
WriteElementStringAsync(string prefix, string localName, string ns, string value)1312         public System.Threading.Tasks.Task WriteElementStringAsync(string prefix, string localName, string ns, string value) { throw null; }
WriteEndAttribute()1313         public abstract void WriteEndAttribute();
WriteEndAttributeAsync()1314         protected internal virtual System.Threading.Tasks.Task WriteEndAttributeAsync() { throw null; }
WriteEndDocument()1315         public abstract void WriteEndDocument();
WriteEndDocumentAsync()1316         public virtual System.Threading.Tasks.Task WriteEndDocumentAsync() { throw null; }
WriteEndElement()1317         public abstract void WriteEndElement();
WriteEndElementAsync()1318         public virtual System.Threading.Tasks.Task WriteEndElementAsync() { throw null; }
WriteEntityRef(string name)1319         public abstract void WriteEntityRef(string name);
WriteEntityRefAsync(string name)1320         public virtual System.Threading.Tasks.Task WriteEntityRefAsync(string name) { throw null; }
WriteFullEndElement()1321         public abstract void WriteFullEndElement();
WriteFullEndElementAsync()1322         public virtual System.Threading.Tasks.Task WriteFullEndElementAsync() { throw null; }
WriteName(string name)1323         public virtual void WriteName(string name) { }
WriteNameAsync(string name)1324         public virtual System.Threading.Tasks.Task WriteNameAsync(string name) { throw null; }
WriteNmToken(string name)1325         public virtual void WriteNmToken(string name) { }
WriteNmTokenAsync(string name)1326         public virtual System.Threading.Tasks.Task WriteNmTokenAsync(string name) { throw null; }
WriteNode(System.Xml.XmlReader reader, bool defattr)1327         public virtual void WriteNode(System.Xml.XmlReader reader, bool defattr) { }
WriteNode(System.Xml.XPath.XPathNavigator navigator, bool defattr)1328         public virtual void WriteNode(System.Xml.XPath.XPathNavigator navigator, bool defattr) { }
WriteNodeAsync(System.Xml.XmlReader reader, bool defattr)1329         public virtual System.Threading.Tasks.Task WriteNodeAsync(System.Xml.XmlReader reader, bool defattr) { throw null; }
WriteNodeAsync(System.Xml.XPath.XPathNavigator navigator, bool defattr)1330         public virtual System.Threading.Tasks.Task WriteNodeAsync(System.Xml.XPath.XPathNavigator navigator, bool defattr) { throw null; }
WriteProcessingInstruction(string name, string text)1331         public abstract void WriteProcessingInstruction(string name, string text);
WriteProcessingInstructionAsync(string name, string text)1332         public virtual System.Threading.Tasks.Task WriteProcessingInstructionAsync(string name, string text) { throw null; }
WriteQualifiedName(string localName, string ns)1333         public virtual void WriteQualifiedName(string localName, string ns) { }
WriteQualifiedNameAsync(string localName, string ns)1334         public virtual System.Threading.Tasks.Task WriteQualifiedNameAsync(string localName, string ns) { throw null; }
WriteRaw(char[] buffer, int index, int count)1335         public abstract void WriteRaw(char[] buffer, int index, int count);
WriteRaw(string data)1336         public abstract void WriteRaw(string data);
WriteRawAsync(char[] buffer, int index, int count)1337         public virtual System.Threading.Tasks.Task WriteRawAsync(char[] buffer, int index, int count) { throw null; }
WriteRawAsync(string data)1338         public virtual System.Threading.Tasks.Task WriteRawAsync(string data) { throw null; }
WriteStartAttribute(string localName)1339         public void WriteStartAttribute(string localName) { }
WriteStartAttribute(string localName, string ns)1340         public void WriteStartAttribute(string localName, string ns) { }
WriteStartAttribute(string prefix, string localName, string ns)1341         public abstract void WriteStartAttribute(string prefix, string localName, string ns);
WriteStartAttributeAsync(string prefix, string localName, string ns)1342         protected internal virtual System.Threading.Tasks.Task WriteStartAttributeAsync(string prefix, string localName, string ns) { throw null; }
WriteStartDocument()1343         public abstract void WriteStartDocument();
WriteStartDocument(bool standalone)1344         public abstract void WriteStartDocument(bool standalone);
WriteStartDocumentAsync()1345         public virtual System.Threading.Tasks.Task WriteStartDocumentAsync() { throw null; }
WriteStartDocumentAsync(bool standalone)1346         public virtual System.Threading.Tasks.Task WriteStartDocumentAsync(bool standalone) { throw null; }
WriteStartElement(string localName)1347         public void WriteStartElement(string localName) { }
WriteStartElement(string localName, string ns)1348         public void WriteStartElement(string localName, string ns) { }
WriteStartElement(string prefix, string localName, string ns)1349         public abstract void WriteStartElement(string prefix, string localName, string ns);
WriteStartElementAsync(string prefix, string localName, string ns)1350         public virtual System.Threading.Tasks.Task WriteStartElementAsync(string prefix, string localName, string ns) { throw null; }
WriteString(string text)1351         public abstract void WriteString(string text);
WriteStringAsync(string text)1352         public virtual System.Threading.Tasks.Task WriteStringAsync(string text) { throw null; }
WriteSurrogateCharEntity(char lowChar, char highChar)1353         public abstract void WriteSurrogateCharEntity(char lowChar, char highChar);
WriteSurrogateCharEntityAsync(char lowChar, char highChar)1354         public virtual System.Threading.Tasks.Task WriteSurrogateCharEntityAsync(char lowChar, char highChar) { throw null; }
WriteValue(bool value)1355         public virtual void WriteValue(bool value) { }
WriteValue(System.DateTime value)1356         public virtual void WriteValue(System.DateTime value) { }
WriteValue(System.DateTimeOffset value)1357         public virtual void WriteValue(System.DateTimeOffset value) { }
WriteValue(decimal value)1358         public virtual void WriteValue(decimal value) { }
WriteValue(double value)1359         public virtual void WriteValue(double value) { }
WriteValue(int value)1360         public virtual void WriteValue(int value) { }
WriteValue(long value)1361         public virtual void WriteValue(long value) { }
WriteValue(object value)1362         public virtual void WriteValue(object value) { }
WriteValue(float value)1363         public virtual void WriteValue(float value) { }
WriteValue(string value)1364         public virtual void WriteValue(string value) { }
WriteWhitespace(string ws)1365         public abstract void WriteWhitespace(string ws);
WriteWhitespaceAsync(string ws)1366         public virtual System.Threading.Tasks.Task WriteWhitespaceAsync(string ws) { throw null; }
1367     }
1368     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1369     public sealed partial class XmlWriterSettings
1370     {
XmlWriterSettings()1371         public XmlWriterSettings() { }
1372         public bool Async { get { throw null; } set { } }
1373         public bool CheckCharacters { get { throw null; } set { } }
1374         public bool CloseOutput { get { throw null; } set { } }
1375         public System.Xml.ConformanceLevel ConformanceLevel { get { throw null; } set { } }
1376         public bool DoNotEscapeUriAttributes { get { throw null; } set { } }
1377         public System.Text.Encoding Encoding { get { throw null; } set { } }
1378         public bool Indent { get { throw null; } set { } }
1379         public string IndentChars { get { throw null; } set { } }
1380         public System.Xml.NamespaceHandling NamespaceHandling { get { throw null; } set { } }
1381         public string NewLineChars { get { throw null; } set { } }
1382         public System.Xml.NewLineHandling NewLineHandling { get { throw null; } set { } }
1383         public bool NewLineOnAttributes { get { throw null; } set { } }
1384         public bool OmitXmlDeclaration { get { throw null; } set { } }
1385         public System.Xml.XmlOutputMethod OutputMethod { get { throw null; } }
1386         public bool WriteEndDocumentOnClose { get { throw null; } set { } }
Clone()1387         public System.Xml.XmlWriterSettings Clone() { throw null; }
Reset()1388         public void Reset() { }
1389     }
1390     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1391     [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
1392     public partial class XmlXapResolver : System.Xml.XmlResolver
1393     {
1394         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1395         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
XmlXapResolver()1396         public XmlXapResolver() { }
1397         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn)1398         public override object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) { throw null; }
1399         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1400         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
RegisterApplicationResourceStreamResolver(System.Xml.IApplicationResourceStreamResolver appStreamResolver)1401         public static void RegisterApplicationResourceStreamResolver(System.Xml.IApplicationResourceStreamResolver appStreamResolver) { }
1402     }
1403 }
1404 namespace System.Xml.Resolvers
1405 {
1406     [System.FlagsAttribute]
1407     public enum XmlKnownDtds
1408     {
1409         All = 65535,
1410         None = 0,
1411         Rss091 = 2,
1412         Xhtml10 = 1,
1413     }
1414     public partial class XmlPreloadedResolver : System.Xml.XmlResolver
1415     {
XmlPreloadedResolver()1416         public XmlPreloadedResolver() { }
XmlPreloadedResolver(System.Xml.Resolvers.XmlKnownDtds preloadedDtds)1417         public XmlPreloadedResolver(System.Xml.Resolvers.XmlKnownDtds preloadedDtds) { }
XmlPreloadedResolver(System.Xml.XmlResolver fallbackResolver)1418         public XmlPreloadedResolver(System.Xml.XmlResolver fallbackResolver) { }
XmlPreloadedResolver(System.Xml.XmlResolver fallbackResolver, System.Xml.Resolvers.XmlKnownDtds preloadedDtds)1419         public XmlPreloadedResolver(System.Xml.XmlResolver fallbackResolver, System.Xml.Resolvers.XmlKnownDtds preloadedDtds) { }
XmlPreloadedResolver(System.Xml.XmlResolver fallbackResolver, System.Xml.Resolvers.XmlKnownDtds preloadedDtds, System.Collections.Generic.IEqualityComparer<System.Uri> uriComparer)1420         public XmlPreloadedResolver(System.Xml.XmlResolver fallbackResolver, System.Xml.Resolvers.XmlKnownDtds preloadedDtds, System.Collections.Generic.IEqualityComparer<System.Uri> uriComparer) { }
1421         public override System.Net.ICredentials Credentials { set { } }
1422         public System.Collections.Generic.IEnumerable<System.Uri> PreloadedUris { get { throw null; } }
Add(System.Uri uri, byte[] value)1423         public void Add(System.Uri uri, byte[] value) { }
Add(System.Uri uri, byte[] value, int offset, int count)1424         public void Add(System.Uri uri, byte[] value, int offset, int count) { }
Add(System.Uri uri, System.IO.Stream value)1425         public void Add(System.Uri uri, System.IO.Stream value) { }
Add(System.Uri uri, string value)1426         public void Add(System.Uri uri, string value) { }
GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn)1427         public override object GetEntity(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) { throw null; }
GetEntityAsync(System.Uri absoluteUri, string role, System.Type ofObjectToReturn)1428         public override System.Threading.Tasks.Task<object> GetEntityAsync(System.Uri absoluteUri, string role, System.Type ofObjectToReturn) { throw null; }
Remove(System.Uri uri)1429         public void Remove(System.Uri uri) { }
ResolveUri(System.Uri baseUri, string relativeUri)1430         public override System.Uri ResolveUri(System.Uri baseUri, string relativeUri) { throw null; }
SupportsType(System.Uri absoluteUri, System.Type type)1431         public override bool SupportsType(System.Uri absoluteUri, System.Type type) { throw null; }
1432     }
1433 }
1434 namespace System.Xml.Schema
1435 {
1436     public partial interface IXmlSchemaInfo
1437     {
1438         bool IsDefault { get; }
1439         bool IsNil { get; }
1440         System.Xml.Schema.XmlSchemaSimpleType MemberType { get; }
1441         System.Xml.Schema.XmlSchemaAttribute SchemaAttribute { get; }
1442         System.Xml.Schema.XmlSchemaElement SchemaElement { get; }
1443         System.Xml.Schema.XmlSchemaType SchemaType { get; }
1444         System.Xml.Schema.XmlSchemaValidity Validity { get; }
1445     }
1446     public partial class ValidationEventArgs : System.EventArgs
1447     {
ValidationEventArgs()1448         internal ValidationEventArgs() { }
1449         public System.Xml.Schema.XmlSchemaException Exception { get { throw null; } }
1450         public string Message { get { throw null; } }
1451         public System.Xml.Schema.XmlSeverityType Severity { get { throw null; } }
1452     }
ValidationEventHandler(object sender, System.Xml.Schema.ValidationEventArgs e)1453     public delegate void ValidationEventHandler(object sender, System.Xml.Schema.ValidationEventArgs e);
1454     public sealed partial class XmlAtomicValue : System.Xml.XPath.XPathItem, System.ICloneable
1455     {
XmlAtomicValue()1456         internal XmlAtomicValue() { }
1457         public override bool IsNode { get { throw null; } }
1458         public override object TypedValue { get { throw null; } }
1459         public override string Value { get { throw null; } }
1460         public override bool ValueAsBoolean { get { throw null; } }
1461         public override System.DateTime ValueAsDateTime { get { throw null; } }
1462         public override double ValueAsDouble { get { throw null; } }
1463         public override int ValueAsInt { get { throw null; } }
1464         public override long ValueAsLong { get { throw null; } }
1465         public override System.Type ValueType { get { throw null; } }
1466         public override System.Xml.Schema.XmlSchemaType XmlType { get { throw null; } }
Clone()1467         public System.Xml.Schema.XmlAtomicValue Clone() { throw null; }
System.ICloneable.Clone()1468         object System.ICloneable.Clone() { throw null; }
ToString()1469         public override string ToString() { throw null; }
ValueAs(System.Type type, System.Xml.IXmlNamespaceResolver nsResolver)1470         public override object ValueAs(System.Type type, System.Xml.IXmlNamespaceResolver nsResolver) { throw null; }
1471     }
1472     [System.Xml.Serialization.XmlRootAttribute("schema", Namespace="http://www.w3.org/2001/XMLSchema")]
1473     public partial class XmlSchema : System.Xml.Schema.XmlSchemaObject
1474     {
1475         public const string InstanceNamespace = "http://www.w3.org/2001/XMLSchema-instance";
1476         public const string Namespace = "http://www.w3.org/2001/XMLSchema";
XmlSchema()1477         public XmlSchema() { }
1478         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaForm)(0))]
1479         [System.Xml.Serialization.XmlAttributeAttribute("attributeFormDefault")]
1480         public System.Xml.Schema.XmlSchemaForm AttributeFormDefault { get { throw null; } set { } }
1481         [System.Xml.Serialization.XmlIgnoreAttribute]
1482         public System.Xml.Schema.XmlSchemaObjectTable AttributeGroups { get { throw null; } }
1483         [System.Xml.Serialization.XmlIgnoreAttribute]
1484         public System.Xml.Schema.XmlSchemaObjectTable Attributes { get { throw null; } }
1485         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaDerivationMethod)(256))]
1486         [System.Xml.Serialization.XmlAttributeAttribute("blockDefault")]
1487         public System.Xml.Schema.XmlSchemaDerivationMethod BlockDefault { get { throw null; } set { } }
1488         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaForm)(0))]
1489         [System.Xml.Serialization.XmlAttributeAttribute("elementFormDefault")]
1490         public System.Xml.Schema.XmlSchemaForm ElementFormDefault { get { throw null; } set { } }
1491         [System.Xml.Serialization.XmlIgnoreAttribute]
1492         public System.Xml.Schema.XmlSchemaObjectTable Elements { get { throw null; } }
1493         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaDerivationMethod)(256))]
1494         [System.Xml.Serialization.XmlAttributeAttribute("finalDefault")]
1495         public System.Xml.Schema.XmlSchemaDerivationMethod FinalDefault { get { throw null; } set { } }
1496         [System.Xml.Serialization.XmlIgnoreAttribute]
1497         public System.Xml.Schema.XmlSchemaObjectTable Groups { get { throw null; } }
1498         [System.Xml.Serialization.XmlAttributeAttribute("id", DataType="ID")]
1499         public string Id { get { throw null; } set { } }
1500         [System.Xml.Serialization.XmlElementAttribute("import", typeof(System.Xml.Schema.XmlSchemaImport))]
1501         [System.Xml.Serialization.XmlElementAttribute("include", typeof(System.Xml.Schema.XmlSchemaInclude))]
1502         [System.Xml.Serialization.XmlElementAttribute("redefine", typeof(System.Xml.Schema.XmlSchemaRedefine))]
1503         public System.Xml.Schema.XmlSchemaObjectCollection Includes { get { throw null; } }
1504         [System.Xml.Serialization.XmlIgnoreAttribute]
1505         public bool IsCompiled { get { throw null; } }
1506         [System.Xml.Serialization.XmlElementAttribute("annotation", typeof(System.Xml.Schema.XmlSchemaAnnotation))]
1507         [System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttribute))]
1508         [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroup))]
1509         [System.Xml.Serialization.XmlElementAttribute("complexType", typeof(System.Xml.Schema.XmlSchemaComplexType))]
1510         [System.Xml.Serialization.XmlElementAttribute("element", typeof(System.Xml.Schema.XmlSchemaElement))]
1511         [System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroup))]
1512         [System.Xml.Serialization.XmlElementAttribute("notation", typeof(System.Xml.Schema.XmlSchemaNotation))]
1513         [System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimpleType))]
1514         public System.Xml.Schema.XmlSchemaObjectCollection Items { get { throw null; } }
1515         [System.Xml.Serialization.XmlIgnoreAttribute]
1516         public System.Xml.Schema.XmlSchemaObjectTable Notations { get { throw null; } }
1517         [System.Xml.Serialization.XmlIgnoreAttribute]
1518         public System.Xml.Schema.XmlSchemaObjectTable SchemaTypes { get { throw null; } }
1519         [System.Xml.Serialization.XmlAttributeAttribute("targetNamespace", DataType="anyURI")]
1520         public string TargetNamespace { get { throw null; } set { } }
1521         [System.Xml.Serialization.XmlAnyAttributeAttribute]
1522         public System.Xml.XmlAttribute[] UnhandledAttributes { get { throw null; } set { } }
1523         [System.Xml.Serialization.XmlAttributeAttribute("version", DataType="token")]
1524         public string Version { get { throw null; } set { } }
1525         [System.ObsoleteAttribute("Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202")]
Compile(System.Xml.Schema.ValidationEventHandler validationEventHandler)1526         public void Compile(System.Xml.Schema.ValidationEventHandler validationEventHandler) { }
1527         [System.ObsoleteAttribute("Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202")]
Compile(System.Xml.Schema.ValidationEventHandler validationEventHandler, System.Xml.XmlResolver resolver)1528         public void Compile(System.Xml.Schema.ValidationEventHandler validationEventHandler, System.Xml.XmlResolver resolver) { }
Read(System.IO.Stream stream, System.Xml.Schema.ValidationEventHandler validationEventHandler)1529         public static System.Xml.Schema.XmlSchema Read(System.IO.Stream stream, System.Xml.Schema.ValidationEventHandler validationEventHandler) { throw null; }
Read(System.IO.TextReader reader, System.Xml.Schema.ValidationEventHandler validationEventHandler)1530         public static System.Xml.Schema.XmlSchema Read(System.IO.TextReader reader, System.Xml.Schema.ValidationEventHandler validationEventHandler) { throw null; }
Read(System.Xml.XmlReader reader, System.Xml.Schema.ValidationEventHandler validationEventHandler)1531         public static System.Xml.Schema.XmlSchema Read(System.Xml.XmlReader reader, System.Xml.Schema.ValidationEventHandler validationEventHandler) { throw null; }
Write(System.IO.Stream stream)1532         public void Write(System.IO.Stream stream) { }
Write(System.IO.Stream stream, System.Xml.XmlNamespaceManager namespaceManager)1533         public void Write(System.IO.Stream stream, System.Xml.XmlNamespaceManager namespaceManager) { }
Write(System.IO.TextWriter writer)1534         public void Write(System.IO.TextWriter writer) { }
Write(System.IO.TextWriter writer, System.Xml.XmlNamespaceManager namespaceManager)1535         public void Write(System.IO.TextWriter writer, System.Xml.XmlNamespaceManager namespaceManager) { }
Write(System.Xml.XmlWriter writer)1536         public void Write(System.Xml.XmlWriter writer) { }
Write(System.Xml.XmlWriter writer, System.Xml.XmlNamespaceManager namespaceManager)1537         public void Write(System.Xml.XmlWriter writer, System.Xml.XmlNamespaceManager namespaceManager) { }
1538     }
1539     public partial class XmlSchemaAll : System.Xml.Schema.XmlSchemaGroupBase
1540     {
XmlSchemaAll()1541         public XmlSchemaAll() { }
1542         [System.Xml.Serialization.XmlElementAttribute("element", typeof(System.Xml.Schema.XmlSchemaElement))]
1543         public override System.Xml.Schema.XmlSchemaObjectCollection Items { get { throw null; } }
1544     }
1545     public partial class XmlSchemaAnnotated : System.Xml.Schema.XmlSchemaObject
1546     {
XmlSchemaAnnotated()1547         public XmlSchemaAnnotated() { }
1548         [System.Xml.Serialization.XmlElementAttribute("annotation", typeof(System.Xml.Schema.XmlSchemaAnnotation))]
1549         public System.Xml.Schema.XmlSchemaAnnotation Annotation { get { throw null; } set { } }
1550         [System.Xml.Serialization.XmlAttributeAttribute("id", DataType="ID")]
1551         public string Id { get { throw null; } set { } }
1552         [System.Xml.Serialization.XmlAnyAttributeAttribute]
1553         public System.Xml.XmlAttribute[] UnhandledAttributes { get { throw null; } set { } }
1554     }
1555     public partial class XmlSchemaAnnotation : System.Xml.Schema.XmlSchemaObject
1556     {
XmlSchemaAnnotation()1557         public XmlSchemaAnnotation() { }
1558         [System.Xml.Serialization.XmlAttributeAttribute("id", DataType="ID")]
1559         public string Id { get { throw null; } set { } }
1560         [System.Xml.Serialization.XmlElementAttribute("appinfo", typeof(System.Xml.Schema.XmlSchemaAppInfo))]
1561         [System.Xml.Serialization.XmlElementAttribute("documentation", typeof(System.Xml.Schema.XmlSchemaDocumentation))]
1562         public System.Xml.Schema.XmlSchemaObjectCollection Items { get { throw null; } }
1563         [System.Xml.Serialization.XmlAnyAttributeAttribute]
1564         public System.Xml.XmlAttribute[] UnhandledAttributes { get { throw null; } set { } }
1565     }
1566     public partial class XmlSchemaAny : System.Xml.Schema.XmlSchemaParticle
1567     {
XmlSchemaAny()1568         public XmlSchemaAny() { }
1569         [System.Xml.Serialization.XmlAttributeAttribute("namespace")]
1570         public string Namespace { get { throw null; } set { } }
1571         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaContentProcessing)(0))]
1572         [System.Xml.Serialization.XmlAttributeAttribute("processContents")]
1573         public System.Xml.Schema.XmlSchemaContentProcessing ProcessContents { get { throw null; } set { } }
1574     }
1575     public partial class XmlSchemaAnyAttribute : System.Xml.Schema.XmlSchemaAnnotated
1576     {
XmlSchemaAnyAttribute()1577         public XmlSchemaAnyAttribute() { }
1578         [System.Xml.Serialization.XmlAttributeAttribute("namespace")]
1579         public string Namespace { get { throw null; } set { } }
1580         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaContentProcessing)(0))]
1581         [System.Xml.Serialization.XmlAttributeAttribute("processContents")]
1582         public System.Xml.Schema.XmlSchemaContentProcessing ProcessContents { get { throw null; } set { } }
1583     }
1584     public partial class XmlSchemaAppInfo : System.Xml.Schema.XmlSchemaObject
1585     {
XmlSchemaAppInfo()1586         public XmlSchemaAppInfo() { }
1587         [System.Xml.Serialization.XmlAnyElementAttribute]
1588         [System.Xml.Serialization.XmlTextAttribute]
1589         public System.Xml.XmlNode[] Markup { get { throw null; } set { } }
1590         [System.Xml.Serialization.XmlAttributeAttribute("source", DataType="anyURI")]
1591         public string Source { get { throw null; } set { } }
1592     }
1593     public partial class XmlSchemaAttribute : System.Xml.Schema.XmlSchemaAnnotated
1594     {
XmlSchemaAttribute()1595         public XmlSchemaAttribute() { }
1596         [System.Xml.Serialization.XmlIgnoreAttribute]
1597         public System.Xml.Schema.XmlSchemaSimpleType AttributeSchemaType { get { throw null; } }
1598         [System.ObsoleteAttribute("This property has been deprecated. Please use AttributeSchemaType property that returns a strongly typed attribute type. http://go.microsoft.com/fwlink/?linkid=14202")]
1599         [System.Xml.Serialization.XmlIgnoreAttribute]
1600         public object AttributeType { get { throw null; } }
1601         [System.ComponentModel.DefaultValueAttribute(null)]
1602         [System.Xml.Serialization.XmlAttributeAttribute("default")]
1603         public string DefaultValue { get { throw null; } set { } }
1604         [System.ComponentModel.DefaultValueAttribute(null)]
1605         [System.Xml.Serialization.XmlAttributeAttribute("fixed")]
1606         public string FixedValue { get { throw null; } set { } }
1607         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaForm)(0))]
1608         [System.Xml.Serialization.XmlAttributeAttribute("form")]
1609         public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } }
1610         [System.Xml.Serialization.XmlAttributeAttribute("name")]
1611         public string Name { get { throw null; } set { } }
1612         [System.Xml.Serialization.XmlIgnoreAttribute]
1613         public System.Xml.XmlQualifiedName QualifiedName { get { throw null; } }
1614         [System.Xml.Serialization.XmlAttributeAttribute("ref")]
1615         public System.Xml.XmlQualifiedName RefName { get { throw null; } set { } }
1616         [System.Xml.Serialization.XmlElementAttribute("simpleType")]
1617         public System.Xml.Schema.XmlSchemaSimpleType SchemaType { get { throw null; } set { } }
1618         [System.Xml.Serialization.XmlAttributeAttribute("type")]
1619         public System.Xml.XmlQualifiedName SchemaTypeName { get { throw null; } set { } }
1620         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaUse)(0))]
1621         [System.Xml.Serialization.XmlAttributeAttribute("use")]
1622         public System.Xml.Schema.XmlSchemaUse Use { get { throw null; } set { } }
1623     }
1624     public partial class XmlSchemaAttributeGroup : System.Xml.Schema.XmlSchemaAnnotated
1625     {
XmlSchemaAttributeGroup()1626         public XmlSchemaAttributeGroup() { }
1627         [System.Xml.Serialization.XmlElementAttribute("anyAttribute")]
1628         public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get { throw null; } set { } }
1629         [System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttribute))]
1630         [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))]
1631         public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get { throw null; } }
1632         [System.Xml.Serialization.XmlAttributeAttribute("name")]
1633         public string Name { get { throw null; } set { } }
1634         [System.Xml.Serialization.XmlIgnoreAttribute]
1635         public System.Xml.XmlQualifiedName QualifiedName { get { throw null; } }
1636         [System.Xml.Serialization.XmlIgnoreAttribute]
1637         public System.Xml.Schema.XmlSchemaAttributeGroup RedefinedAttributeGroup { get { throw null; } }
1638     }
1639     public partial class XmlSchemaAttributeGroupRef : System.Xml.Schema.XmlSchemaAnnotated
1640     {
XmlSchemaAttributeGroupRef()1641         public XmlSchemaAttributeGroupRef() { }
1642         [System.Xml.Serialization.XmlAttributeAttribute("ref")]
1643         public System.Xml.XmlQualifiedName RefName { get { throw null; } set { } }
1644     }
1645     public partial class XmlSchemaChoice : System.Xml.Schema.XmlSchemaGroupBase
1646     {
XmlSchemaChoice()1647         public XmlSchemaChoice() { }
1648         [System.Xml.Serialization.XmlElementAttribute("any", typeof(System.Xml.Schema.XmlSchemaAny))]
1649         [System.Xml.Serialization.XmlElementAttribute("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
1650         [System.Xml.Serialization.XmlElementAttribute("element", typeof(System.Xml.Schema.XmlSchemaElement))]
1651         [System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroupRef))]
1652         [System.Xml.Serialization.XmlElementAttribute("sequence", typeof(System.Xml.Schema.XmlSchemaSequence))]
1653         public override System.Xml.Schema.XmlSchemaObjectCollection Items { get { throw null; } }
1654     }
1655     [System.ObsoleteAttribute("Use System.Xml.Schema.XmlSchemaSet for schema compilation and validation. http://go.microsoft.com/fwlink/?linkid=14202")]
1656     public sealed partial class XmlSchemaCollection : System.Collections.ICollection, System.Collections.IEnumerable
1657     {
XmlSchemaCollection()1658         public XmlSchemaCollection() { }
XmlSchemaCollection(System.Xml.XmlNameTable nametable)1659         public XmlSchemaCollection(System.Xml.XmlNameTable nametable) { }
1660         public int Count { get { throw null; } }
1661         public System.Xml.Schema.XmlSchema this[string ns] { get { throw null; } }
1662         public System.Xml.XmlNameTable NameTable { get { throw null; } }
1663         int System.Collections.ICollection.Count { get { throw null; } }
1664         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1665         object System.Collections.ICollection.SyncRoot { get { throw null; } }
1666         public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler { add { } remove { } }
Add(string ns, string uri)1667         public System.Xml.Schema.XmlSchema Add(string ns, string uri) { throw null; }
Add(string ns, System.Xml.XmlReader reader)1668         public System.Xml.Schema.XmlSchema Add(string ns, System.Xml.XmlReader reader) { throw null; }
Add(string ns, System.Xml.XmlReader reader, System.Xml.XmlResolver resolver)1669         public System.Xml.Schema.XmlSchema Add(string ns, System.Xml.XmlReader reader, System.Xml.XmlResolver resolver) { throw null; }
Add(System.Xml.Schema.XmlSchema schema)1670         public System.Xml.Schema.XmlSchema Add(System.Xml.Schema.XmlSchema schema) { throw null; }
Add(System.Xml.Schema.XmlSchema schema, System.Xml.XmlResolver resolver)1671         public System.Xml.Schema.XmlSchema Add(System.Xml.Schema.XmlSchema schema, System.Xml.XmlResolver resolver) { throw null; }
Add(System.Xml.Schema.XmlSchemaCollection schema)1672         public void Add(System.Xml.Schema.XmlSchemaCollection schema) { }
Contains(string ns)1673         public bool Contains(string ns) { throw null; }
Contains(System.Xml.Schema.XmlSchema schema)1674         public bool Contains(System.Xml.Schema.XmlSchema schema) { throw null; }
CopyTo(System.Xml.Schema.XmlSchema[] array, int index)1675         public void CopyTo(System.Xml.Schema.XmlSchema[] array, int index) { }
GetEnumerator()1676         public System.Xml.Schema.XmlSchemaCollectionEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)1677         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1678         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
1679     }
1680     public sealed partial class XmlSchemaCollectionEnumerator : System.Collections.IEnumerator
1681     {
XmlSchemaCollectionEnumerator()1682         internal XmlSchemaCollectionEnumerator() { }
1683         public System.Xml.Schema.XmlSchema Current { get { throw null; } }
1684         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()1685         public bool MoveNext() { throw null; }
System.Collections.IEnumerator.MoveNext()1686         bool System.Collections.IEnumerator.MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()1687         void System.Collections.IEnumerator.Reset() { }
1688     }
1689     public sealed partial class XmlSchemaCompilationSettings
1690     {
XmlSchemaCompilationSettings()1691         public XmlSchemaCompilationSettings() { }
1692         public bool EnableUpaCheck { get { throw null; } set { } }
1693     }
1694     public partial class XmlSchemaComplexContent : System.Xml.Schema.XmlSchemaContentModel
1695     {
XmlSchemaComplexContent()1696         public XmlSchemaComplexContent() { }
1697         [System.Xml.Serialization.XmlElementAttribute("extension", typeof(System.Xml.Schema.XmlSchemaComplexContentExtension))]
1698         [System.Xml.Serialization.XmlElementAttribute("restriction", typeof(System.Xml.Schema.XmlSchemaComplexContentRestriction))]
1699         public override System.Xml.Schema.XmlSchemaContent Content { get { throw null; } set { } }
1700         [System.Xml.Serialization.XmlAttributeAttribute("mixed")]
1701         public bool IsMixed { get { throw null; } set { } }
1702     }
1703     public partial class XmlSchemaComplexContentExtension : System.Xml.Schema.XmlSchemaContent
1704     {
XmlSchemaComplexContentExtension()1705         public XmlSchemaComplexContentExtension() { }
1706         [System.Xml.Serialization.XmlElementAttribute("anyAttribute")]
1707         public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get { throw null; } set { } }
1708         [System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttribute))]
1709         [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))]
1710         public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get { throw null; } }
1711         [System.Xml.Serialization.XmlAttributeAttribute("base")]
1712         public System.Xml.XmlQualifiedName BaseTypeName { get { throw null; } set { } }
1713         [System.Xml.Serialization.XmlElementAttribute("all", typeof(System.Xml.Schema.XmlSchemaAll))]
1714         [System.Xml.Serialization.XmlElementAttribute("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
1715         [System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroupRef))]
1716         [System.Xml.Serialization.XmlElementAttribute("sequence", typeof(System.Xml.Schema.XmlSchemaSequence))]
1717         public System.Xml.Schema.XmlSchemaParticle Particle { get { throw null; } set { } }
1718     }
1719     public partial class XmlSchemaComplexContentRestriction : System.Xml.Schema.XmlSchemaContent
1720     {
XmlSchemaComplexContentRestriction()1721         public XmlSchemaComplexContentRestriction() { }
1722         [System.Xml.Serialization.XmlElementAttribute("anyAttribute")]
1723         public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get { throw null; } set { } }
1724         [System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttribute))]
1725         [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))]
1726         public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get { throw null; } }
1727         [System.Xml.Serialization.XmlAttributeAttribute("base")]
1728         public System.Xml.XmlQualifiedName BaseTypeName { get { throw null; } set { } }
1729         [System.Xml.Serialization.XmlElementAttribute("all", typeof(System.Xml.Schema.XmlSchemaAll))]
1730         [System.Xml.Serialization.XmlElementAttribute("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
1731         [System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroupRef))]
1732         [System.Xml.Serialization.XmlElementAttribute("sequence", typeof(System.Xml.Schema.XmlSchemaSequence))]
1733         public System.Xml.Schema.XmlSchemaParticle Particle { get { throw null; } set { } }
1734     }
1735     public partial class XmlSchemaComplexType : System.Xml.Schema.XmlSchemaType
1736     {
XmlSchemaComplexType()1737         public XmlSchemaComplexType() { }
1738         [System.Xml.Serialization.XmlElementAttribute("anyAttribute")]
1739         public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get { throw null; } set { } }
1740         [System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttribute))]
1741         [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))]
1742         public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get { throw null; } }
1743         [System.Xml.Serialization.XmlIgnoreAttribute]
1744         public System.Xml.Schema.XmlSchemaObjectTable AttributeUses { get { throw null; } }
1745         [System.Xml.Serialization.XmlIgnoreAttribute]
1746         public System.Xml.Schema.XmlSchemaAnyAttribute AttributeWildcard { get { throw null; } }
1747         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaDerivationMethod)(256))]
1748         [System.Xml.Serialization.XmlAttributeAttribute("block")]
1749         public System.Xml.Schema.XmlSchemaDerivationMethod Block { get { throw null; } set { } }
1750         [System.Xml.Serialization.XmlIgnoreAttribute]
1751         public System.Xml.Schema.XmlSchemaDerivationMethod BlockResolved { get { throw null; } }
1752         [System.Xml.Serialization.XmlElementAttribute("complexContent", typeof(System.Xml.Schema.XmlSchemaComplexContent))]
1753         [System.Xml.Serialization.XmlElementAttribute("simpleContent", typeof(System.Xml.Schema.XmlSchemaSimpleContent))]
1754         public System.Xml.Schema.XmlSchemaContentModel ContentModel { get { throw null; } set { } }
1755         [System.Xml.Serialization.XmlIgnoreAttribute]
1756         public System.Xml.Schema.XmlSchemaContentType ContentType { get { throw null; } }
1757         [System.Xml.Serialization.XmlIgnoreAttribute]
1758         public System.Xml.Schema.XmlSchemaParticle ContentTypeParticle { get { throw null; } }
1759         [System.ComponentModel.DefaultValueAttribute(false)]
1760         [System.Xml.Serialization.XmlAttributeAttribute("abstract")]
1761         public bool IsAbstract { get { throw null; } set { } }
1762         [System.ComponentModel.DefaultValueAttribute(false)]
1763         [System.Xml.Serialization.XmlAttributeAttribute("mixed")]
1764         public override bool IsMixed { get { throw null; } set { } }
1765         [System.Xml.Serialization.XmlElementAttribute("all", typeof(System.Xml.Schema.XmlSchemaAll))]
1766         [System.Xml.Serialization.XmlElementAttribute("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
1767         [System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroupRef))]
1768         [System.Xml.Serialization.XmlElementAttribute("sequence", typeof(System.Xml.Schema.XmlSchemaSequence))]
1769         public System.Xml.Schema.XmlSchemaParticle Particle { get { throw null; } set { } }
1770     }
1771     public abstract partial class XmlSchemaContent : System.Xml.Schema.XmlSchemaAnnotated
1772     {
XmlSchemaContent()1773         protected XmlSchemaContent() { }
1774     }
1775     public abstract partial class XmlSchemaContentModel : System.Xml.Schema.XmlSchemaAnnotated
1776     {
XmlSchemaContentModel()1777         protected XmlSchemaContentModel() { }
1778         [System.Xml.Serialization.XmlIgnoreAttribute]
1779         public abstract System.Xml.Schema.XmlSchemaContent Content { get; set; }
1780     }
1781     public enum XmlSchemaContentProcessing
1782     {
1783         [System.Xml.Serialization.XmlEnumAttribute("lax")]
1784         Lax = 2,
1785         [System.Xml.Serialization.XmlIgnoreAttribute]
1786         None = 0,
1787         [System.Xml.Serialization.XmlEnumAttribute("skip")]
1788         Skip = 1,
1789         [System.Xml.Serialization.XmlEnumAttribute("strict")]
1790         Strict = 3,
1791     }
1792     public enum XmlSchemaContentType
1793     {
1794         ElementOnly = 2,
1795         Empty = 1,
1796         Mixed = 3,
1797         TextOnly = 0,
1798     }
1799     public abstract partial class XmlSchemaDatatype
1800     {
XmlSchemaDatatype()1801         protected XmlSchemaDatatype() { }
1802         public abstract System.Xml.XmlTokenizedType TokenizedType { get; }
1803         public virtual System.Xml.Schema.XmlTypeCode TypeCode { get { throw null; } }
1804         public abstract System.Type ValueType { get; }
1805         public virtual System.Xml.Schema.XmlSchemaDatatypeVariety Variety { get { throw null; } }
ChangeType(object value, System.Type targetType)1806         public virtual object ChangeType(object value, System.Type targetType) { throw null; }
ChangeType(object value, System.Type targetType, System.Xml.IXmlNamespaceResolver namespaceResolver)1807         public virtual object ChangeType(object value, System.Type targetType, System.Xml.IXmlNamespaceResolver namespaceResolver) { throw null; }
IsDerivedFrom(System.Xml.Schema.XmlSchemaDatatype datatype)1808         public virtual bool IsDerivedFrom(System.Xml.Schema.XmlSchemaDatatype datatype) { throw null; }
ParseValue(string s, System.Xml.XmlNameTable nameTable, System.Xml.IXmlNamespaceResolver nsmgr)1809         public abstract object ParseValue(string s, System.Xml.XmlNameTable nameTable, System.Xml.IXmlNamespaceResolver nsmgr);
1810     }
1811     public enum XmlSchemaDatatypeVariety
1812     {
1813         Atomic = 0,
1814         List = 1,
1815         Union = 2,
1816     }
1817     [System.FlagsAttribute]
1818     public enum XmlSchemaDerivationMethod
1819     {
1820         [System.Xml.Serialization.XmlEnumAttribute("#all")]
1821         All = 255,
1822         [System.Xml.Serialization.XmlEnumAttribute("")]
1823         Empty = 0,
1824         [System.Xml.Serialization.XmlEnumAttribute("extension")]
1825         Extension = 2,
1826         [System.Xml.Serialization.XmlEnumAttribute("list")]
1827         List = 8,
1828         [System.Xml.Serialization.XmlIgnoreAttribute]
1829         None = 256,
1830         [System.Xml.Serialization.XmlEnumAttribute("restriction")]
1831         Restriction = 4,
1832         [System.Xml.Serialization.XmlEnumAttribute("substitution")]
1833         Substitution = 1,
1834         [System.Xml.Serialization.XmlEnumAttribute("union")]
1835         Union = 16,
1836     }
1837     public partial class XmlSchemaDocumentation : System.Xml.Schema.XmlSchemaObject
1838     {
XmlSchemaDocumentation()1839         public XmlSchemaDocumentation() { }
1840         [System.Xml.Serialization.XmlAttributeAttribute("xml:lang")]
1841         public string Language { get { throw null; } set { } }
1842         [System.Xml.Serialization.XmlAnyElementAttribute]
1843         [System.Xml.Serialization.XmlTextAttribute]
1844         public System.Xml.XmlNode[] Markup { get { throw null; } set { } }
1845         [System.Xml.Serialization.XmlAttributeAttribute("source", DataType="anyURI")]
1846         public string Source { get { throw null; } set { } }
1847     }
1848     public partial class XmlSchemaElement : System.Xml.Schema.XmlSchemaParticle
1849     {
XmlSchemaElement()1850         public XmlSchemaElement() { }
1851         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaDerivationMethod)(256))]
1852         [System.Xml.Serialization.XmlAttributeAttribute("block")]
1853         public System.Xml.Schema.XmlSchemaDerivationMethod Block { get { throw null; } set { } }
1854         [System.Xml.Serialization.XmlIgnoreAttribute]
1855         public System.Xml.Schema.XmlSchemaDerivationMethod BlockResolved { get { throw null; } }
1856         [System.Xml.Serialization.XmlElementAttribute("key", typeof(System.Xml.Schema.XmlSchemaKey))]
1857         [System.Xml.Serialization.XmlElementAttribute("keyref", typeof(System.Xml.Schema.XmlSchemaKeyref))]
1858         [System.Xml.Serialization.XmlElementAttribute("unique", typeof(System.Xml.Schema.XmlSchemaUnique))]
1859         public System.Xml.Schema.XmlSchemaObjectCollection Constraints { get { throw null; } }
1860         [System.ComponentModel.DefaultValueAttribute(null)]
1861         [System.Xml.Serialization.XmlAttributeAttribute("default")]
1862         public string DefaultValue { get { throw null; } set { } }
1863         [System.Xml.Serialization.XmlIgnoreAttribute]
1864         public System.Xml.Schema.XmlSchemaType ElementSchemaType { get { throw null; } }
1865         [System.ObsoleteAttribute("This property has been deprecated. Please use ElementSchemaType property that returns a strongly typed element type. http://go.microsoft.com/fwlink/?linkid=14202")]
1866         [System.Xml.Serialization.XmlIgnoreAttribute]
1867         public object ElementType { get { throw null; } }
1868         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaDerivationMethod)(256))]
1869         [System.Xml.Serialization.XmlAttributeAttribute("final")]
1870         public System.Xml.Schema.XmlSchemaDerivationMethod Final { get { throw null; } set { } }
1871         [System.Xml.Serialization.XmlIgnoreAttribute]
1872         public System.Xml.Schema.XmlSchemaDerivationMethod FinalResolved { get { throw null; } }
1873         [System.ComponentModel.DefaultValueAttribute(null)]
1874         [System.Xml.Serialization.XmlAttributeAttribute("fixed")]
1875         public string FixedValue { get { throw null; } set { } }
1876         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaForm)(0))]
1877         [System.Xml.Serialization.XmlAttributeAttribute("form")]
1878         public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } }
1879         [System.ComponentModel.DefaultValueAttribute(false)]
1880         [System.Xml.Serialization.XmlAttributeAttribute("abstract")]
1881         public bool IsAbstract { get { throw null; } set { } }
1882         [System.ComponentModel.DefaultValueAttribute(false)]
1883         [System.Xml.Serialization.XmlAttributeAttribute("nillable")]
1884         public bool IsNillable { get { throw null; } set { } }
1885         [System.ComponentModel.DefaultValueAttribute("")]
1886         [System.Xml.Serialization.XmlAttributeAttribute("name")]
1887         public string Name { get { throw null; } set { } }
1888         [System.Xml.Serialization.XmlIgnoreAttribute]
1889         public System.Xml.XmlQualifiedName QualifiedName { get { throw null; } }
1890         [System.Xml.Serialization.XmlAttributeAttribute("ref")]
1891         public System.Xml.XmlQualifiedName RefName { get { throw null; } set { } }
1892         [System.Xml.Serialization.XmlElementAttribute("complexType", typeof(System.Xml.Schema.XmlSchemaComplexType))]
1893         [System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimpleType))]
1894         public System.Xml.Schema.XmlSchemaType SchemaType { get { throw null; } set { } }
1895         [System.Xml.Serialization.XmlAttributeAttribute("type")]
1896         public System.Xml.XmlQualifiedName SchemaTypeName { get { throw null; } set { } }
1897         [System.Xml.Serialization.XmlAttributeAttribute("substitutionGroup")]
1898         public System.Xml.XmlQualifiedName SubstitutionGroup { get { throw null; } set { } }
1899     }
1900     public partial class XmlSchemaEnumerationFacet : System.Xml.Schema.XmlSchemaFacet
1901     {
XmlSchemaEnumerationFacet()1902         public XmlSchemaEnumerationFacet() { }
1903     }
1904     [System.SerializableAttribute]
1905     public partial class XmlSchemaException : System.SystemException
1906     {
XmlSchemaException()1907         public XmlSchemaException() { }
XmlSchemaException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1908         protected XmlSchemaException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XmlSchemaException(string message)1909         public XmlSchemaException(string message) { }
XmlSchemaException(string message, System.Exception innerException)1910         public XmlSchemaException(string message, System.Exception innerException) { }
XmlSchemaException(string message, System.Exception innerException, int lineNumber, int linePosition)1911         public XmlSchemaException(string message, System.Exception innerException, int lineNumber, int linePosition) { }
1912         public int LineNumber { get { throw null; } }
1913         public int LinePosition { get { throw null; } }
1914         public override string Message { get { throw null; } }
1915         public System.Xml.Schema.XmlSchemaObject SourceSchemaObject { get { throw null; } }
1916         public string SourceUri { get { throw null; } }
1917         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1918         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
1919     }
1920     public abstract partial class XmlSchemaExternal : System.Xml.Schema.XmlSchemaObject
1921     {
XmlSchemaExternal()1922         protected XmlSchemaExternal() { }
1923         [System.Xml.Serialization.XmlAttributeAttribute("id", DataType="ID")]
1924         public string Id { get { throw null; } set { } }
1925         [System.Xml.Serialization.XmlIgnoreAttribute]
1926         public System.Xml.Schema.XmlSchema Schema { get { throw null; } set { } }
1927         [System.Xml.Serialization.XmlAttributeAttribute("schemaLocation", DataType="anyURI")]
1928         public string SchemaLocation { get { throw null; } set { } }
1929         [System.Xml.Serialization.XmlAnyAttributeAttribute]
1930         public System.Xml.XmlAttribute[] UnhandledAttributes { get { throw null; } set { } }
1931     }
1932     public abstract partial class XmlSchemaFacet : System.Xml.Schema.XmlSchemaAnnotated
1933     {
XmlSchemaFacet()1934         protected XmlSchemaFacet() { }
1935         [System.ComponentModel.DefaultValueAttribute(false)]
1936         [System.Xml.Serialization.XmlAttributeAttribute("fixed")]
1937         public virtual bool IsFixed { get { throw null; } set { } }
1938         [System.Xml.Serialization.XmlAttributeAttribute("value")]
1939         public string Value { get { throw null; } set { } }
1940     }
1941     public enum XmlSchemaForm
1942     {
1943         [System.Xml.Serialization.XmlIgnoreAttribute]
1944         None = 0,
1945         [System.Xml.Serialization.XmlEnumAttribute("qualified")]
1946         Qualified = 1,
1947         [System.Xml.Serialization.XmlEnumAttribute("unqualified")]
1948         Unqualified = 2,
1949     }
1950     public partial class XmlSchemaFractionDigitsFacet : System.Xml.Schema.XmlSchemaNumericFacet
1951     {
XmlSchemaFractionDigitsFacet()1952         public XmlSchemaFractionDigitsFacet() { }
1953     }
1954     public partial class XmlSchemaGroup : System.Xml.Schema.XmlSchemaAnnotated
1955     {
XmlSchemaGroup()1956         public XmlSchemaGroup() { }
1957         [System.Xml.Serialization.XmlAttributeAttribute("name")]
1958         public string Name { get { throw null; } set { } }
1959         [System.Xml.Serialization.XmlElementAttribute("all", typeof(System.Xml.Schema.XmlSchemaAll))]
1960         [System.Xml.Serialization.XmlElementAttribute("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
1961         [System.Xml.Serialization.XmlElementAttribute("sequence", typeof(System.Xml.Schema.XmlSchemaSequence))]
1962         public System.Xml.Schema.XmlSchemaGroupBase Particle { get { throw null; } set { } }
1963         [System.Xml.Serialization.XmlIgnoreAttribute]
1964         public System.Xml.XmlQualifiedName QualifiedName { get { throw null; } }
1965     }
1966     public abstract partial class XmlSchemaGroupBase : System.Xml.Schema.XmlSchemaParticle
1967     {
XmlSchemaGroupBase()1968         protected XmlSchemaGroupBase() { }
1969         [System.Xml.Serialization.XmlIgnoreAttribute]
1970         public abstract System.Xml.Schema.XmlSchemaObjectCollection Items { get; }
1971     }
1972     public partial class XmlSchemaGroupRef : System.Xml.Schema.XmlSchemaParticle
1973     {
XmlSchemaGroupRef()1974         public XmlSchemaGroupRef() { }
1975         [System.Xml.Serialization.XmlIgnoreAttribute]
1976         public System.Xml.Schema.XmlSchemaGroupBase Particle { get { throw null; } }
1977         [System.Xml.Serialization.XmlAttributeAttribute("ref")]
1978         public System.Xml.XmlQualifiedName RefName { get { throw null; } set { } }
1979     }
1980     public partial class XmlSchemaIdentityConstraint : System.Xml.Schema.XmlSchemaAnnotated
1981     {
XmlSchemaIdentityConstraint()1982         public XmlSchemaIdentityConstraint() { }
1983         [System.Xml.Serialization.XmlElementAttribute("field", typeof(System.Xml.Schema.XmlSchemaXPath))]
1984         public System.Xml.Schema.XmlSchemaObjectCollection Fields { get { throw null; } }
1985         [System.Xml.Serialization.XmlAttributeAttribute("name")]
1986         public string Name { get { throw null; } set { } }
1987         [System.Xml.Serialization.XmlIgnoreAttribute]
1988         public System.Xml.XmlQualifiedName QualifiedName { get { throw null; } }
1989         [System.Xml.Serialization.XmlElementAttribute("selector", typeof(System.Xml.Schema.XmlSchemaXPath))]
1990         public System.Xml.Schema.XmlSchemaXPath Selector { get { throw null; } set { } }
1991     }
1992     public partial class XmlSchemaImport : System.Xml.Schema.XmlSchemaExternal
1993     {
XmlSchemaImport()1994         public XmlSchemaImport() { }
1995         [System.Xml.Serialization.XmlElementAttribute("annotation", typeof(System.Xml.Schema.XmlSchemaAnnotation))]
1996         public System.Xml.Schema.XmlSchemaAnnotation Annotation { get { throw null; } set { } }
1997         [System.Xml.Serialization.XmlAttributeAttribute("namespace", DataType="anyURI")]
1998         public string Namespace { get { throw null; } set { } }
1999     }
2000     public partial class XmlSchemaInclude : System.Xml.Schema.XmlSchemaExternal
2001     {
XmlSchemaInclude()2002         public XmlSchemaInclude() { }
2003         [System.Xml.Serialization.XmlElementAttribute("annotation", typeof(System.Xml.Schema.XmlSchemaAnnotation))]
2004         public System.Xml.Schema.XmlSchemaAnnotation Annotation { get { throw null; } set { } }
2005     }
2006     public sealed partial class XmlSchemaInference
2007     {
XmlSchemaInference()2008         public XmlSchemaInference() { }
2009         public System.Xml.Schema.XmlSchemaInference.InferenceOption Occurrence { get { throw null; } set { } }
2010         public System.Xml.Schema.XmlSchemaInference.InferenceOption TypeInference { get { throw null; } set { } }
InferSchema(System.Xml.XmlReader instanceDocument)2011         public System.Xml.Schema.XmlSchemaSet InferSchema(System.Xml.XmlReader instanceDocument) { throw null; }
InferSchema(System.Xml.XmlReader instanceDocument, System.Xml.Schema.XmlSchemaSet schemas)2012         public System.Xml.Schema.XmlSchemaSet InferSchema(System.Xml.XmlReader instanceDocument, System.Xml.Schema.XmlSchemaSet schemas) { throw null; }
2013         public enum InferenceOption
2014         {
2015             Relaxed = 1,
2016             Restricted = 0,
2017         }
2018     }
2019     [System.SerializableAttribute]
2020     public partial class XmlSchemaInferenceException : System.Xml.Schema.XmlSchemaException
2021     {
XmlSchemaInferenceException()2022         public XmlSchemaInferenceException() { }
XmlSchemaInferenceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2023         protected XmlSchemaInferenceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XmlSchemaInferenceException(string message)2024         public XmlSchemaInferenceException(string message) { }
XmlSchemaInferenceException(string message, System.Exception innerException)2025         public XmlSchemaInferenceException(string message, System.Exception innerException) { }
XmlSchemaInferenceException(string message, System.Exception innerException, int lineNumber, int linePosition)2026         public XmlSchemaInferenceException(string message, System.Exception innerException, int lineNumber, int linePosition) { }
2027         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2028         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2029     }
2030     public partial class XmlSchemaInfo : System.Xml.Schema.IXmlSchemaInfo
2031     {
XmlSchemaInfo()2032         public XmlSchemaInfo() { }
2033         public System.Xml.Schema.XmlSchemaContentType ContentType { get { throw null; } set { } }
2034         public bool IsDefault { get { throw null; } set { } }
2035         public bool IsNil { get { throw null; } set { } }
2036         public System.Xml.Schema.XmlSchemaSimpleType MemberType { get { throw null; } set { } }
2037         public System.Xml.Schema.XmlSchemaAttribute SchemaAttribute { get { throw null; } set { } }
2038         public System.Xml.Schema.XmlSchemaElement SchemaElement { get { throw null; } set { } }
2039         public System.Xml.Schema.XmlSchemaType SchemaType { get { throw null; } set { } }
2040         public System.Xml.Schema.XmlSchemaValidity Validity { get { throw null; } set { } }
2041     }
2042     public partial class XmlSchemaKey : System.Xml.Schema.XmlSchemaIdentityConstraint
2043     {
XmlSchemaKey()2044         public XmlSchemaKey() { }
2045     }
2046     public partial class XmlSchemaKeyref : System.Xml.Schema.XmlSchemaIdentityConstraint
2047     {
XmlSchemaKeyref()2048         public XmlSchemaKeyref() { }
2049         [System.Xml.Serialization.XmlAttributeAttribute("refer")]
2050         public System.Xml.XmlQualifiedName Refer { get { throw null; } set { } }
2051     }
2052     public partial class XmlSchemaLengthFacet : System.Xml.Schema.XmlSchemaNumericFacet
2053     {
XmlSchemaLengthFacet()2054         public XmlSchemaLengthFacet() { }
2055     }
2056     public partial class XmlSchemaMaxExclusiveFacet : System.Xml.Schema.XmlSchemaFacet
2057     {
XmlSchemaMaxExclusiveFacet()2058         public XmlSchemaMaxExclusiveFacet() { }
2059     }
2060     public partial class XmlSchemaMaxInclusiveFacet : System.Xml.Schema.XmlSchemaFacet
2061     {
XmlSchemaMaxInclusiveFacet()2062         public XmlSchemaMaxInclusiveFacet() { }
2063     }
2064     public partial class XmlSchemaMaxLengthFacet : System.Xml.Schema.XmlSchemaNumericFacet
2065     {
XmlSchemaMaxLengthFacet()2066         public XmlSchemaMaxLengthFacet() { }
2067     }
2068     public partial class XmlSchemaMinExclusiveFacet : System.Xml.Schema.XmlSchemaFacet
2069     {
XmlSchemaMinExclusiveFacet()2070         public XmlSchemaMinExclusiveFacet() { }
2071     }
2072     public partial class XmlSchemaMinInclusiveFacet : System.Xml.Schema.XmlSchemaFacet
2073     {
XmlSchemaMinInclusiveFacet()2074         public XmlSchemaMinInclusiveFacet() { }
2075     }
2076     public partial class XmlSchemaMinLengthFacet : System.Xml.Schema.XmlSchemaNumericFacet
2077     {
XmlSchemaMinLengthFacet()2078         public XmlSchemaMinLengthFacet() { }
2079     }
2080     public partial class XmlSchemaNotation : System.Xml.Schema.XmlSchemaAnnotated
2081     {
XmlSchemaNotation()2082         public XmlSchemaNotation() { }
2083         [System.Xml.Serialization.XmlAttributeAttribute("name")]
2084         public string Name { get { throw null; } set { } }
2085         [System.Xml.Serialization.XmlAttributeAttribute("public")]
2086         public string Public { get { throw null; } set { } }
2087         [System.Xml.Serialization.XmlAttributeAttribute("system")]
2088         public string System { get { throw null; } set { } }
2089     }
2090     public abstract partial class XmlSchemaNumericFacet : System.Xml.Schema.XmlSchemaFacet
2091     {
XmlSchemaNumericFacet()2092         protected XmlSchemaNumericFacet() { }
2093     }
2094     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
2095     public abstract partial class XmlSchemaObject
2096     {
XmlSchemaObject()2097         protected XmlSchemaObject() { }
2098         [System.Xml.Serialization.XmlIgnoreAttribute]
2099         public int LineNumber { get { throw null; } set { } }
2100         [System.Xml.Serialization.XmlIgnoreAttribute]
2101         public int LinePosition { get { throw null; } set { } }
2102         [System.Xml.Serialization.XmlNamespaceDeclarationsAttribute]
2103         public System.Xml.Serialization.XmlSerializerNamespaces Namespaces { get { throw null; } set { } }
2104         [System.Xml.Serialization.XmlIgnoreAttribute]
2105         public System.Xml.Schema.XmlSchemaObject Parent { get { throw null; } set { } }
2106         [System.Xml.Serialization.XmlIgnoreAttribute]
2107         public string SourceUri { get { throw null; } set { } }
2108     }
2109     public partial class XmlSchemaObjectCollection : System.Collections.CollectionBase
2110     {
XmlSchemaObjectCollection()2111         public XmlSchemaObjectCollection() { }
XmlSchemaObjectCollection(System.Xml.Schema.XmlSchemaObject parent)2112         public XmlSchemaObjectCollection(System.Xml.Schema.XmlSchemaObject parent) { }
2113         public virtual System.Xml.Schema.XmlSchemaObject this[int index] { get { throw null; } set { } }
Add(System.Xml.Schema.XmlSchemaObject item)2114         public int Add(System.Xml.Schema.XmlSchemaObject item) { throw null; }
Contains(System.Xml.Schema.XmlSchemaObject item)2115         public bool Contains(System.Xml.Schema.XmlSchemaObject item) { throw null; }
CopyTo(System.Xml.Schema.XmlSchemaObject[] array, int index)2116         public void CopyTo(System.Xml.Schema.XmlSchemaObject[] array, int index) { }
GetEnumerator()2117         public new System.Xml.Schema.XmlSchemaObjectEnumerator GetEnumerator() { throw null; }
IndexOf(System.Xml.Schema.XmlSchemaObject item)2118         public int IndexOf(System.Xml.Schema.XmlSchemaObject item) { throw null; }
Insert(int index, System.Xml.Schema.XmlSchemaObject item)2119         public void Insert(int index, System.Xml.Schema.XmlSchemaObject item) { }
OnClear()2120         protected override void OnClear() { }
OnInsert(int index, object item)2121         protected override void OnInsert(int index, object item) { }
OnRemove(int index, object item)2122         protected override void OnRemove(int index, object item) { }
OnSet(int index, object oldValue, object newValue)2123         protected override void OnSet(int index, object oldValue, object newValue) { }
Remove(System.Xml.Schema.XmlSchemaObject item)2124         public void Remove(System.Xml.Schema.XmlSchemaObject item) { }
2125     }
2126     public partial class XmlSchemaObjectEnumerator : System.Collections.IEnumerator
2127     {
XmlSchemaObjectEnumerator()2128         internal XmlSchemaObjectEnumerator() { }
2129         public System.Xml.Schema.XmlSchemaObject Current { get { throw null; } }
2130         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()2131         public bool MoveNext() { throw null; }
Reset()2132         public void Reset() { }
System.Collections.IEnumerator.MoveNext()2133         bool System.Collections.IEnumerator.MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()2134         void System.Collections.IEnumerator.Reset() { }
2135     }
2136     public partial class XmlSchemaObjectTable
2137     {
XmlSchemaObjectTable()2138         internal XmlSchemaObjectTable() { }
2139         public int Count { get { throw null; } }
2140         public System.Xml.Schema.XmlSchemaObject this[System.Xml.XmlQualifiedName name] { get { throw null; } }
2141         public System.Collections.ICollection Names { get { throw null; } }
2142         public System.Collections.ICollection Values { get { throw null; } }
Contains(System.Xml.XmlQualifiedName name)2143         public bool Contains(System.Xml.XmlQualifiedName name) { throw null; }
GetEnumerator()2144         public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
2145     }
2146     public abstract partial class XmlSchemaParticle : System.Xml.Schema.XmlSchemaAnnotated
2147     {
XmlSchemaParticle()2148         protected XmlSchemaParticle() { }
2149         [System.Xml.Serialization.XmlIgnoreAttribute]
2150         public decimal MaxOccurs { get { throw null; } set { } }
2151         [System.Xml.Serialization.XmlAttributeAttribute("maxOccurs")]
2152         public string MaxOccursString { get { throw null; } set { } }
2153         [System.Xml.Serialization.XmlIgnoreAttribute]
2154         public decimal MinOccurs { get { throw null; } set { } }
2155         [System.Xml.Serialization.XmlAttributeAttribute("minOccurs")]
2156         public string MinOccursString { get { throw null; } set { } }
2157     }
2158     public partial class XmlSchemaPatternFacet : System.Xml.Schema.XmlSchemaFacet
2159     {
XmlSchemaPatternFacet()2160         public XmlSchemaPatternFacet() { }
2161     }
2162     public partial class XmlSchemaRedefine : System.Xml.Schema.XmlSchemaExternal
2163     {
XmlSchemaRedefine()2164         public XmlSchemaRedefine() { }
2165         [System.Xml.Serialization.XmlIgnoreAttribute]
2166         public System.Xml.Schema.XmlSchemaObjectTable AttributeGroups { get { throw null; } }
2167         [System.Xml.Serialization.XmlIgnoreAttribute]
2168         public System.Xml.Schema.XmlSchemaObjectTable Groups { get { throw null; } }
2169         [System.Xml.Serialization.XmlElementAttribute("annotation", typeof(System.Xml.Schema.XmlSchemaAnnotation))]
2170         [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroup))]
2171         [System.Xml.Serialization.XmlElementAttribute("complexType", typeof(System.Xml.Schema.XmlSchemaComplexType))]
2172         [System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroup))]
2173         [System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimpleType))]
2174         public System.Xml.Schema.XmlSchemaObjectCollection Items { get { throw null; } }
2175         [System.Xml.Serialization.XmlIgnoreAttribute]
2176         public System.Xml.Schema.XmlSchemaObjectTable SchemaTypes { get { throw null; } }
2177     }
2178     public partial class XmlSchemaSequence : System.Xml.Schema.XmlSchemaGroupBase
2179     {
XmlSchemaSequence()2180         public XmlSchemaSequence() { }
2181         [System.Xml.Serialization.XmlElementAttribute("any", typeof(System.Xml.Schema.XmlSchemaAny))]
2182         [System.Xml.Serialization.XmlElementAttribute("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
2183         [System.Xml.Serialization.XmlElementAttribute("element", typeof(System.Xml.Schema.XmlSchemaElement))]
2184         [System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroupRef))]
2185         [System.Xml.Serialization.XmlElementAttribute("sequence", typeof(System.Xml.Schema.XmlSchemaSequence))]
2186         public override System.Xml.Schema.XmlSchemaObjectCollection Items { get { throw null; } }
2187     }
2188     public partial class XmlSchemaSet
2189     {
XmlSchemaSet()2190         public XmlSchemaSet() { }
XmlSchemaSet(System.Xml.XmlNameTable nameTable)2191         public XmlSchemaSet(System.Xml.XmlNameTable nameTable) { }
2192         public System.Xml.Schema.XmlSchemaCompilationSettings CompilationSettings { get { throw null; } set { } }
2193         public int Count { get { throw null; } }
2194         public System.Xml.Schema.XmlSchemaObjectTable GlobalAttributes { get { throw null; } }
2195         public System.Xml.Schema.XmlSchemaObjectTable GlobalElements { get { throw null; } }
2196         public System.Xml.Schema.XmlSchemaObjectTable GlobalTypes { get { throw null; } }
2197         public bool IsCompiled { get { throw null; } }
2198         public System.Xml.XmlNameTable NameTable { get { throw null; } }
2199         public System.Xml.XmlResolver XmlResolver { set { } }
2200         public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler { add { } remove { } }
Add(string targetNamespace, string schemaUri)2201         public System.Xml.Schema.XmlSchema Add(string targetNamespace, string schemaUri) { throw null; }
Add(string targetNamespace, System.Xml.XmlReader schemaDocument)2202         public System.Xml.Schema.XmlSchema Add(string targetNamespace, System.Xml.XmlReader schemaDocument) { throw null; }
Add(System.Xml.Schema.XmlSchema schema)2203         public System.Xml.Schema.XmlSchema Add(System.Xml.Schema.XmlSchema schema) { throw null; }
Add(System.Xml.Schema.XmlSchemaSet schemas)2204         public void Add(System.Xml.Schema.XmlSchemaSet schemas) { }
Compile()2205         public void Compile() { }
Contains(string targetNamespace)2206         public bool Contains(string targetNamespace) { throw null; }
Contains(System.Xml.Schema.XmlSchema schema)2207         public bool Contains(System.Xml.Schema.XmlSchema schema) { throw null; }
CopyTo(System.Xml.Schema.XmlSchema[] schemas, int index)2208         public void CopyTo(System.Xml.Schema.XmlSchema[] schemas, int index) { }
Remove(System.Xml.Schema.XmlSchema schema)2209         public System.Xml.Schema.XmlSchema Remove(System.Xml.Schema.XmlSchema schema) { throw null; }
RemoveRecursive(System.Xml.Schema.XmlSchema schemaToRemove)2210         public bool RemoveRecursive(System.Xml.Schema.XmlSchema schemaToRemove) { throw null; }
Reprocess(System.Xml.Schema.XmlSchema schema)2211         public System.Xml.Schema.XmlSchema Reprocess(System.Xml.Schema.XmlSchema schema) { throw null; }
Schemas()2212         public System.Collections.ICollection Schemas() { throw null; }
Schemas(string targetNamespace)2213         public System.Collections.ICollection Schemas(string targetNamespace) { throw null; }
2214     }
2215     public partial class XmlSchemaSimpleContent : System.Xml.Schema.XmlSchemaContentModel
2216     {
XmlSchemaSimpleContent()2217         public XmlSchemaSimpleContent() { }
2218         [System.Xml.Serialization.XmlElementAttribute("extension", typeof(System.Xml.Schema.XmlSchemaSimpleContentExtension))]
2219         [System.Xml.Serialization.XmlElementAttribute("restriction", typeof(System.Xml.Schema.XmlSchemaSimpleContentRestriction))]
2220         public override System.Xml.Schema.XmlSchemaContent Content { get { throw null; } set { } }
2221     }
2222     public partial class XmlSchemaSimpleContentExtension : System.Xml.Schema.XmlSchemaContent
2223     {
XmlSchemaSimpleContentExtension()2224         public XmlSchemaSimpleContentExtension() { }
2225         [System.Xml.Serialization.XmlElementAttribute("anyAttribute")]
2226         public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get { throw null; } set { } }
2227         [System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttribute))]
2228         [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))]
2229         public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get { throw null; } }
2230         [System.Xml.Serialization.XmlAttributeAttribute("base")]
2231         public System.Xml.XmlQualifiedName BaseTypeName { get { throw null; } set { } }
2232     }
2233     public partial class XmlSchemaSimpleContentRestriction : System.Xml.Schema.XmlSchemaContent
2234     {
XmlSchemaSimpleContentRestriction()2235         public XmlSchemaSimpleContentRestriction() { }
2236         [System.Xml.Serialization.XmlElementAttribute("anyAttribute")]
2237         public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get { throw null; } set { } }
2238         [System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttribute))]
2239         [System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))]
2240         public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get { throw null; } }
2241         [System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimpleType))]
2242         public System.Xml.Schema.XmlSchemaSimpleType BaseType { get { throw null; } set { } }
2243         [System.Xml.Serialization.XmlAttributeAttribute("base")]
2244         public System.Xml.XmlQualifiedName BaseTypeName { get { throw null; } set { } }
2245         [System.Xml.Serialization.XmlElementAttribute("enumeration", typeof(System.Xml.Schema.XmlSchemaEnumerationFacet))]
2246         [System.Xml.Serialization.XmlElementAttribute("fractionDigits", typeof(System.Xml.Schema.XmlSchemaFractionDigitsFacet))]
2247         [System.Xml.Serialization.XmlElementAttribute("length", typeof(System.Xml.Schema.XmlSchemaLengthFacet))]
2248         [System.Xml.Serialization.XmlElementAttribute("maxExclusive", typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))]
2249         [System.Xml.Serialization.XmlElementAttribute("maxInclusive", typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))]
2250         [System.Xml.Serialization.XmlElementAttribute("maxLength", typeof(System.Xml.Schema.XmlSchemaMaxLengthFacet))]
2251         [System.Xml.Serialization.XmlElementAttribute("minExclusive", typeof(System.Xml.Schema.XmlSchemaMinExclusiveFacet))]
2252         [System.Xml.Serialization.XmlElementAttribute("minInclusive", typeof(System.Xml.Schema.XmlSchemaMinInclusiveFacet))]
2253         [System.Xml.Serialization.XmlElementAttribute("minLength", typeof(System.Xml.Schema.XmlSchemaMinLengthFacet))]
2254         [System.Xml.Serialization.XmlElementAttribute("pattern", typeof(System.Xml.Schema.XmlSchemaPatternFacet))]
2255         [System.Xml.Serialization.XmlElementAttribute("totalDigits", typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))]
2256         [System.Xml.Serialization.XmlElementAttribute("whiteSpace", typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))]
2257         public System.Xml.Schema.XmlSchemaObjectCollection Facets { get { throw null; } }
2258     }
2259     public partial class XmlSchemaSimpleType : System.Xml.Schema.XmlSchemaType
2260     {
XmlSchemaSimpleType()2261         public XmlSchemaSimpleType() { }
2262         [System.Xml.Serialization.XmlElementAttribute("list", typeof(System.Xml.Schema.XmlSchemaSimpleTypeList))]
2263         [System.Xml.Serialization.XmlElementAttribute("restriction", typeof(System.Xml.Schema.XmlSchemaSimpleTypeRestriction))]
2264         [System.Xml.Serialization.XmlElementAttribute("union", typeof(System.Xml.Schema.XmlSchemaSimpleTypeUnion))]
2265         public System.Xml.Schema.XmlSchemaSimpleTypeContent Content { get { throw null; } set { } }
2266     }
2267     public abstract partial class XmlSchemaSimpleTypeContent : System.Xml.Schema.XmlSchemaAnnotated
2268     {
XmlSchemaSimpleTypeContent()2269         protected XmlSchemaSimpleTypeContent() { }
2270     }
2271     public partial class XmlSchemaSimpleTypeList : System.Xml.Schema.XmlSchemaSimpleTypeContent
2272     {
XmlSchemaSimpleTypeList()2273         public XmlSchemaSimpleTypeList() { }
2274         [System.Xml.Serialization.XmlIgnoreAttribute]
2275         public System.Xml.Schema.XmlSchemaSimpleType BaseItemType { get { throw null; } set { } }
2276         [System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimpleType))]
2277         public System.Xml.Schema.XmlSchemaSimpleType ItemType { get { throw null; } set { } }
2278         [System.Xml.Serialization.XmlAttributeAttribute("itemType")]
2279         public System.Xml.XmlQualifiedName ItemTypeName { get { throw null; } set { } }
2280     }
2281     public partial class XmlSchemaSimpleTypeRestriction : System.Xml.Schema.XmlSchemaSimpleTypeContent
2282     {
XmlSchemaSimpleTypeRestriction()2283         public XmlSchemaSimpleTypeRestriction() { }
2284         [System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimpleType))]
2285         public System.Xml.Schema.XmlSchemaSimpleType BaseType { get { throw null; } set { } }
2286         [System.Xml.Serialization.XmlAttributeAttribute("base")]
2287         public System.Xml.XmlQualifiedName BaseTypeName { get { throw null; } set { } }
2288         [System.Xml.Serialization.XmlElementAttribute("enumeration", typeof(System.Xml.Schema.XmlSchemaEnumerationFacet))]
2289         [System.Xml.Serialization.XmlElementAttribute("fractionDigits", typeof(System.Xml.Schema.XmlSchemaFractionDigitsFacet))]
2290         [System.Xml.Serialization.XmlElementAttribute("length", typeof(System.Xml.Schema.XmlSchemaLengthFacet))]
2291         [System.Xml.Serialization.XmlElementAttribute("maxExclusive", typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))]
2292         [System.Xml.Serialization.XmlElementAttribute("maxInclusive", typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))]
2293         [System.Xml.Serialization.XmlElementAttribute("maxLength", typeof(System.Xml.Schema.XmlSchemaMaxLengthFacet))]
2294         [System.Xml.Serialization.XmlElementAttribute("minExclusive", typeof(System.Xml.Schema.XmlSchemaMinExclusiveFacet))]
2295         [System.Xml.Serialization.XmlElementAttribute("minInclusive", typeof(System.Xml.Schema.XmlSchemaMinInclusiveFacet))]
2296         [System.Xml.Serialization.XmlElementAttribute("minLength", typeof(System.Xml.Schema.XmlSchemaMinLengthFacet))]
2297         [System.Xml.Serialization.XmlElementAttribute("pattern", typeof(System.Xml.Schema.XmlSchemaPatternFacet))]
2298         [System.Xml.Serialization.XmlElementAttribute("totalDigits", typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))]
2299         [System.Xml.Serialization.XmlElementAttribute("whiteSpace", typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))]
2300         public System.Xml.Schema.XmlSchemaObjectCollection Facets { get { throw null; } }
2301     }
2302     public partial class XmlSchemaSimpleTypeUnion : System.Xml.Schema.XmlSchemaSimpleTypeContent
2303     {
XmlSchemaSimpleTypeUnion()2304         public XmlSchemaSimpleTypeUnion() { }
2305         [System.Xml.Serialization.XmlIgnoreAttribute]
2306         public System.Xml.Schema.XmlSchemaSimpleType[] BaseMemberTypes { get { throw null; } }
2307         [System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimpleType))]
2308         public System.Xml.Schema.XmlSchemaObjectCollection BaseTypes { get { throw null; } }
2309         [System.Xml.Serialization.XmlAttributeAttribute("memberTypes")]
2310         public System.Xml.XmlQualifiedName[] MemberTypes { get { throw null; } set { } }
2311     }
2312     public partial class XmlSchemaTotalDigitsFacet : System.Xml.Schema.XmlSchemaNumericFacet
2313     {
XmlSchemaTotalDigitsFacet()2314         public XmlSchemaTotalDigitsFacet() { }
2315     }
2316     public partial class XmlSchemaType : System.Xml.Schema.XmlSchemaAnnotated
2317     {
XmlSchemaType()2318         public XmlSchemaType() { }
2319         [System.ObsoleteAttribute("This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202")]
2320         [System.Xml.Serialization.XmlIgnoreAttribute]
2321         public object BaseSchemaType { get { throw null; } }
2322         [System.Xml.Serialization.XmlIgnoreAttribute]
2323         public System.Xml.Schema.XmlSchemaType BaseXmlSchemaType { get { throw null; } }
2324         [System.Xml.Serialization.XmlIgnoreAttribute]
2325         public System.Xml.Schema.XmlSchemaDatatype Datatype { get { throw null; } }
2326         [System.Xml.Serialization.XmlIgnoreAttribute]
2327         public System.Xml.Schema.XmlSchemaDerivationMethod DerivedBy { get { throw null; } }
2328         [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaDerivationMethod)(256))]
2329         [System.Xml.Serialization.XmlAttributeAttribute("final")]
2330         public System.Xml.Schema.XmlSchemaDerivationMethod Final { get { throw null; } set { } }
2331         [System.Xml.Serialization.XmlIgnoreAttribute]
2332         public System.Xml.Schema.XmlSchemaDerivationMethod FinalResolved { get { throw null; } }
2333         [System.Xml.Serialization.XmlIgnoreAttribute]
2334         public virtual bool IsMixed { get { throw null; } set { } }
2335         [System.Xml.Serialization.XmlAttributeAttribute("name")]
2336         public string Name { get { throw null; } set { } }
2337         [System.Xml.Serialization.XmlIgnoreAttribute]
2338         public System.Xml.XmlQualifiedName QualifiedName { get { throw null; } }
2339         [System.Xml.Serialization.XmlIgnoreAttribute]
2340         public System.Xml.Schema.XmlTypeCode TypeCode { get { throw null; } }
GetBuiltInComplexType(System.Xml.Schema.XmlTypeCode typeCode)2341         public static System.Xml.Schema.XmlSchemaComplexType GetBuiltInComplexType(System.Xml.Schema.XmlTypeCode typeCode) { throw null; }
GetBuiltInComplexType(System.Xml.XmlQualifiedName qualifiedName)2342         public static System.Xml.Schema.XmlSchemaComplexType GetBuiltInComplexType(System.Xml.XmlQualifiedName qualifiedName) { throw null; }
GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode typeCode)2343         public static System.Xml.Schema.XmlSchemaSimpleType GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode typeCode) { throw null; }
GetBuiltInSimpleType(System.Xml.XmlQualifiedName qualifiedName)2344         public static System.Xml.Schema.XmlSchemaSimpleType GetBuiltInSimpleType(System.Xml.XmlQualifiedName qualifiedName) { throw null; }
IsDerivedFrom(System.Xml.Schema.XmlSchemaType derivedType, System.Xml.Schema.XmlSchemaType baseType, System.Xml.Schema.XmlSchemaDerivationMethod except)2345         public static bool IsDerivedFrom(System.Xml.Schema.XmlSchemaType derivedType, System.Xml.Schema.XmlSchemaType baseType, System.Xml.Schema.XmlSchemaDerivationMethod except) { throw null; }
2346     }
2347     public partial class XmlSchemaUnique : System.Xml.Schema.XmlSchemaIdentityConstraint
2348     {
XmlSchemaUnique()2349         public XmlSchemaUnique() { }
2350     }
2351     public enum XmlSchemaUse
2352     {
2353         [System.Xml.Serialization.XmlIgnoreAttribute]
2354         None = 0,
2355         [System.Xml.Serialization.XmlEnumAttribute("optional")]
2356         Optional = 1,
2357         [System.Xml.Serialization.XmlEnumAttribute("prohibited")]
2358         Prohibited = 2,
2359         [System.Xml.Serialization.XmlEnumAttribute("required")]
2360         Required = 3,
2361     }
2362     [System.SerializableAttribute]
2363     public partial class XmlSchemaValidationException : System.Xml.Schema.XmlSchemaException
2364     {
XmlSchemaValidationException()2365         public XmlSchemaValidationException() { }
XmlSchemaValidationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2366         protected XmlSchemaValidationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XmlSchemaValidationException(string message)2367         public XmlSchemaValidationException(string message) { }
XmlSchemaValidationException(string message, System.Exception innerException)2368         public XmlSchemaValidationException(string message, System.Exception innerException) { }
XmlSchemaValidationException(string message, System.Exception innerException, int lineNumber, int linePosition)2369         public XmlSchemaValidationException(string message, System.Exception innerException, int lineNumber, int linePosition) { }
2370         public object SourceObject { get { throw null; } }
2371         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2372         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SetSourceObject(object sourceObject)2373         protected internal void SetSourceObject(object sourceObject) { }
2374     }
2375     [System.FlagsAttribute]
2376     public enum XmlSchemaValidationFlags
2377     {
2378         AllowXmlAttributes = 16,
2379         None = 0,
2380         ProcessIdentityConstraints = 8,
2381         ProcessInlineSchema = 1,
2382         ProcessSchemaLocation = 2,
2383         ReportValidationWarnings = 4,
2384     }
2385     public sealed partial class XmlSchemaValidator
2386     {
XmlSchemaValidator(System.Xml.XmlNameTable nameTable, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.IXmlNamespaceResolver namespaceResolver, System.Xml.Schema.XmlSchemaValidationFlags validationFlags)2387         public XmlSchemaValidator(System.Xml.XmlNameTable nameTable, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.IXmlNamespaceResolver namespaceResolver, System.Xml.Schema.XmlSchemaValidationFlags validationFlags) { }
2388         public System.Xml.IXmlLineInfo LineInfoProvider { get { throw null; } set { } }
2389         public System.Uri SourceUri { get { throw null; } set { } }
2390         public object ValidationEventSender { get { throw null; } set { } }
2391         public System.Xml.XmlResolver XmlResolver { set { } }
2392         public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler { add { } remove { } }
AddSchema(System.Xml.Schema.XmlSchema schema)2393         public void AddSchema(System.Xml.Schema.XmlSchema schema) { }
EndValidation()2394         public void EndValidation() { }
GetExpectedAttributes()2395         public System.Xml.Schema.XmlSchemaAttribute[] GetExpectedAttributes() { throw null; }
GetExpectedParticles()2396         public System.Xml.Schema.XmlSchemaParticle[] GetExpectedParticles() { throw null; }
GetUnspecifiedDefaultAttributes(System.Collections.ArrayList defaultAttributes)2397         public void GetUnspecifiedDefaultAttributes(System.Collections.ArrayList defaultAttributes) { }
Initialize()2398         public void Initialize() { }
Initialize(System.Xml.Schema.XmlSchemaObject partialValidationType)2399         public void Initialize(System.Xml.Schema.XmlSchemaObject partialValidationType) { }
SkipToEndElement(System.Xml.Schema.XmlSchemaInfo schemaInfo)2400         public void SkipToEndElement(System.Xml.Schema.XmlSchemaInfo schemaInfo) { }
ValidateAttribute(string localName, string namespaceUri, string attributeValue, System.Xml.Schema.XmlSchemaInfo schemaInfo)2401         public object ValidateAttribute(string localName, string namespaceUri, string attributeValue, System.Xml.Schema.XmlSchemaInfo schemaInfo) { throw null; }
ValidateAttribute(string localName, string namespaceUri, System.Xml.Schema.XmlValueGetter attributeValue, System.Xml.Schema.XmlSchemaInfo schemaInfo)2402         public object ValidateAttribute(string localName, string namespaceUri, System.Xml.Schema.XmlValueGetter attributeValue, System.Xml.Schema.XmlSchemaInfo schemaInfo) { throw null; }
ValidateElement(string localName, string namespaceUri, System.Xml.Schema.XmlSchemaInfo schemaInfo)2403         public void ValidateElement(string localName, string namespaceUri, System.Xml.Schema.XmlSchemaInfo schemaInfo) { }
ValidateElement(string localName, string namespaceUri, System.Xml.Schema.XmlSchemaInfo schemaInfo, string xsiType, string xsiNil, string xsiSchemaLocation, string xsiNoNamespaceSchemaLocation)2404         public void ValidateElement(string localName, string namespaceUri, System.Xml.Schema.XmlSchemaInfo schemaInfo, string xsiType, string xsiNil, string xsiSchemaLocation, string xsiNoNamespaceSchemaLocation) { }
ValidateEndElement(System.Xml.Schema.XmlSchemaInfo schemaInfo)2405         public object ValidateEndElement(System.Xml.Schema.XmlSchemaInfo schemaInfo) { throw null; }
ValidateEndElement(System.Xml.Schema.XmlSchemaInfo schemaInfo, object typedValue)2406         public object ValidateEndElement(System.Xml.Schema.XmlSchemaInfo schemaInfo, object typedValue) { throw null; }
ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo schemaInfo)2407         public void ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo schemaInfo) { }
ValidateText(string elementValue)2408         public void ValidateText(string elementValue) { }
ValidateText(System.Xml.Schema.XmlValueGetter elementValue)2409         public void ValidateText(System.Xml.Schema.XmlValueGetter elementValue) { }
ValidateWhitespace(string elementValue)2410         public void ValidateWhitespace(string elementValue) { }
ValidateWhitespace(System.Xml.Schema.XmlValueGetter elementValue)2411         public void ValidateWhitespace(System.Xml.Schema.XmlValueGetter elementValue) { }
2412     }
2413     public enum XmlSchemaValidity
2414     {
2415         Invalid = 2,
2416         NotKnown = 0,
2417         Valid = 1,
2418     }
2419     public partial class XmlSchemaWhiteSpaceFacet : System.Xml.Schema.XmlSchemaFacet
2420     {
XmlSchemaWhiteSpaceFacet()2421         public XmlSchemaWhiteSpaceFacet() { }
2422     }
2423     public partial class XmlSchemaXPath : System.Xml.Schema.XmlSchemaAnnotated
2424     {
XmlSchemaXPath()2425         public XmlSchemaXPath() { }
2426         [System.ComponentModel.DefaultValueAttribute("")]
2427         [System.Xml.Serialization.XmlAttributeAttribute("xpath")]
2428         public string XPath { get { throw null; } set { } }
2429     }
2430     public enum XmlSeverityType
2431     {
2432         Error = 0,
2433         Warning = 1,
2434     }
2435     public enum XmlTypeCode
2436     {
2437         AnyAtomicType = 10,
2438         AnyUri = 28,
2439         Attribute = 5,
2440         Base64Binary = 27,
2441         Boolean = 13,
2442         Byte = 46,
2443         Comment = 8,
2444         Date = 20,
2445         DateTime = 18,
2446         DayTimeDuration = 54,
2447         Decimal = 14,
2448         Document = 3,
2449         Double = 16,
2450         Duration = 17,
2451         Element = 4,
2452         Entity = 39,
2453         Float = 15,
2454         GDay = 24,
2455         GMonth = 25,
2456         GMonthDay = 23,
2457         GYear = 22,
2458         GYearMonth = 21,
2459         HexBinary = 26,
2460         Id = 37,
2461         Idref = 38,
2462         Int = 44,
2463         Integer = 40,
2464         Item = 1,
2465         Language = 33,
2466         Long = 43,
2467         Name = 35,
2468         Namespace = 6,
2469         NCName = 36,
2470         NegativeInteger = 42,
2471         NmToken = 34,
2472         Node = 2,
2473         None = 0,
2474         NonNegativeInteger = 47,
2475         NonPositiveInteger = 41,
2476         NormalizedString = 31,
2477         Notation = 30,
2478         PositiveInteger = 52,
2479         ProcessingInstruction = 7,
2480         QName = 29,
2481         Short = 45,
2482         String = 12,
2483         Text = 9,
2484         Time = 19,
2485         Token = 32,
2486         UnsignedByte = 51,
2487         UnsignedInt = 49,
2488         UnsignedLong = 48,
2489         UnsignedShort = 50,
2490         UntypedAtomic = 11,
2491         YearMonthDuration = 53,
2492     }
XmlValueGetter()2493     public delegate object XmlValueGetter();
2494 }
2495 namespace System.Xml.Serialization
2496 {
2497     [System.FlagsAttribute]
2498     public enum CodeGenerationOptions
2499     {
2500         [System.Xml.Serialization.XmlEnumAttribute("enableDataBinding")]
2501         EnableDataBinding = 16,
2502         [System.Xml.Serialization.XmlEnumAttribute("newAsync")]
2503         GenerateNewAsync = 2,
2504         [System.Xml.Serialization.XmlEnumAttribute("oldAsync")]
2505         GenerateOldAsync = 4,
2506         [System.Xml.Serialization.XmlEnumAttribute("order")]
2507         GenerateOrder = 8,
2508         [System.Xml.Serialization.XmlEnumAttribute("properties")]
2509         GenerateProperties = 1,
2510         [System.Xml.Serialization.XmlIgnoreAttribute]
2511         None = 0,
2512     }
2513     public partial class CodeIdentifier
2514     {
2515         [System.ObsoleteAttribute("This class should never get constructed as it contains only static methods.")]
CodeIdentifier()2516         public CodeIdentifier() { }
MakeCamel(string identifier)2517         public static string MakeCamel(string identifier) { throw null; }
MakePascal(string identifier)2518         public static string MakePascal(string identifier) { throw null; }
MakeValid(string identifier)2519         public static string MakeValid(string identifier) { throw null; }
2520     }
2521     public partial class CodeIdentifiers
2522     {
CodeIdentifiers()2523         public CodeIdentifiers() { }
CodeIdentifiers(bool caseSensitive)2524         public CodeIdentifiers(bool caseSensitive) { }
2525         public bool UseCamelCasing { get { throw null; } set { } }
Add(string identifier, object value)2526         public void Add(string identifier, object value) { }
AddReserved(string identifier)2527         public void AddReserved(string identifier) { }
AddUnique(string identifier, object value)2528         public string AddUnique(string identifier, object value) { throw null; }
Clear()2529         public void Clear() { }
IsInUse(string identifier)2530         public bool IsInUse(string identifier) { throw null; }
MakeRightCase(string identifier)2531         public string MakeRightCase(string identifier) { throw null; }
MakeUnique(string identifier)2532         public string MakeUnique(string identifier) { throw null; }
Remove(string identifier)2533         public void Remove(string identifier) { }
RemoveReserved(string identifier)2534         public void RemoveReserved(string identifier) { }
ToArray(System.Type type)2535         public object ToArray(System.Type type) { throw null; }
2536     }
2537     public partial class ImportContext
2538     {
ImportContext(System.Xml.Serialization.CodeIdentifiers identifiers, bool shareTypes)2539         public ImportContext(System.Xml.Serialization.CodeIdentifiers identifiers, bool shareTypes) { }
2540         public bool ShareTypes { get { throw null; } }
2541         public System.Xml.Serialization.CodeIdentifiers TypeIdentifiers { get { throw null; } }
2542         public System.Collections.Specialized.StringCollection Warnings { get { throw null; } }
2543     }
2544     public partial interface IXmlSerializable
2545     {
GetSchema()2546         System.Xml.Schema.XmlSchema GetSchema();
ReadXml(System.Xml.XmlReader reader)2547         void ReadXml(System.Xml.XmlReader reader);
WriteXml(System.Xml.XmlWriter writer)2548         void WriteXml(System.Xml.XmlWriter writer);
2549     }
2550     public partial interface IXmlTextParser
2551     {
2552         bool Normalized { get; set; }
2553         System.Xml.WhitespaceHandling WhitespaceHandling { get; set; }
2554     }
2555     [System.AttributeUsageAttribute((System.AttributeTargets)(10624))]
2556     public partial class SoapAttributeAttribute : System.Attribute
2557     {
SoapAttributeAttribute()2558         public SoapAttributeAttribute() { }
SoapAttributeAttribute(string attributeName)2559         public SoapAttributeAttribute(string attributeName) { }
2560         public string AttributeName { get { throw null; } set { } }
2561         public string DataType { get { throw null; } set { } }
2562         public string Namespace { get { throw null; } set { } }
2563     }
2564     public partial class SoapAttributeOverrides
2565     {
SoapAttributeOverrides()2566         public SoapAttributeOverrides() { }
2567         public System.Xml.Serialization.SoapAttributes this[System.Type type] { get { throw null; } }
2568         public System.Xml.Serialization.SoapAttributes this[System.Type type, string member] { get { throw null; } }
Add(System.Type type, string member, System.Xml.Serialization.SoapAttributes attributes)2569         public void Add(System.Type type, string member, System.Xml.Serialization.SoapAttributes attributes) { }
Add(System.Type type, System.Xml.Serialization.SoapAttributes attributes)2570         public void Add(System.Type type, System.Xml.Serialization.SoapAttributes attributes) { }
2571     }
2572     public partial class SoapAttributes
2573     {
SoapAttributes()2574         public SoapAttributes() { }
SoapAttributes(System.Reflection.ICustomAttributeProvider provider)2575         public SoapAttributes(System.Reflection.ICustomAttributeProvider provider) { }
2576         public System.Xml.Serialization.SoapAttributeAttribute SoapAttribute { get { throw null; } set { } }
2577         public object SoapDefaultValue { get { throw null; } set { } }
2578         public System.Xml.Serialization.SoapElementAttribute SoapElement { get { throw null; } set { } }
2579         public System.Xml.Serialization.SoapEnumAttribute SoapEnum { get { throw null; } set { } }
2580         public bool SoapIgnore { get { throw null; } set { } }
2581         public System.Xml.Serialization.SoapTypeAttribute SoapType { get { throw null; } set { } }
2582     }
2583     [System.AttributeUsageAttribute((System.AttributeTargets)(10624))]
2584     public partial class SoapElementAttribute : System.Attribute
2585     {
SoapElementAttribute()2586         public SoapElementAttribute() { }
SoapElementAttribute(string elementName)2587         public SoapElementAttribute(string elementName) { }
2588         public string DataType { get { throw null; } set { } }
2589         public string ElementName { get { throw null; } set { } }
2590         public bool IsNullable { get { throw null; } set { } }
2591     }
2592     [System.AttributeUsageAttribute((System.AttributeTargets)(256))]
2593     public partial class SoapEnumAttribute : System.Attribute
2594     {
SoapEnumAttribute()2595         public SoapEnumAttribute() { }
SoapEnumAttribute(string name)2596         public SoapEnumAttribute(string name) { }
2597         public string Name { get { throw null; } set { } }
2598     }
2599     [System.AttributeUsageAttribute((System.AttributeTargets)(10624))]
2600     public partial class SoapIgnoreAttribute : System.Attribute
2601     {
SoapIgnoreAttribute()2602         public SoapIgnoreAttribute() { }
2603     }
2604     [System.AttributeUsageAttribute((System.AttributeTargets)(1100), AllowMultiple=true)]
2605     public partial class SoapIncludeAttribute : System.Attribute
2606     {
SoapIncludeAttribute(System.Type type)2607         public SoapIncludeAttribute(System.Type type) { }
2608         public System.Type Type { get { throw null; } set { } }
2609     }
2610     public partial class SoapReflectionImporter
2611     {
SoapReflectionImporter()2612         public SoapReflectionImporter() { }
SoapReflectionImporter(string defaultNamespace)2613         public SoapReflectionImporter(string defaultNamespace) { }
SoapReflectionImporter(System.Xml.Serialization.SoapAttributeOverrides attributeOverrides)2614         public SoapReflectionImporter(System.Xml.Serialization.SoapAttributeOverrides attributeOverrides) { }
SoapReflectionImporter(System.Xml.Serialization.SoapAttributeOverrides attributeOverrides, string defaultNamespace)2615         public SoapReflectionImporter(System.Xml.Serialization.SoapAttributeOverrides attributeOverrides, string defaultNamespace) { }
ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members)2616         public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members) { throw null; }
ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool writeAccessors)2617         public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool writeAccessors) { throw null; }
ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool writeAccessors, bool validate)2618         public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool writeAccessors, bool validate) { throw null; }
2619         [System.MonoTODOAttribute]
ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool writeAccessors, bool validate, System.Xml.Serialization.XmlMappingAccess access)2620         public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool writeAccessors, bool validate, System.Xml.Serialization.XmlMappingAccess access) { throw null; }
ImportTypeMapping(System.Type type)2621         public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type) { throw null; }
ImportTypeMapping(System.Type type, string defaultNamespace)2622         public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type, string defaultNamespace) { throw null; }
IncludeType(System.Type type)2623         public void IncludeType(System.Type type) { }
IncludeTypes(System.Reflection.ICustomAttributeProvider provider)2624         public void IncludeTypes(System.Reflection.ICustomAttributeProvider provider) { }
2625     }
2626     public partial class SoapSchemaMember
2627     {
SoapSchemaMember()2628         public SoapSchemaMember() { }
2629         public string MemberName { get { throw null; } set { } }
2630         public System.Xml.XmlQualifiedName MemberType { get { throw null; } set { } }
2631     }
2632     [System.AttributeUsageAttribute((System.AttributeTargets)(1052))]
2633     public partial class SoapTypeAttribute : System.Attribute
2634     {
SoapTypeAttribute()2635         public SoapTypeAttribute() { }
SoapTypeAttribute(string typeName)2636         public SoapTypeAttribute(string typeName) { }
SoapTypeAttribute(string typeName, string ns)2637         public SoapTypeAttribute(string typeName, string ns) { }
2638         public bool IncludeInSchema { get { throw null; } set { } }
2639         public string Namespace { get { throw null; } set { } }
2640         public string TypeName { get { throw null; } set { } }
2641     }
2642     public partial class UnreferencedObjectEventArgs : System.EventArgs
2643     {
UnreferencedObjectEventArgs(object o, string id)2644         public UnreferencedObjectEventArgs(object o, string id) { }
2645         public string UnreferencedId { get { throw null; } }
2646         public object UnreferencedObject { get { throw null; } }
2647     }
UnreferencedObjectEventHandler(object sender, System.Xml.Serialization.UnreferencedObjectEventArgs e)2648     public delegate void UnreferencedObjectEventHandler(object sender, System.Xml.Serialization.UnreferencedObjectEventArgs e);
2649     [System.AttributeUsageAttribute((System.AttributeTargets)(10624))]
2650     public partial class XmlAnyAttributeAttribute : System.Attribute
2651     {
XmlAnyAttributeAttribute()2652         public XmlAnyAttributeAttribute() { }
2653     }
2654     [System.AttributeUsageAttribute((System.AttributeTargets)(10624), AllowMultiple=true)]
2655     public partial class XmlAnyElementAttribute : System.Attribute
2656     {
XmlAnyElementAttribute()2657         public XmlAnyElementAttribute() { }
XmlAnyElementAttribute(string name)2658         public XmlAnyElementAttribute(string name) { }
XmlAnyElementAttribute(string name, string ns)2659         public XmlAnyElementAttribute(string name, string ns) { }
2660         public string Name { get { throw null; } set { } }
2661         public string Namespace { get { throw null; } set { } }
2662         public int Order { get { throw null; } set { } }
2663     }
2664     public partial class XmlAnyElementAttributes : System.Collections.CollectionBase
2665     {
XmlAnyElementAttributes()2666         public XmlAnyElementAttributes() { }
2667         public System.Xml.Serialization.XmlAnyElementAttribute this[int index] { get { throw null; } set { } }
Add(System.Xml.Serialization.XmlAnyElementAttribute attribute)2668         public int Add(System.Xml.Serialization.XmlAnyElementAttribute attribute) { throw null; }
Contains(System.Xml.Serialization.XmlAnyElementAttribute attribute)2669         public bool Contains(System.Xml.Serialization.XmlAnyElementAttribute attribute) { throw null; }
CopyTo(System.Xml.Serialization.XmlAnyElementAttribute[] array, int index)2670         public void CopyTo(System.Xml.Serialization.XmlAnyElementAttribute[] array, int index) { }
IndexOf(System.Xml.Serialization.XmlAnyElementAttribute attribute)2671         public int IndexOf(System.Xml.Serialization.XmlAnyElementAttribute attribute) { throw null; }
Insert(int index, System.Xml.Serialization.XmlAnyElementAttribute attribute)2672         public void Insert(int index, System.Xml.Serialization.XmlAnyElementAttribute attribute) { }
Remove(System.Xml.Serialization.XmlAnyElementAttribute attribute)2673         public void Remove(System.Xml.Serialization.XmlAnyElementAttribute attribute) { }
2674     }
2675     [System.AttributeUsageAttribute((System.AttributeTargets)(10624))]
2676     public partial class XmlArrayAttribute : System.Attribute
2677     {
XmlArrayAttribute()2678         public XmlArrayAttribute() { }
XmlArrayAttribute(string elementName)2679         public XmlArrayAttribute(string elementName) { }
2680         public string ElementName { get { throw null; } set { } }
2681         public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } }
2682         public bool IsNullable { get { throw null; } set { } }
2683         public string Namespace { get { throw null; } set { } }
2684         public int Order { get { throw null; } set { } }
2685     }
2686     [System.AttributeUsageAttribute((System.AttributeTargets)(10624), AllowMultiple=true)]
2687     public partial class XmlArrayItemAttribute : System.Attribute
2688     {
XmlArrayItemAttribute()2689         public XmlArrayItemAttribute() { }
XmlArrayItemAttribute(string elementName)2690         public XmlArrayItemAttribute(string elementName) { }
XmlArrayItemAttribute(string elementName, System.Type type)2691         public XmlArrayItemAttribute(string elementName, System.Type type) { }
XmlArrayItemAttribute(System.Type type)2692         public XmlArrayItemAttribute(System.Type type) { }
2693         public string DataType { get { throw null; } set { } }
2694         public string ElementName { get { throw null; } set { } }
2695         public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } }
2696         public bool IsNullable { get { throw null; } set { } }
2697         public string Namespace { get { throw null; } set { } }
2698         public int NestingLevel { get { throw null; } set { } }
2699         public System.Type Type { get { throw null; } set { } }
2700     }
2701     public partial class XmlArrayItemAttributes : System.Collections.CollectionBase
2702     {
XmlArrayItemAttributes()2703         public XmlArrayItemAttributes() { }
2704         public System.Xml.Serialization.XmlArrayItemAttribute this[int index] { get { throw null; } set { } }
Add(System.Xml.Serialization.XmlArrayItemAttribute attribute)2705         public int Add(System.Xml.Serialization.XmlArrayItemAttribute attribute) { throw null; }
Contains(System.Xml.Serialization.XmlArrayItemAttribute attribute)2706         public bool Contains(System.Xml.Serialization.XmlArrayItemAttribute attribute) { throw null; }
CopyTo(System.Xml.Serialization.XmlArrayItemAttribute[] array, int index)2707         public void CopyTo(System.Xml.Serialization.XmlArrayItemAttribute[] array, int index) { }
IndexOf(System.Xml.Serialization.XmlArrayItemAttribute attribute)2708         public int IndexOf(System.Xml.Serialization.XmlArrayItemAttribute attribute) { throw null; }
Insert(int index, System.Xml.Serialization.XmlArrayItemAttribute attribute)2709         public void Insert(int index, System.Xml.Serialization.XmlArrayItemAttribute attribute) { }
Remove(System.Xml.Serialization.XmlArrayItemAttribute attribute)2710         public void Remove(System.Xml.Serialization.XmlArrayItemAttribute attribute) { }
2711     }
2712     [System.AttributeUsageAttribute((System.AttributeTargets)(10624))]
2713     public partial class XmlAttributeAttribute : System.Attribute
2714     {
XmlAttributeAttribute()2715         public XmlAttributeAttribute() { }
XmlAttributeAttribute(string attributeName)2716         public XmlAttributeAttribute(string attributeName) { }
XmlAttributeAttribute(string attributeName, System.Type type)2717         public XmlAttributeAttribute(string attributeName, System.Type type) { }
XmlAttributeAttribute(System.Type type)2718         public XmlAttributeAttribute(System.Type type) { }
2719         public string AttributeName { get { throw null; } set { } }
2720         public string DataType { get { throw null; } set { } }
2721         public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } }
2722         public string Namespace { get { throw null; } set { } }
2723         public System.Type Type { get { throw null; } set { } }
2724     }
2725     public partial class XmlAttributeEventArgs : System.EventArgs
2726     {
XmlAttributeEventArgs()2727         internal XmlAttributeEventArgs() { }
2728         public System.Xml.XmlAttribute Attr { get { throw null; } }
2729         public string ExpectedAttributes { get { throw null; } }
2730         public int LineNumber { get { throw null; } }
2731         public int LinePosition { get { throw null; } }
2732         public object ObjectBeingDeserialized { get { throw null; } }
2733     }
XmlAttributeEventHandler(object sender, System.Xml.Serialization.XmlAttributeEventArgs e)2734     public delegate void XmlAttributeEventHandler(object sender, System.Xml.Serialization.XmlAttributeEventArgs e);
2735     public partial class XmlAttributeOverrides
2736     {
XmlAttributeOverrides()2737         public XmlAttributeOverrides() { }
2738         public System.Xml.Serialization.XmlAttributes this[System.Type type] { get { throw null; } }
2739         public System.Xml.Serialization.XmlAttributes this[System.Type type, string member] { get { throw null; } }
Add(System.Type type, string member, System.Xml.Serialization.XmlAttributes attributes)2740         public void Add(System.Type type, string member, System.Xml.Serialization.XmlAttributes attributes) { }
Add(System.Type type, System.Xml.Serialization.XmlAttributes attributes)2741         public void Add(System.Type type, System.Xml.Serialization.XmlAttributes attributes) { }
2742     }
2743     public partial class XmlAttributes
2744     {
XmlAttributes()2745         public XmlAttributes() { }
XmlAttributes(System.Reflection.ICustomAttributeProvider provider)2746         public XmlAttributes(System.Reflection.ICustomAttributeProvider provider) { }
2747         public System.Xml.Serialization.XmlAnyAttributeAttribute XmlAnyAttribute { get { throw null; } set { } }
2748         public System.Xml.Serialization.XmlAnyElementAttributes XmlAnyElements { get { throw null; } }
2749         public System.Xml.Serialization.XmlArrayAttribute XmlArray { get { throw null; } set { } }
2750         public System.Xml.Serialization.XmlArrayItemAttributes XmlArrayItems { get { throw null; } }
2751         public System.Xml.Serialization.XmlAttributeAttribute XmlAttribute { get { throw null; } set { } }
2752         public System.Xml.Serialization.XmlChoiceIdentifierAttribute XmlChoiceIdentifier { get { throw null; } }
2753         public object XmlDefaultValue { get { throw null; } set { } }
2754         public System.Xml.Serialization.XmlElementAttributes XmlElements { get { throw null; } }
2755         public System.Xml.Serialization.XmlEnumAttribute XmlEnum { get { throw null; } set { } }
2756         public bool XmlIgnore { get { throw null; } set { } }
2757         public bool Xmlns { get { throw null; } set { } }
2758         public System.Xml.Serialization.XmlRootAttribute XmlRoot { get { throw null; } set { } }
2759         public System.Xml.Serialization.XmlTextAttribute XmlText { get { throw null; } set { } }
2760         public System.Xml.Serialization.XmlTypeAttribute XmlType { get { throw null; } set { } }
2761     }
2762     [System.AttributeUsageAttribute((System.AttributeTargets)(10624))]
2763     public partial class XmlChoiceIdentifierAttribute : System.Attribute
2764     {
XmlChoiceIdentifierAttribute()2765         public XmlChoiceIdentifierAttribute() { }
XmlChoiceIdentifierAttribute(string name)2766         public XmlChoiceIdentifierAttribute(string name) { }
2767         public string MemberName { get { throw null; } set { } }
2768     }
2769     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2770     public partial struct XmlDeserializationEvents
2771     {
2772         public System.Xml.Serialization.XmlAttributeEventHandler OnUnknownAttribute { get { throw null; } set { } }
2773         public System.Xml.Serialization.XmlElementEventHandler OnUnknownElement { get { throw null; } set { } }
2774         public System.Xml.Serialization.XmlNodeEventHandler OnUnknownNode { get { throw null; } set { } }
2775         public System.Xml.Serialization.UnreferencedObjectEventHandler OnUnreferencedObject { get { throw null; } set { } }
2776     }
2777     [System.AttributeUsageAttribute((System.AttributeTargets)(10624), AllowMultiple=true)]
2778     public partial class XmlElementAttribute : System.Attribute
2779     {
XmlElementAttribute()2780         public XmlElementAttribute() { }
XmlElementAttribute(string elementName)2781         public XmlElementAttribute(string elementName) { }
XmlElementAttribute(string elementName, System.Type type)2782         public XmlElementAttribute(string elementName, System.Type type) { }
XmlElementAttribute(System.Type type)2783         public XmlElementAttribute(System.Type type) { }
2784         public string DataType { get { throw null; } set { } }
2785         public string ElementName { get { throw null; } set { } }
2786         public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } }
2787         public bool IsNullable { get { throw null; } set { } }
2788         public string Namespace { get { throw null; } set { } }
2789         public int Order { get { throw null; } set { } }
2790         public System.Type Type { get { throw null; } set { } }
2791     }
2792     public partial class XmlElementAttributes : System.Collections.CollectionBase
2793     {
XmlElementAttributes()2794         public XmlElementAttributes() { }
2795         public System.Xml.Serialization.XmlElementAttribute this[int index] { get { throw null; } set { } }
Add(System.Xml.Serialization.XmlElementAttribute attribute)2796         public int Add(System.Xml.Serialization.XmlElementAttribute attribute) { throw null; }
Contains(System.Xml.Serialization.XmlElementAttribute attribute)2797         public bool Contains(System.Xml.Serialization.XmlElementAttribute attribute) { throw null; }
CopyTo(System.Xml.Serialization.XmlElementAttribute[] array, int index)2798         public void CopyTo(System.Xml.Serialization.XmlElementAttribute[] array, int index) { }
IndexOf(System.Xml.Serialization.XmlElementAttribute attribute)2799         public int IndexOf(System.Xml.Serialization.XmlElementAttribute attribute) { throw null; }
Insert(int index, System.Xml.Serialization.XmlElementAttribute attribute)2800         public void Insert(int index, System.Xml.Serialization.XmlElementAttribute attribute) { }
Remove(System.Xml.Serialization.XmlElementAttribute attribute)2801         public void Remove(System.Xml.Serialization.XmlElementAttribute attribute) { }
2802     }
2803     public partial class XmlElementEventArgs : System.EventArgs
2804     {
XmlElementEventArgs()2805         internal XmlElementEventArgs() { }
2806         public System.Xml.XmlElement Element { get { throw null; } }
2807         public string ExpectedElements { get { throw null; } }
2808         public int LineNumber { get { throw null; } }
2809         public int LinePosition { get { throw null; } }
2810         public object ObjectBeingDeserialized { get { throw null; } }
2811     }
XmlElementEventHandler(object sender, System.Xml.Serialization.XmlElementEventArgs e)2812     public delegate void XmlElementEventHandler(object sender, System.Xml.Serialization.XmlElementEventArgs e);
2813     [System.AttributeUsageAttribute((System.AttributeTargets)(256))]
2814     public partial class XmlEnumAttribute : System.Attribute
2815     {
XmlEnumAttribute()2816         public XmlEnumAttribute() { }
XmlEnumAttribute(string name)2817         public XmlEnumAttribute(string name) { }
2818         public string Name { get { throw null; } set { } }
2819     }
2820     [System.AttributeUsageAttribute((System.AttributeTargets)(10624))]
2821     public partial class XmlIgnoreAttribute : System.Attribute
2822     {
XmlIgnoreAttribute()2823         public XmlIgnoreAttribute() { }
2824     }
2825     [System.AttributeUsageAttribute((System.AttributeTargets)(1100), AllowMultiple=true)]
2826     public partial class XmlIncludeAttribute : System.Attribute
2827     {
XmlIncludeAttribute(System.Type type)2828         public XmlIncludeAttribute(System.Type type) { }
2829         public System.Type Type { get { throw null; } set { } }
2830     }
2831     public abstract partial class XmlMapping
2832     {
XmlMapping()2833         internal XmlMapping() { }
2834         public string ElementName { get { throw null; } }
2835         public string Namespace { get { throw null; } }
2836         [System.MonoTODOAttribute]
2837         public string XsdElementName { get { throw null; } }
SetKey(string key)2838         public void SetKey(string key) { }
2839     }
2840     [System.FlagsAttribute]
2841     public enum XmlMappingAccess
2842     {
2843         None = 0,
2844         Read = 1,
2845         Write = 2,
2846     }
2847     public partial class XmlMemberMapping
2848     {
XmlMemberMapping()2849         internal XmlMemberMapping() { }
2850         public bool Any { get { throw null; } }
2851         public bool CheckSpecified { get { throw null; } }
2852         public string ElementName { get { throw null; } }
2853         public string MemberName { get { throw null; } }
2854         public string Namespace { get { throw null; } }
2855         public string TypeFullName { get { throw null; } }
2856         public string TypeName { get { throw null; } }
2857         public string TypeNamespace { get { throw null; } }
2858         public string XsdElementName { get { throw null; } }
2859     }
2860     public partial class XmlMembersMapping : System.Xml.Serialization.XmlMapping
2861     {
XmlMembersMapping()2862         internal XmlMembersMapping() { }
2863         public int Count { get { throw null; } }
2864         public System.Xml.Serialization.XmlMemberMapping this[int index] { get { throw null; } }
2865         public string TypeName { [System.MonoTODOAttribute]get { throw null; } }
2866         public string TypeNamespace { [System.MonoTODOAttribute]get { throw null; } }
2867     }
2868     [System.AttributeUsageAttribute((System.AttributeTargets)(10624))]
2869     public partial class XmlNamespaceDeclarationsAttribute : System.Attribute
2870     {
XmlNamespaceDeclarationsAttribute()2871         public XmlNamespaceDeclarationsAttribute() { }
2872     }
2873     public partial class XmlNodeEventArgs : System.EventArgs
2874     {
XmlNodeEventArgs()2875         internal XmlNodeEventArgs() { }
2876         public int LineNumber { get { throw null; } }
2877         public int LinePosition { get { throw null; } }
2878         public string LocalName { get { throw null; } }
2879         public string Name { get { throw null; } }
2880         public string NamespaceURI { get { throw null; } }
2881         public System.Xml.XmlNodeType NodeType { get { throw null; } }
2882         public object ObjectBeingDeserialized { get { throw null; } }
2883         public string Text { get { throw null; } }
2884     }
XmlNodeEventHandler(object sender, System.Xml.Serialization.XmlNodeEventArgs e)2885     public delegate void XmlNodeEventHandler(object sender, System.Xml.Serialization.XmlNodeEventArgs e);
2886     public partial class XmlReflectionImporter
2887     {
XmlReflectionImporter()2888         public XmlReflectionImporter() { }
XmlReflectionImporter(string defaultNamespace)2889         public XmlReflectionImporter(string defaultNamespace) { }
XmlReflectionImporter(System.Xml.Serialization.XmlAttributeOverrides attributeOverrides)2890         public XmlReflectionImporter(System.Xml.Serialization.XmlAttributeOverrides attributeOverrides) { }
XmlReflectionImporter(System.Xml.Serialization.XmlAttributeOverrides attributeOverrides, string defaultNamespace)2891         public XmlReflectionImporter(System.Xml.Serialization.XmlAttributeOverrides attributeOverrides, string defaultNamespace) { }
ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement)2892         public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement) { throw null; }
2893         [System.MonoTODOAttribute]
ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc)2894         public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc) { throw null; }
2895         [System.MonoTODOAttribute]
ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc, bool openModel)2896         public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc, bool openModel) { throw null; }
2897         [System.MonoTODOAttribute]
ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc, bool openModel, System.Xml.Serialization.XmlMappingAccess access)2898         public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc, bool openModel, System.Xml.Serialization.XmlMappingAccess access) { throw null; }
ImportTypeMapping(System.Type type)2899         public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type) { throw null; }
ImportTypeMapping(System.Type type, string defaultNamespace)2900         public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type, string defaultNamespace) { throw null; }
ImportTypeMapping(System.Type type, System.Xml.Serialization.XmlRootAttribute root)2901         public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type, System.Xml.Serialization.XmlRootAttribute root) { throw null; }
ImportTypeMapping(System.Type type, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace)2902         public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace) { throw null; }
IncludeType(System.Type type)2903         public void IncludeType(System.Type type) { }
IncludeTypes(System.Reflection.ICustomAttributeProvider provider)2904         public void IncludeTypes(System.Reflection.ICustomAttributeProvider provider) { }
2905     }
2906     public partial class XmlReflectionMember
2907     {
XmlReflectionMember()2908         public XmlReflectionMember() { }
2909         public bool IsReturnValue { get { throw null; } set { } }
2910         public string MemberName { get { throw null; } set { } }
2911         public System.Type MemberType { get { throw null; } set { } }
2912         public bool OverrideIsNullable { get { throw null; } set { } }
2913         public System.Xml.Serialization.SoapAttributes SoapAttributes { get { throw null; } set { } }
2914         public System.Xml.Serialization.XmlAttributes XmlAttributes { get { throw null; } set { } }
2915     }
2916     [System.AttributeUsageAttribute((System.AttributeTargets)(9244))]
2917     public partial class XmlRootAttribute : System.Attribute
2918     {
XmlRootAttribute()2919         public XmlRootAttribute() { }
XmlRootAttribute(string elementName)2920         public XmlRootAttribute(string elementName) { }
2921         public string DataType { get { throw null; } set { } }
2922         public string ElementName { get { throw null; } set { } }
2923         public bool IsNullable { get { throw null; } set { } }
2924         public string Namespace { get { throw null; } set { } }
2925     }
2926     public partial class XmlSchemaEnumerator : System.Collections.Generic.IEnumerator<System.Xml.Schema.XmlSchema>, System.Collections.IEnumerator, System.IDisposable
2927     {
XmlSchemaEnumerator(System.Xml.Serialization.XmlSchemas list)2928         public XmlSchemaEnumerator(System.Xml.Serialization.XmlSchemas list) { }
2929         public System.Xml.Schema.XmlSchema Current { get { throw null; } }
2930         object System.Collections.IEnumerator.Current { get { throw null; } }
Dispose()2931         public void Dispose() { }
MoveNext()2932         public bool MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()2933         void System.Collections.IEnumerator.Reset() { }
2934     }
2935     public partial class XmlSchemaExporter
2936     {
XmlSchemaExporter(System.Xml.Serialization.XmlSchemas schemas)2937         public XmlSchemaExporter(System.Xml.Serialization.XmlSchemas schemas) { }
2938         [System.MonoTODOAttribute]
ExportAnyType(string ns)2939         public string ExportAnyType(string ns) { throw null; }
2940         [System.MonoNotSupportedAttribute("")]
ExportAnyType(System.Xml.Serialization.XmlMembersMapping members)2941         public string ExportAnyType(System.Xml.Serialization.XmlMembersMapping members) { throw null; }
ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping)2942         public void ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping) { }
ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping, bool exportEnclosingType)2943         public void ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping, bool exportEnclosingType) { }
2944         [System.MonoTODOAttribute]
ExportTypeMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping)2945         public System.Xml.XmlQualifiedName ExportTypeMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping) { throw null; }
ExportTypeMapping(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping)2946         public void ExportTypeMapping(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) { }
2947     }
2948     public partial class XmlSchemaImporter
2949     {
XmlSchemaImporter(System.Xml.Serialization.XmlSchemas schemas)2950         public XmlSchemaImporter(System.Xml.Serialization.XmlSchemas schemas) { }
XmlSchemaImporter(System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeIdentifiers typeIdentifiers)2951         public XmlSchemaImporter(System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeIdentifiers typeIdentifiers) { }
ImportAnyType(System.Xml.XmlQualifiedName typeName, string elementName)2952         public System.Xml.Serialization.XmlMembersMapping ImportAnyType(System.Xml.XmlQualifiedName typeName, string elementName) { throw null; }
ImportDerivedTypeMapping(System.Xml.XmlQualifiedName name, System.Type baseType)2953         public System.Xml.Serialization.XmlTypeMapping ImportDerivedTypeMapping(System.Xml.XmlQualifiedName name, System.Type baseType) { throw null; }
ImportDerivedTypeMapping(System.Xml.XmlQualifiedName name, System.Type baseType, bool baseTypeCanBeIndirect)2954         public System.Xml.Serialization.XmlTypeMapping ImportDerivedTypeMapping(System.Xml.XmlQualifiedName name, System.Type baseType, bool baseTypeCanBeIndirect) { throw null; }
2955         [System.MonoTODOAttribute]
ImportMembersMapping(string name, string ns, System.Xml.Serialization.SoapSchemaMember[] members)2956         public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string name, string ns, System.Xml.Serialization.SoapSchemaMember[] members) { throw null; }
ImportMembersMapping(System.Xml.XmlQualifiedName name)2957         public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(System.Xml.XmlQualifiedName name) { throw null; }
ImportMembersMapping(System.Xml.XmlQualifiedName[] names)2958         public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(System.Xml.XmlQualifiedName[] names) { throw null; }
2959         [System.MonoTODOAttribute]
ImportMembersMapping(System.Xml.XmlQualifiedName[] names, System.Type baseType, bool baseTypeCanBeIndirect)2960         public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(System.Xml.XmlQualifiedName[] names, System.Type baseType, bool baseTypeCanBeIndirect) { throw null; }
ImportSchemaType(System.Xml.XmlQualifiedName typeName)2961         public System.Xml.Serialization.XmlTypeMapping ImportSchemaType(System.Xml.XmlQualifiedName typeName) { throw null; }
ImportSchemaType(System.Xml.XmlQualifiedName typeName, System.Type baseType)2962         public System.Xml.Serialization.XmlTypeMapping ImportSchemaType(System.Xml.XmlQualifiedName typeName, System.Type baseType) { throw null; }
2963         [System.MonoTODOAttribute("baseType and baseTypeCanBeIndirect are ignored")]
ImportSchemaType(System.Xml.XmlQualifiedName typeName, System.Type baseType, bool baseTypeCanBeIndirect)2964         public System.Xml.Serialization.XmlTypeMapping ImportSchemaType(System.Xml.XmlQualifiedName typeName, System.Type baseType, bool baseTypeCanBeIndirect) { throw null; }
ImportTypeMapping(System.Xml.XmlQualifiedName name)2965         public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Xml.XmlQualifiedName name) { throw null; }
2966     }
2967     [System.AttributeUsageAttribute((System.AttributeTargets)(1036))]
2968     public sealed partial class XmlSchemaProviderAttribute : System.Attribute
2969     {
XmlSchemaProviderAttribute(string methodName)2970         public XmlSchemaProviderAttribute(string methodName) { }
2971         public bool IsAny { get { throw null; } set { } }
2972         public string MethodName { get { throw null; } }
2973     }
2974     public partial class XmlSchemas : System.Collections.CollectionBase, System.Collections.Generic.IEnumerable<System.Xml.Schema.XmlSchema>, System.Collections.IEnumerable
2975     {
XmlSchemas()2976         public XmlSchemas() { }
2977         public bool IsCompiled { get { throw null; } }
2978         public System.Xml.Schema.XmlSchema this[int index] { get { throw null; } set { } }
2979         public System.Xml.Schema.XmlSchema this[string ns] { get { throw null; } }
Add(System.Xml.Schema.XmlSchema schema)2980         public int Add(System.Xml.Schema.XmlSchema schema) { throw null; }
Add(System.Xml.Schema.XmlSchema schema, System.Uri baseUri)2981         public int Add(System.Xml.Schema.XmlSchema schema, System.Uri baseUri) { throw null; }
Add(System.Xml.Serialization.XmlSchemas schemas)2982         public void Add(System.Xml.Serialization.XmlSchemas schemas) { }
AddReference(System.Xml.Schema.XmlSchema schema)2983         public void AddReference(System.Xml.Schema.XmlSchema schema) { }
Compile(System.Xml.Schema.ValidationEventHandler handler, bool fullCompile)2984         public void Compile(System.Xml.Schema.ValidationEventHandler handler, bool fullCompile) { }
Contains(string targetNamespace)2985         public bool Contains(string targetNamespace) { throw null; }
Contains(System.Xml.Schema.XmlSchema schema)2986         public bool Contains(System.Xml.Schema.XmlSchema schema) { throw null; }
CopyTo(System.Xml.Schema.XmlSchema[] array, int index)2987         public void CopyTo(System.Xml.Schema.XmlSchema[] array, int index) { }
Find(System.Xml.XmlQualifiedName name, System.Type type)2988         public object Find(System.Xml.XmlQualifiedName name, System.Type type) { throw null; }
GetSchemas(string ns)2989         public System.Collections.IList GetSchemas(string ns) { throw null; }
IndexOf(System.Xml.Schema.XmlSchema schema)2990         public int IndexOf(System.Xml.Schema.XmlSchema schema) { throw null; }
Insert(int index, System.Xml.Schema.XmlSchema schema)2991         public void Insert(int index, System.Xml.Schema.XmlSchema schema) { }
IsDataSet(System.Xml.Schema.XmlSchema schema)2992         public static bool IsDataSet(System.Xml.Schema.XmlSchema schema) { throw null; }
OnClear()2993         protected override void OnClear() { }
OnInsert(int index, object value)2994         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)2995         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)2996         protected override void OnSet(int index, object oldValue, object newValue) { }
Remove(System.Xml.Schema.XmlSchema schema)2997         public void Remove(System.Xml.Schema.XmlSchema schema) { }
GetEnumerator()2998         System.Collections.Generic.IEnumerator<System.Xml.Schema.XmlSchema> System.Collections.Generic.IEnumerable<System.Xml.Schema.XmlSchema>.GetEnumerator() { throw null; }
2999     }
XmlSerializationCollectionFixupCallback(object collection, object collectionItems)3000     public delegate void XmlSerializationCollectionFixupCallback(object collection, object collectionItems);
XmlSerializationFixupCallback(object fixup)3001     public delegate void XmlSerializationFixupCallback(object fixup);
3002     public abstract partial class XmlSerializationGeneratedCode
3003     {
XmlSerializationGeneratedCode()3004         protected XmlSerializationGeneratedCode() { }
3005     }
XmlSerializationReadCallback()3006     public delegate object XmlSerializationReadCallback();
3007     [System.MonoTODOAttribute]
3008     public abstract partial class XmlSerializationReader : System.Xml.Serialization.XmlSerializationGeneratedCode
3009     {
XmlSerializationReader()3010         protected XmlSerializationReader() { }
3011         [System.MonoTODOAttribute]
3012         protected bool DecodeName { get { throw null; } set { } }
3013         protected System.Xml.XmlDocument Document { get { throw null; } }
3014         [System.MonoTODOAttribute]
3015         protected bool IsReturnValue { get { throw null; } set { } }
3016         protected System.Xml.XmlReader Reader { get { throw null; } }
3017         protected int ReaderCount { get { throw null; } }
AddFixup(System.Xml.Serialization.XmlSerializationReader.CollectionFixup fixup)3018         protected void AddFixup(System.Xml.Serialization.XmlSerializationReader.CollectionFixup fixup) { }
AddFixup(System.Xml.Serialization.XmlSerializationReader.Fixup fixup)3019         protected void AddFixup(System.Xml.Serialization.XmlSerializationReader.Fixup fixup) { }
AddReadCallback(string name, string ns, System.Type type, System.Xml.Serialization.XmlSerializationReadCallback read)3020         protected void AddReadCallback(string name, string ns, System.Type type, System.Xml.Serialization.XmlSerializationReadCallback read) { }
AddTarget(string id, object o)3021         protected void AddTarget(string id, object o) { }
CheckReaderCount(ref int whileIterations, ref int readerCount)3022         protected void CheckReaderCount(ref int whileIterations, ref int readerCount) { }
CollapseWhitespace(string value)3023         protected string CollapseWhitespace(string value) { throw null; }
CreateAbstractTypeException(string name, string ns)3024         protected System.Exception CreateAbstractTypeException(string name, string ns) { throw null; }
3025         [System.MonoTODOAttribute]
CreateBadDerivationException(string xsdDerived, string nsDerived, string xsdBase, string nsBase, string clrDerived, string clrBase)3026         protected System.Exception CreateBadDerivationException(string xsdDerived, string nsDerived, string xsdBase, string nsBase, string clrDerived, string clrBase) { throw null; }
CreateCtorHasSecurityException(string typeName)3027         protected System.Exception CreateCtorHasSecurityException(string typeName) { throw null; }
CreateInaccessibleConstructorException(string typeName)3028         protected System.Exception CreateInaccessibleConstructorException(string typeName) { throw null; }
CreateInvalidCastException(System.Type type, object value)3029         protected System.Exception CreateInvalidCastException(System.Type type, object value) { throw null; }
3030         [System.MonoTODOAttribute]
CreateInvalidCastException(System.Type type, object value, string id)3031         protected System.Exception CreateInvalidCastException(System.Type type, object value, string id) { throw null; }
3032         [System.MonoTODOAttribute]
CreateMissingIXmlSerializableType(string name, string ns, string clrType)3033         protected System.Exception CreateMissingIXmlSerializableType(string name, string ns, string clrType) { throw null; }
CreateReadOnlyCollectionException(string name)3034         protected System.Exception CreateReadOnlyCollectionException(string name) { throw null; }
CreateUnknownConstantException(string value, System.Type enumType)3035         protected System.Exception CreateUnknownConstantException(string value, System.Type enumType) { throw null; }
CreateUnknownNodeException()3036         protected System.Exception CreateUnknownNodeException() { throw null; }
CreateUnknownTypeException(System.Xml.XmlQualifiedName type)3037         protected System.Exception CreateUnknownTypeException(System.Xml.XmlQualifiedName type) { throw null; }
EnsureArrayIndex(System.Array a, int index, System.Type elementType)3038         protected System.Array EnsureArrayIndex(System.Array a, int index, System.Type elementType) { throw null; }
3039         [System.MonoTODOAttribute]
FixupArrayRefs(object fixup)3040         protected void FixupArrayRefs(object fixup) { }
3041         [System.MonoTODOAttribute]
GetArrayLength(string name, string ns)3042         protected int GetArrayLength(string name, string ns) { throw null; }
GetNullAttr()3043         protected bool GetNullAttr() { throw null; }
GetTarget(string id)3044         protected object GetTarget(string id) { throw null; }
GetXsiType()3045         protected System.Xml.XmlQualifiedName GetXsiType() { throw null; }
InitCallbacks()3046         protected abstract void InitCallbacks();
InitIDs()3047         protected abstract void InitIDs();
IsXmlnsAttribute(string name)3048         protected bool IsXmlnsAttribute(string name) { throw null; }
ParseWsdlArrayType(System.Xml.XmlAttribute attr)3049         protected void ParseWsdlArrayType(System.Xml.XmlAttribute attr) { }
ReadElementQualifiedName()3050         protected System.Xml.XmlQualifiedName ReadElementQualifiedName() { throw null; }
ReadEndElement()3051         protected void ReadEndElement() { }
ReadNull()3052         protected bool ReadNull() { throw null; }
ReadNullableQualifiedName()3053         protected System.Xml.XmlQualifiedName ReadNullableQualifiedName() { throw null; }
ReadNullableString()3054         protected string ReadNullableString() { throw null; }
ReadReference(out string fixupReference)3055         protected bool ReadReference(out string fixupReference) { fixupReference = default(string); throw null; }
ReadReferencedElement()3056         protected object ReadReferencedElement() { throw null; }
ReadReferencedElement(string name, string ns)3057         protected object ReadReferencedElement(string name, string ns) { throw null; }
ReadReferencedElements()3058         protected void ReadReferencedElements() { }
ReadReferencingElement(string name, string ns, bool elementCanBeType, out string fixupReference)3059         protected object ReadReferencingElement(string name, string ns, bool elementCanBeType, out string fixupReference) { fixupReference = default(string); throw null; }
ReadReferencingElement(string name, string ns, out string fixupReference)3060         protected object ReadReferencingElement(string name, string ns, out string fixupReference) { fixupReference = default(string); throw null; }
ReadReferencingElement(out string fixupReference)3061         protected object ReadReferencingElement(out string fixupReference) { fixupReference = default(string); throw null; }
ReadSerializable(System.Xml.Serialization.IXmlSerializable serializable)3062         protected System.Xml.Serialization.IXmlSerializable ReadSerializable(System.Xml.Serialization.IXmlSerializable serializable) { throw null; }
ReadSerializable(System.Xml.Serialization.IXmlSerializable serializable, bool wrappedAny)3063         protected System.Xml.Serialization.IXmlSerializable ReadSerializable(System.Xml.Serialization.IXmlSerializable serializable, bool wrappedAny) { throw null; }
ReadString(string value)3064         protected string ReadString(string value) { throw null; }
3065         [System.MonoTODOAttribute]
ReadString(string value, bool trim)3066         protected string ReadString(string value, bool trim) { throw null; }
3067         [System.MonoTODOAttribute]
ReadTypedNull(System.Xml.XmlQualifiedName type)3068         protected object ReadTypedNull(System.Xml.XmlQualifiedName type) { throw null; }
ReadTypedPrimitive(System.Xml.XmlQualifiedName type)3069         protected object ReadTypedPrimitive(System.Xml.XmlQualifiedName type) { throw null; }
ReadXmlDocument(bool wrapped)3070         protected System.Xml.XmlDocument ReadXmlDocument(bool wrapped) { throw null; }
ReadXmlNode(bool wrapped)3071         protected System.Xml.XmlNode ReadXmlNode(bool wrapped) { throw null; }
Referenced(object o)3072         protected void Referenced(object o) { }
3073         [System.MonoTODOAttribute]
ResolveDynamicAssembly(string assemblyFullName)3074         protected static System.Reflection.Assembly ResolveDynamicAssembly(string assemblyFullName) { throw null; }
ShrinkArray(System.Array a, int length, System.Type elementType, bool isNullable)3075         protected System.Array ShrinkArray(System.Array a, int length, System.Type elementType, bool isNullable) { throw null; }
ToByteArrayBase64(bool isNull)3076         protected byte[] ToByteArrayBase64(bool isNull) { throw null; }
ToByteArrayBase64(string value)3077         protected static byte[] ToByteArrayBase64(string value) { throw null; }
ToByteArrayHex(bool isNull)3078         protected byte[] ToByteArrayHex(bool isNull) { throw null; }
ToByteArrayHex(string value)3079         protected static byte[] ToByteArrayHex(string value) { throw null; }
ToChar(string value)3080         protected static char ToChar(string value) { throw null; }
ToDate(string value)3081         protected static System.DateTime ToDate(string value) { throw null; }
ToDateTime(string value)3082         protected static System.DateTime ToDateTime(string value) { throw null; }
ToEnum(string value, System.Collections.Hashtable h, string typeName)3083         protected static long ToEnum(string value, System.Collections.Hashtable h, string typeName) { throw null; }
ToTime(string value)3084         protected static System.DateTime ToTime(string value) { throw null; }
ToXmlName(string value)3085         protected static string ToXmlName(string value) { throw null; }
ToXmlNCName(string value)3086         protected static string ToXmlNCName(string value) { throw null; }
ToXmlNmToken(string value)3087         protected static string ToXmlNmToken(string value) { throw null; }
ToXmlNmTokens(string value)3088         protected static string ToXmlNmTokens(string value) { throw null; }
ToXmlQualifiedName(string value)3089         protected System.Xml.XmlQualifiedName ToXmlQualifiedName(string value) { throw null; }
UnknownAttribute(object o, System.Xml.XmlAttribute attr)3090         protected void UnknownAttribute(object o, System.Xml.XmlAttribute attr) { }
UnknownAttribute(object o, System.Xml.XmlAttribute attr, string qnames)3091         protected void UnknownAttribute(object o, System.Xml.XmlAttribute attr, string qnames) { }
UnknownElement(object o, System.Xml.XmlElement elem)3092         protected void UnknownElement(object o, System.Xml.XmlElement elem) { }
UnknownElement(object o, System.Xml.XmlElement elem, string qnames)3093         protected void UnknownElement(object o, System.Xml.XmlElement elem, string qnames) { }
UnknownNode(object o)3094         protected void UnknownNode(object o) { }
UnknownNode(object o, string qnames)3095         protected void UnknownNode(object o, string qnames) { }
UnreferencedObject(string id, object o)3096         protected void UnreferencedObject(string id, object o) { }
3097         protected partial class CollectionFixup
3098         {
CollectionFixup(object collection, System.Xml.Serialization.XmlSerializationCollectionFixupCallback callback, object collectionItems)3099             public CollectionFixup(object collection, System.Xml.Serialization.XmlSerializationCollectionFixupCallback callback, object collectionItems) { }
3100             public System.Xml.Serialization.XmlSerializationCollectionFixupCallback Callback { get { throw null; } }
3101             public object Collection { get { throw null; } }
3102             public object CollectionItems { get { throw null; } }
3103         }
3104         protected partial class Fixup
3105         {
Fixup(object o, System.Xml.Serialization.XmlSerializationFixupCallback callback, int count)3106             public Fixup(object o, System.Xml.Serialization.XmlSerializationFixupCallback callback, int count) { }
Fixup(object o, System.Xml.Serialization.XmlSerializationFixupCallback callback, string[] ids)3107             public Fixup(object o, System.Xml.Serialization.XmlSerializationFixupCallback callback, string[] ids) { }
3108             public System.Xml.Serialization.XmlSerializationFixupCallback Callback { get { throw null; } }
3109             public string[] Ids { get { throw null; } }
3110             public object Source { get { throw null; } set { } }
3111         }
3112     }
XmlSerializationWriteCallback(object o)3113     public delegate void XmlSerializationWriteCallback(object o);
3114     public abstract partial class XmlSerializationWriter : System.Xml.Serialization.XmlSerializationGeneratedCode
3115     {
XmlSerializationWriter()3116         protected XmlSerializationWriter() { }
3117         [System.MonoTODOAttribute]
3118         protected bool EscapeName { get { throw null; } set { } }
3119         protected System.Collections.ArrayList Namespaces { get { throw null; } set { } }
3120         protected System.Xml.XmlWriter Writer { get { throw null; } set { } }
AddWriteCallback(System.Type type, string typeName, string typeNs, System.Xml.Serialization.XmlSerializationWriteCallback callback)3121         protected void AddWriteCallback(System.Type type, string typeName, string typeNs, System.Xml.Serialization.XmlSerializationWriteCallback callback) { }
CreateChoiceIdentifierValueException(string value, string identifier, string name, string ns)3122         protected System.Exception CreateChoiceIdentifierValueException(string value, string identifier, string name, string ns) { throw null; }
CreateInvalidAnyTypeException(object o)3123         protected System.Exception CreateInvalidAnyTypeException(object o) { throw null; }
CreateInvalidAnyTypeException(System.Type type)3124         protected System.Exception CreateInvalidAnyTypeException(System.Type type) { throw null; }
CreateInvalidChoiceIdentifierValueException(string type, string identifier)3125         protected System.Exception CreateInvalidChoiceIdentifierValueException(string type, string identifier) { throw null; }
CreateInvalidEnumValueException(object value, string typeName)3126         protected System.Exception CreateInvalidEnumValueException(object value, string typeName) { throw null; }
CreateMismatchChoiceException(string value, string elementName, string enumValue)3127         protected System.Exception CreateMismatchChoiceException(string value, string elementName, string enumValue) { throw null; }
CreateUnknownAnyElementException(string name, string ns)3128         protected System.Exception CreateUnknownAnyElementException(string name, string ns) { throw null; }
CreateUnknownTypeException(object o)3129         protected System.Exception CreateUnknownTypeException(object o) { throw null; }
CreateUnknownTypeException(System.Type type)3130         protected System.Exception CreateUnknownTypeException(System.Type type) { throw null; }
FromByteArrayBase64(byte[] value)3131         protected static byte[] FromByteArrayBase64(byte[] value) { throw null; }
FromByteArrayHex(byte[] value)3132         protected static string FromByteArrayHex(byte[] value) { throw null; }
FromChar(char value)3133         protected static string FromChar(char value) { throw null; }
FromDate(System.DateTime value)3134         protected static string FromDate(System.DateTime value) { throw null; }
FromDateTime(System.DateTime value)3135         protected static string FromDateTime(System.DateTime value) { throw null; }
FromEnum(long value, string[] values, long[] ids)3136         protected static string FromEnum(long value, string[] values, long[] ids) { throw null; }
FromEnum(long value, string[] values, long[] ids, string typeName)3137         protected static string FromEnum(long value, string[] values, long[] ids, string typeName) { throw null; }
FromTime(System.DateTime value)3138         protected static string FromTime(System.DateTime value) { throw null; }
FromXmlName(string name)3139         protected static string FromXmlName(string name) { throw null; }
FromXmlNCName(string ncName)3140         protected static string FromXmlNCName(string ncName) { throw null; }
FromXmlNmToken(string nmToken)3141         protected static string FromXmlNmToken(string nmToken) { throw null; }
FromXmlNmTokens(string nmTokens)3142         protected static string FromXmlNmTokens(string nmTokens) { throw null; }
FromXmlQualifiedName(System.Xml.XmlQualifiedName xmlQualifiedName)3143         protected string FromXmlQualifiedName(System.Xml.XmlQualifiedName xmlQualifiedName) { throw null; }
3144         [System.MonoTODOAttribute]
FromXmlQualifiedName(System.Xml.XmlQualifiedName xmlQualifiedName, bool ignoreEmpty)3145         protected string FromXmlQualifiedName(System.Xml.XmlQualifiedName xmlQualifiedName, bool ignoreEmpty) { throw null; }
InitCallbacks()3146         protected abstract void InitCallbacks();
3147         [System.MonoTODOAttribute]
ResolveDynamicAssembly(string assemblyFullName)3148         protected static System.Reflection.Assembly ResolveDynamicAssembly(string assemblyFullName) { throw null; }
TopLevelElement()3149         protected void TopLevelElement() { }
WriteAttribute(string localName, byte[] value)3150         protected void WriteAttribute(string localName, byte[] value) { }
WriteAttribute(string localName, string value)3151         protected void WriteAttribute(string localName, string value) { }
WriteAttribute(string localName, string ns, byte[] value)3152         protected void WriteAttribute(string localName, string ns, byte[] value) { }
WriteAttribute(string localName, string ns, string value)3153         protected void WriteAttribute(string localName, string ns, string value) { }
WriteAttribute(string prefix, string localName, string ns, string value)3154         protected void WriteAttribute(string prefix, string localName, string ns, string value) { }
WriteElementEncoded(System.Xml.XmlNode node, string name, string ns, bool isNullable, bool any)3155         protected void WriteElementEncoded(System.Xml.XmlNode node, string name, string ns, bool isNullable, bool any) { }
WriteElementLiteral(System.Xml.XmlNode node, string name, string ns, bool isNullable, bool any)3156         protected void WriteElementLiteral(System.Xml.XmlNode node, string name, string ns, bool isNullable, bool any) { }
WriteElementQualifiedName(string localName, string ns, System.Xml.XmlQualifiedName value)3157         protected void WriteElementQualifiedName(string localName, string ns, System.Xml.XmlQualifiedName value) { }
WriteElementQualifiedName(string localName, string ns, System.Xml.XmlQualifiedName value, System.Xml.XmlQualifiedName xsiType)3158         protected void WriteElementQualifiedName(string localName, string ns, System.Xml.XmlQualifiedName value, System.Xml.XmlQualifiedName xsiType) { }
WriteElementQualifiedName(string localName, System.Xml.XmlQualifiedName value)3159         protected void WriteElementQualifiedName(string localName, System.Xml.XmlQualifiedName value) { }
WriteElementQualifiedName(string localName, System.Xml.XmlQualifiedName value, System.Xml.XmlQualifiedName xsiType)3160         protected void WriteElementQualifiedName(string localName, System.Xml.XmlQualifiedName value, System.Xml.XmlQualifiedName xsiType) { }
WriteElementString(string localName, string value)3161         protected void WriteElementString(string localName, string value) { }
WriteElementString(string localName, string ns, string value)3162         protected void WriteElementString(string localName, string ns, string value) { }
WriteElementString(string localName, string ns, string value, System.Xml.XmlQualifiedName xsiType)3163         protected void WriteElementString(string localName, string ns, string value, System.Xml.XmlQualifiedName xsiType) { }
WriteElementString(string localName, string value, System.Xml.XmlQualifiedName xsiType)3164         protected void WriteElementString(string localName, string value, System.Xml.XmlQualifiedName xsiType) { }
WriteElementStringRaw(string localName, byte[] value)3165         protected void WriteElementStringRaw(string localName, byte[] value) { }
WriteElementStringRaw(string localName, byte[] value, System.Xml.XmlQualifiedName xsiType)3166         protected void WriteElementStringRaw(string localName, byte[] value, System.Xml.XmlQualifiedName xsiType) { }
WriteElementStringRaw(string localName, string value)3167         protected void WriteElementStringRaw(string localName, string value) { }
WriteElementStringRaw(string localName, string ns, byte[] value)3168         protected void WriteElementStringRaw(string localName, string ns, byte[] value) { }
WriteElementStringRaw(string localName, string ns, byte[] value, System.Xml.XmlQualifiedName xsiType)3169         protected void WriteElementStringRaw(string localName, string ns, byte[] value, System.Xml.XmlQualifiedName xsiType) { }
WriteElementStringRaw(string localName, string ns, string value)3170         protected void WriteElementStringRaw(string localName, string ns, string value) { }
WriteElementStringRaw(string localName, string ns, string value, System.Xml.XmlQualifiedName xsiType)3171         protected void WriteElementStringRaw(string localName, string ns, string value, System.Xml.XmlQualifiedName xsiType) { }
WriteElementStringRaw(string localName, string value, System.Xml.XmlQualifiedName xsiType)3172         protected void WriteElementStringRaw(string localName, string value, System.Xml.XmlQualifiedName xsiType) { }
WriteEmptyTag(string name)3173         protected void WriteEmptyTag(string name) { }
WriteEmptyTag(string name, string ns)3174         protected void WriteEmptyTag(string name, string ns) { }
WriteEndElement()3175         protected void WriteEndElement() { }
WriteEndElement(object o)3176         protected void WriteEndElement(object o) { }
WriteId(object o)3177         protected void WriteId(object o) { }
WriteNamespaceDeclarations(System.Xml.Serialization.XmlSerializerNamespaces xmlns)3178         protected void WriteNamespaceDeclarations(System.Xml.Serialization.XmlSerializerNamespaces xmlns) { }
WriteNullableQualifiedNameEncoded(string name, string ns, System.Xml.XmlQualifiedName value, System.Xml.XmlQualifiedName xsiType)3179         protected void WriteNullableQualifiedNameEncoded(string name, string ns, System.Xml.XmlQualifiedName value, System.Xml.XmlQualifiedName xsiType) { }
WriteNullableQualifiedNameLiteral(string name, string ns, System.Xml.XmlQualifiedName value)3180         protected void WriteNullableQualifiedNameLiteral(string name, string ns, System.Xml.XmlQualifiedName value) { }
WriteNullableStringEncoded(string name, string ns, string value, System.Xml.XmlQualifiedName xsiType)3181         protected void WriteNullableStringEncoded(string name, string ns, string value, System.Xml.XmlQualifiedName xsiType) { }
WriteNullableStringEncodedRaw(string name, string ns, byte[] value, System.Xml.XmlQualifiedName xsiType)3182         protected void WriteNullableStringEncodedRaw(string name, string ns, byte[] value, System.Xml.XmlQualifiedName xsiType) { }
WriteNullableStringEncodedRaw(string name, string ns, string value, System.Xml.XmlQualifiedName xsiType)3183         protected void WriteNullableStringEncodedRaw(string name, string ns, string value, System.Xml.XmlQualifiedName xsiType) { }
WriteNullableStringLiteral(string name, string ns, string value)3184         protected void WriteNullableStringLiteral(string name, string ns, string value) { }
WriteNullableStringLiteralRaw(string name, string ns, byte[] value)3185         protected void WriteNullableStringLiteralRaw(string name, string ns, byte[] value) { }
WriteNullableStringLiteralRaw(string name, string ns, string value)3186         protected void WriteNullableStringLiteralRaw(string name, string ns, string value) { }
WriteNullTagEncoded(string name)3187         protected void WriteNullTagEncoded(string name) { }
WriteNullTagEncoded(string name, string ns)3188         protected void WriteNullTagEncoded(string name, string ns) { }
WriteNullTagLiteral(string name)3189         protected void WriteNullTagLiteral(string name) { }
WriteNullTagLiteral(string name, string ns)3190         protected void WriteNullTagLiteral(string name, string ns) { }
WritePotentiallyReferencingElement(string n, string ns, object o)3191         protected void WritePotentiallyReferencingElement(string n, string ns, object o) { }
WritePotentiallyReferencingElement(string n, string ns, object o, System.Type ambientType)3192         protected void WritePotentiallyReferencingElement(string n, string ns, object o, System.Type ambientType) { }
WritePotentiallyReferencingElement(string n, string ns, object o, System.Type ambientType, bool suppressReference)3193         protected void WritePotentiallyReferencingElement(string n, string ns, object o, System.Type ambientType, bool suppressReference) { }
WritePotentiallyReferencingElement(string n, string ns, object o, System.Type ambientType, bool suppressReference, bool isNullable)3194         protected void WritePotentiallyReferencingElement(string n, string ns, object o, System.Type ambientType, bool suppressReference, bool isNullable) { }
WriteReferencedElements()3195         protected void WriteReferencedElements() { }
WriteReferencingElement(string n, string ns, object o)3196         protected void WriteReferencingElement(string n, string ns, object o) { }
WriteReferencingElement(string n, string ns, object o, bool isNullable)3197         protected void WriteReferencingElement(string n, string ns, object o, bool isNullable) { }
3198         [System.MonoTODOAttribute]
WriteRpcResult(string name, string ns)3199         protected void WriteRpcResult(string name, string ns) { }
WriteSerializable(System.Xml.Serialization.IXmlSerializable serializable, string name, string ns, bool isNullable)3200         protected void WriteSerializable(System.Xml.Serialization.IXmlSerializable serializable, string name, string ns, bool isNullable) { }
WriteSerializable(System.Xml.Serialization.IXmlSerializable serializable, string name, string ns, bool isNullable, bool wrapped)3201         protected void WriteSerializable(System.Xml.Serialization.IXmlSerializable serializable, string name, string ns, bool isNullable, bool wrapped) { }
WriteStartDocument()3202         protected void WriteStartDocument() { }
WriteStartElement(string name)3203         protected void WriteStartElement(string name) { }
WriteStartElement(string name, string ns)3204         protected void WriteStartElement(string name, string ns) { }
WriteStartElement(string name, string ns, bool writePrefixed)3205         protected void WriteStartElement(string name, string ns, bool writePrefixed) { }
WriteStartElement(string name, string ns, object o)3206         protected void WriteStartElement(string name, string ns, object o) { }
WriteStartElement(string name, string ns, object o, bool writePrefixed)3207         protected void WriteStartElement(string name, string ns, object o, bool writePrefixed) { }
WriteStartElement(string name, string ns, object o, bool writePrefixed, System.Xml.Serialization.XmlSerializerNamespaces xmlns)3208         protected void WriteStartElement(string name, string ns, object o, bool writePrefixed, System.Xml.Serialization.XmlSerializerNamespaces xmlns) { }
WriteTypedPrimitive(string name, string ns, object o, bool xsiType)3209         protected void WriteTypedPrimitive(string name, string ns, object o, bool xsiType) { }
WriteValue(byte[] value)3210         protected void WriteValue(byte[] value) { }
WriteValue(string value)3211         protected void WriteValue(string value) { }
WriteXmlAttribute(System.Xml.XmlNode node)3212         protected void WriteXmlAttribute(System.Xml.XmlNode node) { }
WriteXmlAttribute(System.Xml.XmlNode node, object container)3213         protected void WriteXmlAttribute(System.Xml.XmlNode node, object container) { }
WriteXsiType(string name, string ns)3214         protected void WriteXsiType(string name, string ns) { }
3215     }
3216     public partial class XmlSerializer
3217     {
XmlSerializer()3218         protected XmlSerializer() { }
XmlSerializer(System.Type type)3219         public XmlSerializer(System.Type type) { }
XmlSerializer(System.Type type, string defaultNamespace)3220         public XmlSerializer(System.Type type, string defaultNamespace) { }
XmlSerializer(System.Type type, System.Type[] extraTypes)3221         public XmlSerializer(System.Type type, System.Type[] extraTypes) { }
XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides)3222         public XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides) { }
XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace)3223         public XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace) { }
XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace, string location)3224         public XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace, string location) { }
3225         [System.MonoTODOAttribute]
XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace, string location, System.Security.Policy.Evidence evidence)3226         public XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace, string location, System.Security.Policy.Evidence evidence) { }
XmlSerializer(System.Type type, System.Xml.Serialization.XmlRootAttribute root)3227         public XmlSerializer(System.Type type, System.Xml.Serialization.XmlRootAttribute root) { }
XmlSerializer(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping)3228         public XmlSerializer(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) { }
3229         public event System.Xml.Serialization.XmlAttributeEventHandler UnknownAttribute { add { } remove { } }
3230         public event System.Xml.Serialization.XmlElementEventHandler UnknownElement { add { } remove { } }
3231         public event System.Xml.Serialization.XmlNodeEventHandler UnknownNode { add { } remove { } }
3232         public event System.Xml.Serialization.UnreferencedObjectEventHandler UnreferencedObject { add { } remove { } }
CanDeserialize(System.Xml.XmlReader xmlReader)3233         public virtual bool CanDeserialize(System.Xml.XmlReader xmlReader) { throw null; }
CreateReader()3234         protected virtual System.Xml.Serialization.XmlSerializationReader CreateReader() { throw null; }
CreateWriter()3235         protected virtual System.Xml.Serialization.XmlSerializationWriter CreateWriter() { throw null; }
Deserialize(System.IO.Stream stream)3236         public object Deserialize(System.IO.Stream stream) { throw null; }
Deserialize(System.IO.TextReader textReader)3237         public object Deserialize(System.IO.TextReader textReader) { throw null; }
Deserialize(System.Xml.Serialization.XmlSerializationReader reader)3238         protected virtual object Deserialize(System.Xml.Serialization.XmlSerializationReader reader) { throw null; }
Deserialize(System.Xml.XmlReader xmlReader)3239         public object Deserialize(System.Xml.XmlReader xmlReader) { throw null; }
3240         [System.MonoTODOAttribute]
Deserialize(System.Xml.XmlReader xmlReader, string encodingStyle)3241         public object Deserialize(System.Xml.XmlReader xmlReader, string encodingStyle) { throw null; }
3242         [System.MonoTODOAttribute]
Deserialize(System.Xml.XmlReader xmlReader, string encodingStyle, System.Xml.Serialization.XmlDeserializationEvents events)3243         public object Deserialize(System.Xml.XmlReader xmlReader, string encodingStyle, System.Xml.Serialization.XmlDeserializationEvents events) { throw null; }
3244         [System.MonoTODOAttribute]
Deserialize(System.Xml.XmlReader xmlReader, System.Xml.Serialization.XmlDeserializationEvents events)3245         public object Deserialize(System.Xml.XmlReader xmlReader, System.Xml.Serialization.XmlDeserializationEvents events) { throw null; }
FromMappings(System.Xml.Serialization.XmlMapping[] mappings)3246         public static System.Xml.Serialization.XmlSerializer[] FromMappings(System.Xml.Serialization.XmlMapping[] mappings) { throw null; }
3247         [System.MonoTODOAttribute]
FromMappings(System.Xml.Serialization.XmlMapping[] mappings, System.Security.Policy.Evidence evidence)3248         public static System.Xml.Serialization.XmlSerializer[] FromMappings(System.Xml.Serialization.XmlMapping[] mappings, System.Security.Policy.Evidence evidence) { throw null; }
3249         [System.MonoTODOAttribute]
FromMappings(System.Xml.Serialization.XmlMapping[] mappings, System.Type type)3250         public static System.Xml.Serialization.XmlSerializer[] FromMappings(System.Xml.Serialization.XmlMapping[] mappings, System.Type type) { throw null; }
FromTypes(System.Type[] types)3251         public static System.Xml.Serialization.XmlSerializer[] FromTypes(System.Type[] types) { throw null; }
GetXmlSerializerAssemblyName(System.Type type)3252         public static string GetXmlSerializerAssemblyName(System.Type type) { throw null; }
GetXmlSerializerAssemblyName(System.Type type, string defaultNamespace)3253         public static string GetXmlSerializerAssemblyName(System.Type type, string defaultNamespace) { throw null; }
Serialize(System.IO.Stream stream, object o)3254         public void Serialize(System.IO.Stream stream, object o) { }
Serialize(System.IO.Stream stream, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces)3255         public void Serialize(System.IO.Stream stream, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) { }
Serialize(System.IO.TextWriter textWriter, object o)3256         public void Serialize(System.IO.TextWriter textWriter, object o) { }
Serialize(System.IO.TextWriter textWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces)3257         public void Serialize(System.IO.TextWriter textWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) { }
Serialize(object o, System.Xml.Serialization.XmlSerializationWriter writer)3258         protected virtual void Serialize(object o, System.Xml.Serialization.XmlSerializationWriter writer) { }
Serialize(System.Xml.XmlWriter xmlWriter, object o)3259         public void Serialize(System.Xml.XmlWriter xmlWriter, object o) { }
Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces)3260         public void Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) { }
3261         [System.MonoTODOAttribute]
Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces, string encodingStyle)3262         public void Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces, string encodingStyle) { }
3263         [System.MonoNotSupportedAttribute("")]
Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces, string encodingStyle, string id)3264         public void Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces, string encodingStyle, string id) { }
3265     }
3266     [System.AttributeUsageAttribute((System.AttributeTargets)(1052))]
3267     public sealed partial class XmlSerializerAssemblyAttribute : System.Attribute
3268     {
XmlSerializerAssemblyAttribute()3269         public XmlSerializerAssemblyAttribute() { }
XmlSerializerAssemblyAttribute(string assemblyName)3270         public XmlSerializerAssemblyAttribute(string assemblyName) { }
XmlSerializerAssemblyAttribute(string assemblyName, string codeBase)3271         public XmlSerializerAssemblyAttribute(string assemblyName, string codeBase) { }
3272         public string AssemblyName { get { throw null; } set { } }
3273         public string CodeBase { get { throw null; } set { } }
3274     }
3275     public partial class XmlSerializerFactory
3276     {
XmlSerializerFactory()3277         public XmlSerializerFactory() { }
CreateSerializer(System.Type type)3278         public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type) { throw null; }
CreateSerializer(System.Type type, string defaultNamespace)3279         public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, string defaultNamespace) { throw null; }
CreateSerializer(System.Type type, System.Type[] extraTypes)3280         public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Type[] extraTypes) { throw null; }
CreateSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides)3281         public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides) { throw null; }
CreateSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace)3282         public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace) { throw null; }
CreateSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace, string location)3283         public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace, string location) { throw null; }
3284         [System.MonoTODOAttribute]
CreateSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace, string location, System.Security.Policy.Evidence evidence)3285         public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] extraTypes, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace, string location, System.Security.Policy.Evidence evidence) { throw null; }
CreateSerializer(System.Type type, System.Xml.Serialization.XmlRootAttribute root)3286         public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serialization.XmlRootAttribute root) { throw null; }
CreateSerializer(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping)3287         public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) { throw null; }
3288     }
3289     public abstract partial class XmlSerializerImplementation
3290     {
XmlSerializerImplementation()3291         protected XmlSerializerImplementation() { }
3292         public virtual System.Xml.Serialization.XmlSerializationReader Reader { get { throw null; } }
3293         public virtual System.Collections.Hashtable ReadMethods { get { throw null; } }
3294         public virtual System.Collections.Hashtable TypedSerializers { get { throw null; } }
3295         public virtual System.Collections.Hashtable WriteMethods { get { throw null; } }
3296         public virtual System.Xml.Serialization.XmlSerializationWriter Writer { get { throw null; } }
CanSerialize(System.Type type)3297         public virtual bool CanSerialize(System.Type type) { throw null; }
GetSerializer(System.Type type)3298         public virtual System.Xml.Serialization.XmlSerializer GetSerializer(System.Type type) { throw null; }
3299     }
3300     public partial class XmlSerializerNamespaces
3301     {
XmlSerializerNamespaces()3302         public XmlSerializerNamespaces() { }
XmlSerializerNamespaces(System.Xml.Serialization.XmlSerializerNamespaces namespaces)3303         public XmlSerializerNamespaces(System.Xml.Serialization.XmlSerializerNamespaces namespaces) { }
XmlSerializerNamespaces(System.Xml.XmlQualifiedName[] namespaces)3304         public XmlSerializerNamespaces(System.Xml.XmlQualifiedName[] namespaces) { }
3305         public int Count { get { throw null; } }
Add(string prefix, string ns)3306         public void Add(string prefix, string ns) { }
ToArray()3307         public System.Xml.XmlQualifiedName[] ToArray() { throw null; }
3308     }
3309     [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
3310     public sealed partial class XmlSerializerVersionAttribute : System.Attribute
3311     {
XmlSerializerVersionAttribute()3312         public XmlSerializerVersionAttribute() { }
XmlSerializerVersionAttribute(System.Type type)3313         public XmlSerializerVersionAttribute(System.Type type) { }
3314         public string Namespace { get { throw null; } set { } }
3315         public string ParentAssemblyId { get { throw null; } set { } }
3316         public System.Type Type { get { throw null; } set { } }
3317         public string Version { get { throw null; } set { } }
3318     }
3319     [System.AttributeUsageAttribute((System.AttributeTargets)(10624))]
3320     public partial class XmlTextAttribute : System.Attribute
3321     {
XmlTextAttribute()3322         public XmlTextAttribute() { }
XmlTextAttribute(System.Type type)3323         public XmlTextAttribute(System.Type type) { }
3324         public string DataType { get { throw null; } set { } }
3325         public System.Type Type { get { throw null; } set { } }
3326     }
3327     [System.AttributeUsageAttribute((System.AttributeTargets)(1052))]
3328     public partial class XmlTypeAttribute : System.Attribute
3329     {
XmlTypeAttribute()3330         public XmlTypeAttribute() { }
XmlTypeAttribute(string typeName)3331         public XmlTypeAttribute(string typeName) { }
3332         public bool AnonymousType { get { throw null; } set { } }
3333         public bool IncludeInSchema { get { throw null; } set { } }
3334         public string Namespace { get { throw null; } set { } }
3335         public string TypeName { get { throw null; } set { } }
3336     }
3337     public partial class XmlTypeMapping : System.Xml.Serialization.XmlMapping
3338     {
XmlTypeMapping()3339         internal XmlTypeMapping() { }
3340         public string TypeFullName { get { throw null; } }
3341         public string TypeName { get { throw null; } }
3342         public string XsdTypeName { get { throw null; } }
3343         public string XsdTypeNamespace { get { throw null; } }
3344     }
3345 }
3346 namespace System.Xml.XmlConfiguration
3347 {
3348     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3349     public sealed partial class XmlReaderSection
3350     {
XmlReaderSection()3351         public XmlReaderSection() { }
3352         public string CollapseWhiteSpaceIntoEmptyStringString { get { throw null; } set { } }
3353     }
3354     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3355     public sealed partial class XsltConfigSection
3356     {
XsltConfigSection()3357         public XsltConfigSection() { }
3358     }
3359 }
3360 namespace System.Xml.XPath
3361 {
3362     public partial interface IXPathNavigable
3363     {
CreateNavigator()3364         System.Xml.XPath.XPathNavigator CreateNavigator();
3365     }
3366     public enum XmlCaseOrder
3367     {
3368         LowerFirst = 2,
3369         None = 0,
3370         UpperFirst = 1,
3371     }
3372     public enum XmlDataType
3373     {
3374         Number = 2,
3375         Text = 1,
3376     }
3377     public enum XmlSortOrder
3378     {
3379         Ascending = 1,
3380         Descending = 2,
3381     }
3382     public partial class XPathDocument : System.Xml.XPath.IXPathNavigable
3383     {
XPathDocument(System.IO.Stream stream)3384         public XPathDocument(System.IO.Stream stream) { }
XPathDocument(System.IO.TextReader textReader)3385         public XPathDocument(System.IO.TextReader textReader) { }
XPathDocument(string uri)3386         public XPathDocument(string uri) { }
XPathDocument(string uri, System.Xml.XmlSpace space)3387         public XPathDocument(string uri, System.Xml.XmlSpace space) { }
XPathDocument(System.Xml.XmlReader reader)3388         public XPathDocument(System.Xml.XmlReader reader) { }
XPathDocument(System.Xml.XmlReader reader, System.Xml.XmlSpace space)3389         public XPathDocument(System.Xml.XmlReader reader, System.Xml.XmlSpace space) { }
CreateNavigator()3390         public System.Xml.XPath.XPathNavigator CreateNavigator() { throw null; }
3391     }
3392     [System.SerializableAttribute]
3393     public partial class XPathException : System.SystemException
3394     {
XPathException()3395         public XPathException() { }
XPathException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3396         protected XPathException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XPathException(string message)3397         public XPathException(string message) { }
XPathException(string message, System.Exception innerException)3398         public XPathException(string message, System.Exception innerException) { }
3399         public override string Message { get { throw null; } }
3400         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3401         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
3402     }
3403     public abstract partial class XPathExpression
3404     {
XPathExpression()3405         internal XPathExpression() { }
3406         public abstract string Expression { get; }
3407         public abstract System.Xml.XPath.XPathResultType ReturnType { get; }
AddSort(object expr, System.Collections.IComparer comparer)3408         public abstract void AddSort(object expr, System.Collections.IComparer comparer);
AddSort(object expr, System.Xml.XPath.XmlSortOrder order, System.Xml.XPath.XmlCaseOrder caseOrder, string lang, System.Xml.XPath.XmlDataType dataType)3409         public abstract void AddSort(object expr, System.Xml.XPath.XmlSortOrder order, System.Xml.XPath.XmlCaseOrder caseOrder, string lang, System.Xml.XPath.XmlDataType dataType);
Clone()3410         public abstract System.Xml.XPath.XPathExpression Clone();
Compile(string xpath)3411         public static System.Xml.XPath.XPathExpression Compile(string xpath) { throw null; }
Compile(string xpath, System.Xml.IXmlNamespaceResolver nsResolver)3412         public static System.Xml.XPath.XPathExpression Compile(string xpath, System.Xml.IXmlNamespaceResolver nsResolver) { throw null; }
SetContext(System.Xml.IXmlNamespaceResolver nsResolver)3413         public abstract void SetContext(System.Xml.IXmlNamespaceResolver nsResolver);
SetContext(System.Xml.XmlNamespaceManager nsManager)3414         public abstract void SetContext(System.Xml.XmlNamespaceManager nsManager);
3415     }
3416     public abstract partial class XPathItem
3417     {
XPathItem()3418         protected XPathItem() { }
3419         public abstract bool IsNode { get; }
3420         public abstract object TypedValue { get; }
3421         public abstract string Value { get; }
3422         public abstract bool ValueAsBoolean { get; }
3423         public abstract System.DateTime ValueAsDateTime { get; }
3424         public abstract double ValueAsDouble { get; }
3425         public abstract int ValueAsInt { get; }
3426         public abstract long ValueAsLong { get; }
3427         public abstract System.Type ValueType { get; }
3428         public abstract System.Xml.Schema.XmlSchemaType XmlType { get; }
ValueAs(System.Type returnType)3429         public virtual object ValueAs(System.Type returnType) { throw null; }
ValueAs(System.Type returnType, System.Xml.IXmlNamespaceResolver nsResolver)3430         public abstract object ValueAs(System.Type returnType, System.Xml.IXmlNamespaceResolver nsResolver);
3431     }
3432     public enum XPathNamespaceScope
3433     {
3434         All = 0,
3435         ExcludeXml = 1,
3436         Local = 2,
3437     }
3438     [System.Diagnostics.DebuggerDisplayAttribute("{debuggerDisplayProxy}")]
3439     public abstract partial class XPathNavigator : System.Xml.XPath.XPathItem, System.ICloneable, System.Xml.IXmlNamespaceResolver, System.Xml.XPath.IXPathNavigable
3440     {
XPathNavigator()3441         protected XPathNavigator() { }
3442         public abstract string BaseURI { get; }
3443         public virtual bool CanEdit { get { throw null; } }
3444         public virtual bool HasAttributes { get { throw null; } }
3445         public virtual bool HasChildren { get { throw null; } }
3446         public virtual string InnerXml { get { throw null; } set { } }
3447         public abstract bool IsEmptyElement { get; }
3448         public sealed override bool IsNode { get { throw null; } }
3449         public abstract string LocalName { get; }
3450         public abstract string Name { get; }
3451         public abstract string NamespaceURI { get; }
3452         public abstract System.Xml.XmlNameTable NameTable { get; }
3453         public static System.Collections.IEqualityComparer NavigatorComparer { get { throw null; } }
3454         public abstract System.Xml.XPath.XPathNodeType NodeType { get; }
3455         public virtual string OuterXml { get { throw null; } set { } }
3456         public abstract string Prefix { get; }
3457         public virtual System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
3458         public override object TypedValue { get { throw null; } }
3459         public virtual object UnderlyingObject { get { throw null; } }
3460         public override bool ValueAsBoolean { get { throw null; } }
3461         public override System.DateTime ValueAsDateTime { get { throw null; } }
3462         public override double ValueAsDouble { get { throw null; } }
3463         public override int ValueAsInt { get { throw null; } }
3464         public override long ValueAsLong { get { throw null; } }
3465         public override System.Type ValueType { get { throw null; } }
3466         public virtual string XmlLang { get { throw null; } }
3467         public override System.Xml.Schema.XmlSchemaType XmlType { get { throw null; } }
AppendChild()3468         public virtual System.Xml.XmlWriter AppendChild() { throw null; }
AppendChild(string newChild)3469         public virtual void AppendChild(string newChild) { }
AppendChild(System.Xml.XmlReader newChild)3470         public virtual void AppendChild(System.Xml.XmlReader newChild) { }
AppendChild(System.Xml.XPath.XPathNavigator newChild)3471         public virtual void AppendChild(System.Xml.XPath.XPathNavigator newChild) { }
AppendChildElement(string prefix, string localName, string namespaceURI, string value)3472         public virtual void AppendChildElement(string prefix, string localName, string namespaceURI, string value) { }
CheckValidity(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler)3473         public virtual bool CheckValidity(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler) { throw null; }
Clone()3474         public abstract System.Xml.XPath.XPathNavigator Clone();
ComparePosition(System.Xml.XPath.XPathNavigator nav)3475         public virtual System.Xml.XmlNodeOrder ComparePosition(System.Xml.XPath.XPathNavigator nav) { throw null; }
Compile(string xpath)3476         public virtual System.Xml.XPath.XPathExpression Compile(string xpath) { throw null; }
CreateAttribute(string prefix, string localName, string namespaceURI, string value)3477         public virtual void CreateAttribute(string prefix, string localName, string namespaceURI, string value) { }
CreateAttributes()3478         public virtual System.Xml.XmlWriter CreateAttributes() { throw null; }
CreateNavigator()3479         public virtual System.Xml.XPath.XPathNavigator CreateNavigator() { throw null; }
DeleteRange(System.Xml.XPath.XPathNavigator lastSiblingToDelete)3480         public virtual void DeleteRange(System.Xml.XPath.XPathNavigator lastSiblingToDelete) { }
DeleteSelf()3481         public virtual void DeleteSelf() { }
Evaluate(string xpath)3482         public virtual object Evaluate(string xpath) { throw null; }
Evaluate(string xpath, System.Xml.IXmlNamespaceResolver resolver)3483         public virtual object Evaluate(string xpath, System.Xml.IXmlNamespaceResolver resolver) { throw null; }
Evaluate(System.Xml.XPath.XPathExpression expr)3484         public virtual object Evaluate(System.Xml.XPath.XPathExpression expr) { throw null; }
Evaluate(System.Xml.XPath.XPathExpression expr, System.Xml.XPath.XPathNodeIterator context)3485         public virtual object Evaluate(System.Xml.XPath.XPathExpression expr, System.Xml.XPath.XPathNodeIterator context) { throw null; }
GetAttribute(string localName, string namespaceURI)3486         public virtual string GetAttribute(string localName, string namespaceURI) { throw null; }
GetNamespace(string name)3487         public virtual string GetNamespace(string name) { throw null; }
GetNamespacesInScope(System.Xml.XmlNamespaceScope scope)3488         public virtual System.Collections.Generic.IDictionary<string, string> GetNamespacesInScope(System.Xml.XmlNamespaceScope scope) { throw null; }
InsertAfter()3489         public virtual System.Xml.XmlWriter InsertAfter() { throw null; }
InsertAfter(string newSibling)3490         public virtual void InsertAfter(string newSibling) { }
InsertAfter(System.Xml.XmlReader newSibling)3491         public virtual void InsertAfter(System.Xml.XmlReader newSibling) { }
InsertAfter(System.Xml.XPath.XPathNavigator newSibling)3492         public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { }
InsertBefore()3493         public virtual System.Xml.XmlWriter InsertBefore() { throw null; }
InsertBefore(string newSibling)3494         public virtual void InsertBefore(string newSibling) { }
InsertBefore(System.Xml.XmlReader newSibling)3495         public virtual void InsertBefore(System.Xml.XmlReader newSibling) { }
InsertBefore(System.Xml.XPath.XPathNavigator newSibling)3496         public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { }
InsertElementAfter(string prefix, string localName, string namespaceURI, string value)3497         public virtual void InsertElementAfter(string prefix, string localName, string namespaceURI, string value) { }
InsertElementBefore(string prefix, string localName, string namespaceURI, string value)3498         public virtual void InsertElementBefore(string prefix, string localName, string namespaceURI, string value) { }
IsDescendant(System.Xml.XPath.XPathNavigator nav)3499         public virtual bool IsDescendant(System.Xml.XPath.XPathNavigator nav) { throw null; }
IsSamePosition(System.Xml.XPath.XPathNavigator other)3500         public abstract bool IsSamePosition(System.Xml.XPath.XPathNavigator other);
LookupNamespace(string prefix)3501         public virtual string LookupNamespace(string prefix) { throw null; }
LookupPrefix(string namespaceURI)3502         public virtual string LookupPrefix(string namespaceURI) { throw null; }
Matches(string xpath)3503         public virtual bool Matches(string xpath) { throw null; }
Matches(System.Xml.XPath.XPathExpression expr)3504         public virtual bool Matches(System.Xml.XPath.XPathExpression expr) { throw null; }
MoveTo(System.Xml.XPath.XPathNavigator other)3505         public abstract bool MoveTo(System.Xml.XPath.XPathNavigator other);
MoveToAttribute(string localName, string namespaceURI)3506         public virtual bool MoveToAttribute(string localName, string namespaceURI) { throw null; }
MoveToChild(string localName, string namespaceURI)3507         public virtual bool MoveToChild(string localName, string namespaceURI) { throw null; }
MoveToChild(System.Xml.XPath.XPathNodeType type)3508         public virtual bool MoveToChild(System.Xml.XPath.XPathNodeType type) { throw null; }
MoveToFirst()3509         public virtual bool MoveToFirst() { throw null; }
MoveToFirstAttribute()3510         public abstract bool MoveToFirstAttribute();
MoveToFirstChild()3511         public abstract bool MoveToFirstChild();
MoveToFirstNamespace()3512         public bool MoveToFirstNamespace() { throw null; }
MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope namespaceScope)3513         public abstract bool MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope namespaceScope);
MoveToFollowing(string localName, string namespaceURI)3514         public virtual bool MoveToFollowing(string localName, string namespaceURI) { throw null; }
MoveToFollowing(string localName, string namespaceURI, System.Xml.XPath.XPathNavigator end)3515         public virtual bool MoveToFollowing(string localName, string namespaceURI, System.Xml.XPath.XPathNavigator end) { throw null; }
MoveToFollowing(System.Xml.XPath.XPathNodeType type)3516         public virtual bool MoveToFollowing(System.Xml.XPath.XPathNodeType type) { throw null; }
MoveToFollowing(System.Xml.XPath.XPathNodeType type, System.Xml.XPath.XPathNavigator end)3517         public virtual bool MoveToFollowing(System.Xml.XPath.XPathNodeType type, System.Xml.XPath.XPathNavigator end) { throw null; }
MoveToId(string id)3518         public abstract bool MoveToId(string id);
MoveToNamespace(string name)3519         public virtual bool MoveToNamespace(string name) { throw null; }
MoveToNext()3520         public abstract bool MoveToNext();
MoveToNext(string localName, string namespaceURI)3521         public virtual bool MoveToNext(string localName, string namespaceURI) { throw null; }
MoveToNext(System.Xml.XPath.XPathNodeType type)3522         public virtual bool MoveToNext(System.Xml.XPath.XPathNodeType type) { throw null; }
MoveToNextAttribute()3523         public abstract bool MoveToNextAttribute();
MoveToNextNamespace()3524         public bool MoveToNextNamespace() { throw null; }
MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope namespaceScope)3525         public abstract bool MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope namespaceScope);
MoveToParent()3526         public abstract bool MoveToParent();
MoveToPrevious()3527         public abstract bool MoveToPrevious();
MoveToRoot()3528         public virtual void MoveToRoot() { }
PrependChild()3529         public virtual System.Xml.XmlWriter PrependChild() { throw null; }
PrependChild(string newChild)3530         public virtual void PrependChild(string newChild) { }
PrependChild(System.Xml.XmlReader newChild)3531         public virtual void PrependChild(System.Xml.XmlReader newChild) { }
PrependChild(System.Xml.XPath.XPathNavigator newChild)3532         public virtual void PrependChild(System.Xml.XPath.XPathNavigator newChild) { }
PrependChildElement(string prefix, string localName, string namespaceURI, string value)3533         public virtual void PrependChildElement(string prefix, string localName, string namespaceURI, string value) { }
ReadSubtree()3534         public virtual System.Xml.XmlReader ReadSubtree() { throw null; }
ReplaceRange(System.Xml.XPath.XPathNavigator lastSiblingToReplace)3535         public virtual System.Xml.XmlWriter ReplaceRange(System.Xml.XPath.XPathNavigator lastSiblingToReplace) { throw null; }
ReplaceSelf(string newNode)3536         public virtual void ReplaceSelf(string newNode) { }
ReplaceSelf(System.Xml.XmlReader newNode)3537         public virtual void ReplaceSelf(System.Xml.XmlReader newNode) { }
ReplaceSelf(System.Xml.XPath.XPathNavigator newNode)3538         public virtual void ReplaceSelf(System.Xml.XPath.XPathNavigator newNode) { }
Select(string xpath)3539         public virtual System.Xml.XPath.XPathNodeIterator Select(string xpath) { throw null; }
Select(string xpath, System.Xml.IXmlNamespaceResolver resolver)3540         public virtual System.Xml.XPath.XPathNodeIterator Select(string xpath, System.Xml.IXmlNamespaceResolver resolver) { throw null; }
Select(System.Xml.XPath.XPathExpression expr)3541         public virtual System.Xml.XPath.XPathNodeIterator Select(System.Xml.XPath.XPathExpression expr) { throw null; }
SelectAncestors(string name, string namespaceURI, bool matchSelf)3542         public virtual System.Xml.XPath.XPathNodeIterator SelectAncestors(string name, string namespaceURI, bool matchSelf) { throw null; }
SelectAncestors(System.Xml.XPath.XPathNodeType type, bool matchSelf)3543         public virtual System.Xml.XPath.XPathNodeIterator SelectAncestors(System.Xml.XPath.XPathNodeType type, bool matchSelf) { throw null; }
SelectChildren(string name, string namespaceURI)3544         public virtual System.Xml.XPath.XPathNodeIterator SelectChildren(string name, string namespaceURI) { throw null; }
SelectChildren(System.Xml.XPath.XPathNodeType type)3545         public virtual System.Xml.XPath.XPathNodeIterator SelectChildren(System.Xml.XPath.XPathNodeType type) { throw null; }
SelectDescendants(string name, string namespaceURI, bool matchSelf)3546         public virtual System.Xml.XPath.XPathNodeIterator SelectDescendants(string name, string namespaceURI, bool matchSelf) { throw null; }
SelectDescendants(System.Xml.XPath.XPathNodeType type, bool matchSelf)3547         public virtual System.Xml.XPath.XPathNodeIterator SelectDescendants(System.Xml.XPath.XPathNodeType type, bool matchSelf) { throw null; }
SelectSingleNode(string xpath)3548         public virtual System.Xml.XPath.XPathNavigator SelectSingleNode(string xpath) { throw null; }
SelectSingleNode(string xpath, System.Xml.IXmlNamespaceResolver resolver)3549         public virtual System.Xml.XPath.XPathNavigator SelectSingleNode(string xpath, System.Xml.IXmlNamespaceResolver resolver) { throw null; }
SelectSingleNode(System.Xml.XPath.XPathExpression expression)3550         public virtual System.Xml.XPath.XPathNavigator SelectSingleNode(System.Xml.XPath.XPathExpression expression) { throw null; }
SetTypedValue(object typedValue)3551         public virtual void SetTypedValue(object typedValue) { }
SetValue(string value)3552         public virtual void SetValue(string value) { }
System.ICloneable.Clone()3553         object System.ICloneable.Clone() { throw null; }
ToString()3554         public override string ToString() { throw null; }
ValueAs(System.Type returnType, System.Xml.IXmlNamespaceResolver nsResolver)3555         public override object ValueAs(System.Type returnType, System.Xml.IXmlNamespaceResolver nsResolver) { throw null; }
WriteSubtree(System.Xml.XmlWriter writer)3556         public virtual void WriteSubtree(System.Xml.XmlWriter writer) { }
3557     }
3558     [System.Diagnostics.DebuggerDisplayAttribute("Position={CurrentPosition}, Current={debuggerDisplayProxy}")]
3559     public abstract partial class XPathNodeIterator : System.Collections.IEnumerable, System.ICloneable
3560     {
XPathNodeIterator()3561         protected XPathNodeIterator() { }
3562         public virtual int Count { get { throw null; } }
3563         public abstract System.Xml.XPath.XPathNavigator Current { get; }
3564         public abstract int CurrentPosition { get; }
Clone()3565         public abstract System.Xml.XPath.XPathNodeIterator Clone();
GetEnumerator()3566         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
MoveNext()3567         public abstract bool MoveNext();
System.ICloneable.Clone()3568         object System.ICloneable.Clone() { throw null; }
3569     }
3570     public enum XPathNodeType
3571     {
3572         All = 9,
3573         Attribute = 2,
3574         Comment = 8,
3575         Element = 1,
3576         Namespace = 3,
3577         ProcessingInstruction = 7,
3578         Root = 0,
3579         SignificantWhitespace = 5,
3580         Text = 4,
3581         Whitespace = 6,
3582     }
3583     public enum XPathResultType
3584     {
3585         Any = 5,
3586         Boolean = 2,
3587         Error = 6,
3588         Navigator = 1,
3589         NodeSet = 3,
3590         Number = 0,
3591         String = 1,
3592     }
3593 }
3594 namespace System.Xml.Xsl
3595 {
3596     public partial interface IXsltContextFunction
3597     {
3598         System.Xml.XPath.XPathResultType[] ArgTypes { get; }
3599         int Maxargs { get; }
3600         int Minargs { get; }
3601         System.Xml.XPath.XPathResultType ReturnType { get; }
Invoke(System.Xml.Xsl.XsltContext xsltContext, object[] args, System.Xml.XPath.XPathNavigator docContext)3602         object Invoke(System.Xml.Xsl.XsltContext xsltContext, object[] args, System.Xml.XPath.XPathNavigator docContext);
3603     }
3604     public partial interface IXsltContextVariable
3605     {
3606         bool IsLocal { get; }
3607         bool IsParam { get; }
3608         System.Xml.XPath.XPathResultType VariableType { get; }
Evaluate(System.Xml.Xsl.XsltContext xsltContext)3609         object Evaluate(System.Xml.Xsl.XsltContext xsltContext);
3610     }
3611     public sealed partial class XslCompiledTransform
3612     {
XslCompiledTransform()3613         public XslCompiledTransform() { }
XslCompiledTransform(bool enableDebug)3614         public XslCompiledTransform(bool enableDebug) { }
3615         [System.MonoTODOAttribute]
3616         public System.Xml.XmlWriterSettings OutputSettings { get { throw null; } }
Load(System.Reflection.MethodInfo executeMethod, byte[] queryData, System.Type[] earlyBoundTypes)3617         public void Load(System.Reflection.MethodInfo executeMethod, byte[] queryData, System.Type[] earlyBoundTypes) { }
Load(string stylesheetUri)3618         public void Load(string stylesheetUri) { }
Load(string stylesheetUri, System.Xml.Xsl.XsltSettings settings, System.Xml.XmlResolver stylesheetResolver)3619         public void Load(string stylesheetUri, System.Xml.Xsl.XsltSettings settings, System.Xml.XmlResolver stylesheetResolver) { }
Load(System.Type compiledStylesheet)3620         public void Load(System.Type compiledStylesheet) { }
Load(System.Xml.XmlReader stylesheet)3621         public void Load(System.Xml.XmlReader stylesheet) { }
Load(System.Xml.XmlReader stylesheet, System.Xml.Xsl.XsltSettings settings, System.Xml.XmlResolver stylesheetResolver)3622         public void Load(System.Xml.XmlReader stylesheet, System.Xml.Xsl.XsltSettings settings, System.Xml.XmlResolver stylesheetResolver) { }
Load(System.Xml.XPath.IXPathNavigable stylesheet)3623         public void Load(System.Xml.XPath.IXPathNavigable stylesheet) { }
Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.Xsl.XsltSettings settings, System.Xml.XmlResolver stylesheetResolver)3624         public void Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.Xsl.XsltSettings settings, System.Xml.XmlResolver stylesheetResolver) { }
Transform(string inputUri, string resultsFile)3625         public void Transform(string inputUri, string resultsFile) { }
Transform(string inputUri, System.Xml.XmlWriter results)3626         public void Transform(string inputUri, System.Xml.XmlWriter results) { }
Transform(string inputUri, System.Xml.Xsl.XsltArgumentList arguments, System.IO.Stream results)3627         public void Transform(string inputUri, System.Xml.Xsl.XsltArgumentList arguments, System.IO.Stream results) { }
Transform(string inputUri, System.Xml.Xsl.XsltArgumentList arguments, System.IO.TextWriter results)3628         public void Transform(string inputUri, System.Xml.Xsl.XsltArgumentList arguments, System.IO.TextWriter results) { }
Transform(string inputUri, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results)3629         public void Transform(string inputUri, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results) { }
Transform(System.Xml.XmlReader input, System.Xml.XmlWriter results)3630         public void Transform(System.Xml.XmlReader input, System.Xml.XmlWriter results) { }
Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.IO.Stream results)3631         public void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.IO.Stream results) { }
Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.IO.TextWriter results)3632         public void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.IO.TextWriter results) { }
Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results)3633         public void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results) { }
Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results, System.Xml.XmlResolver documentResolver)3634         public void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results, System.Xml.XmlResolver documentResolver) { }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.XmlWriter results)3635         public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.XmlWriter results) { }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, System.IO.Stream results)3636         public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, System.IO.Stream results) { }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, System.IO.TextWriter results)3637         public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, System.IO.TextWriter results) { }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results)3638         public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results) { }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results, System.Xml.XmlResolver documentResolver)3639         public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWriter results, System.Xml.XmlResolver documentResolver) { }
3640     }
3641     public partial class XsltArgumentList
3642     {
XsltArgumentList()3643         public XsltArgumentList() { }
3644         public event System.Xml.Xsl.XsltMessageEncounteredEventHandler XsltMessageEncountered { add { } remove { } }
AddExtensionObject(string namespaceUri, object extension)3645         public void AddExtensionObject(string namespaceUri, object extension) { }
AddParam(string name, string namespaceUri, object parameter)3646         public void AddParam(string name, string namespaceUri, object parameter) { }
Clear()3647         public void Clear() { }
GetExtensionObject(string namespaceUri)3648         public object GetExtensionObject(string namespaceUri) { throw null; }
GetParam(string name, string namespaceUri)3649         public object GetParam(string name, string namespaceUri) { throw null; }
RemoveExtensionObject(string namespaceUri)3650         public object RemoveExtensionObject(string namespaceUri) { throw null; }
RemoveParam(string name, string namespaceUri)3651         public object RemoveParam(string name, string namespaceUri) { throw null; }
3652     }
3653     [System.SerializableAttribute]
3654     public partial class XsltCompileException : System.Xml.Xsl.XsltException
3655     {
XsltCompileException()3656         public XsltCompileException() { }
XsltCompileException(System.Exception inner, string sourceUri, int lineNumber, int linePosition)3657         public XsltCompileException(System.Exception inner, string sourceUri, int lineNumber, int linePosition) { }
XsltCompileException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3658         protected XsltCompileException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XsltCompileException(string message)3659         public XsltCompileException(string message) { }
XsltCompileException(string message, System.Exception innerException)3660         public XsltCompileException(string message, System.Exception innerException) { }
3661         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3662         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
3663     }
3664     public abstract partial class XsltContext : System.Xml.XmlNamespaceManager
3665     {
XsltContext()3666         protected XsltContext() : base (default(System.Xml.XmlNameTable)) { }
XsltContext(System.Xml.NameTable table)3667         protected XsltContext(System.Xml.NameTable table) : base (default(System.Xml.XmlNameTable)) { }
3668         public abstract bool Whitespace { get; }
CompareDocument(string baseUri, string nextbaseUri)3669         public abstract int CompareDocument(string baseUri, string nextbaseUri);
PreserveWhitespace(System.Xml.XPath.XPathNavigator node)3670         public abstract bool PreserveWhitespace(System.Xml.XPath.XPathNavigator node);
ResolveFunction(string prefix, string name, System.Xml.XPath.XPathResultType[] ArgTypes)3671         public abstract System.Xml.Xsl.IXsltContextFunction ResolveFunction(string prefix, string name, System.Xml.XPath.XPathResultType[] ArgTypes);
ResolveVariable(string prefix, string name)3672         public abstract System.Xml.Xsl.IXsltContextVariable ResolveVariable(string prefix, string name);
3673     }
3674     [System.SerializableAttribute]
3675     public partial class XsltException : System.SystemException
3676     {
XsltException()3677         public XsltException() { }
XsltException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3678         protected XsltException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XsltException(string message)3679         public XsltException(string message) { }
XsltException(string message, System.Exception innerException)3680         public XsltException(string message, System.Exception innerException) { }
3681         public virtual int LineNumber { get { throw null; } }
3682         public virtual int LinePosition { get { throw null; } }
3683         public override string Message { get { throw null; } }
3684         public virtual string SourceUri { get { throw null; } }
3685         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3686         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
3687     }
3688     public abstract partial class XsltMessageEncounteredEventArgs : System.EventArgs
3689     {
XsltMessageEncounteredEventArgs()3690         protected XsltMessageEncounteredEventArgs() { }
3691         public abstract string Message { get; }
3692     }
XsltMessageEncounteredEventHandler(object sender, System.Xml.Xsl.XsltMessageEncounteredEventArgs e)3693     public delegate void XsltMessageEncounteredEventHandler(object sender, System.Xml.Xsl.XsltMessageEncounteredEventArgs e);
3694     [System.ObsoleteAttribute("This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202")]
3695     public sealed partial class XslTransform
3696     {
XslTransform()3697         public XslTransform() { }
3698         public System.Xml.XmlResolver XmlResolver { set { } }
Load(string url)3699         public void Load(string url) { }
Load(string url, System.Xml.XmlResolver resolver)3700         public void Load(string url, System.Xml.XmlResolver resolver) { }
Load(System.Xml.XmlReader stylesheet)3701         public void Load(System.Xml.XmlReader stylesheet) { }
Load(System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver)3702         public void Load(System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver) { }
Load(System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence)3703         public void Load(System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence) { }
Load(System.Xml.XPath.IXPathNavigable stylesheet)3704         public void Load(System.Xml.XPath.IXPathNavigable stylesheet) { }
Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver)3705         public void Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver) { }
Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence)3706         public void Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence) { }
Load(System.Xml.XPath.XPathNavigator stylesheet)3707         public void Load(System.Xml.XPath.XPathNavigator stylesheet) { }
Load(System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver)3708         public void Load(System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver) { }
Load(System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence)3709         public void Load(System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence) { }
Transform(string inputfile, string outputfile)3710         public void Transform(string inputfile, string outputfile) { }
Transform(string inputfile, string outputfile, System.Xml.XmlResolver resolver)3711         public void Transform(string inputfile, string outputfile, System.Xml.XmlResolver resolver) { }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args)3712         public System.Xml.XmlReader Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args) { throw null; }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output)3713         public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output) { }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output, System.Xml.XmlResolver resolver)3714         public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output, System.Xml.XmlResolver resolver) { }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output)3715         public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output) { }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output, System.Xml.XmlResolver resolver)3716         public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output, System.Xml.XmlResolver resolver) { }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlResolver resolver)3717         public System.Xml.XmlReader Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlResolver resolver) { throw null; }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output)3718         public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output) { }
Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output, System.Xml.XmlResolver resolver)3719         public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output, System.Xml.XmlResolver resolver) { }
Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args)3720         public System.Xml.XmlReader Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args) { throw null; }
Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output)3721         public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output) { }
Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output, System.Xml.XmlResolver resolver)3722         public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output, System.Xml.XmlResolver resolver) { }
Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output)3723         public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output) { }
Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output, System.Xml.XmlResolver resolver)3724         public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output, System.Xml.XmlResolver resolver) { }
Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlResolver resolver)3725         public System.Xml.XmlReader Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlResolver resolver) { throw null; }
Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output)3726         public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output) { }
Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output, System.Xml.XmlResolver resolver)3727         public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output, System.Xml.XmlResolver resolver) { }
3728     }
3729     public sealed partial class XsltSettings
3730     {
XsltSettings()3731         public XsltSettings() { }
XsltSettings(bool enableDocumentFunction, bool enableScript)3732         public XsltSettings(bool enableDocumentFunction, bool enableScript) { }
3733         public static System.Xml.Xsl.XsltSettings Default { get { throw null; } }
3734         public bool EnableDocumentFunction { get { throw null; } set { } }
3735         public bool EnableScript { get { throw null; } set { } }
3736         public static System.Xml.Xsl.XsltSettings TrustedXslt { get { throw null; } }
3737     }
3738 }
3739 namespace System.Xml.Xsl.Runtime
3740 {
3741     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3742     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
3743     public partial struct StringConcat
3744     {
3745         public string Delimiter { get { throw null; } set { } }
ClearSystem.Xml.Xsl.Runtime.StringConcat3746         public void Clear() { }
ConcatSystem.Xml.Xsl.Runtime.StringConcat3747         public void Concat(string value) { }
GetResultSystem.Xml.Xsl.Runtime.StringConcat3748         public string GetResult() { throw null; }
3749     }
3750 }
3751