Lines Matching refs:Xml

29 namespace System.Xml
63 System.Xml.XmlNode GetNode(); in GetNode()
73 …System.Collections.Generic.IDictionary<string, string> GetNamespacesInScope(System.Xml.XmlNamespac… in GetNamespacesInScope()
83 public partial class NameTable : System.Xml.XmlNameTable
131 public partial class XmlAttribute : System.Xml.XmlNode
133 … XmlAttribute(string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc) { } in XmlAttribute()
140 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
141 public override System.Xml.XmlDocument OwnerDocument { get { throw null; } }
142 public virtual System.Xml.XmlElement OwnerElement { get { throw null; } }
143 public override System.Xml.XmlNode ParentNode { get { throw null; } }
145 public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
148 public override System.Xml.XmlNode AppendChild(System.Xml.XmlNode newChild) { throw null; } in AppendChild()
149 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
150 …public override System.Xml.XmlNode InsertAfter(System.Xml.XmlNode newChild, System.Xml.XmlNode ref… in InsertAfter()
151 …public override System.Xml.XmlNode InsertBefore(System.Xml.XmlNode newChild, System.Xml.XmlNode re… in InsertBefore()
152 public override System.Xml.XmlNode PrependChild(System.Xml.XmlNode newChild) { throw null; } in PrependChild()
153 public override System.Xml.XmlNode RemoveChild(System.Xml.XmlNode oldChild) { throw null; } in RemoveChild()
154 …public override System.Xml.XmlNode ReplaceChild(System.Xml.XmlNode newChild, System.Xml.XmlNode ol… in ReplaceChild()
155 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
156 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
158 …public sealed partial class XmlAttributeCollection : System.Xml.XmlNamedNodeMap, System.Collection…
162 public System.Xml.XmlAttribute this[int i] { get { throw null; } }
164 public System.Xml.XmlAttribute this[string name] { get { throw null; } }
166 … public System.Xml.XmlAttribute this[string localName, string namespaceURI] { get { throw null; } }
170 public System.Xml.XmlAttribute Append(System.Xml.XmlAttribute node) { throw null; } in Append()
171 public void CopyTo(System.Xml.XmlAttribute[] array, int index) { } in CopyTo()
172 …public System.Xml.XmlAttribute InsertAfter(System.Xml.XmlAttribute newNode, System.Xml.XmlAttribut… in InsertAfter()
173 …public System.Xml.XmlAttribute InsertBefore(System.Xml.XmlAttribute newNode, System.Xml.XmlAttribu… in InsertBefore()
174 public System.Xml.XmlAttribute Prepend(System.Xml.XmlAttribute node) { throw null; } in Prepend()
175 public System.Xml.XmlAttribute Remove(System.Xml.XmlAttribute node) { throw null; } in Remove()
177 public System.Xml.XmlAttribute RemoveAt(int i) { throw null; } in RemoveAt()
178 public override System.Xml.XmlNode SetNamedItem(System.Xml.XmlNode node) { throw null; } in SetNamedItem()
181 public partial class XmlCDataSection : System.Xml.XmlCharacterData
183 …nternal XmlCDataSection(string data, System.Xml.XmlDocument doc) : base (default(string), default(… in XmlCDataSection()
186 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
187 public override System.Xml.XmlNode ParentNode { get { throw null; } }
188 public override System.Xml.XmlNode PreviousText { get { throw null; } }
189 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
190 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
191 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
193 public abstract partial class XmlCharacterData : System.Xml.XmlLinkedNode
195 protected internal XmlCharacterData(string data, System.Xml.XmlDocument doc) { } in XmlCharacterData()
206 public partial class XmlComment : System.Xml.XmlCharacterData
208 … internal XmlComment(string comment, System.Xml.XmlDocument doc) : base (default(string), default(… in XmlComment()
211 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
212 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
213 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
214 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
236 …public static System.DateTime ToDateTime(string s, System.Xml.XmlDateTimeSerializationMode dateTim… in ToDateTime()
255 …public static string ToString(System.DateTime value, System.Xml.XmlDateTimeSerializationMode dateT… in ToString()
296 public partial class XmlDeclaration : System.Xml.XmlLinkedNode
298 … XmlDeclaration(string version, string encoding, string standalone, System.Xml.XmlDocument doc) { } in XmlDeclaration()
303 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
307 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
308 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
309 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
311 public partial class XmlDocument : System.Xml.XmlNode
314 protected internal XmlDocument(System.Xml.XmlImplementation imp) { } in XmlDocument()
315 public XmlDocument(System.Xml.XmlNameTable nt) { } in XmlDocument()
317 public System.Xml.XmlElement DocumentElement { get { throw null; } }
318 public virtual System.Xml.XmlDocumentType DocumentType { get { throw null; } }
319 public System.Xml.XmlImplementation Implementation { get { throw null; } }
325 public System.Xml.XmlNameTable NameTable { get { throw null; } }
326 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
327 public override System.Xml.XmlDocument OwnerDocument { get { throw null; } }
328 public override System.Xml.XmlNode ParentNode { get { throw null; } }
330 public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
331 public System.Xml.Schema.XmlSchemaSet Schemas { get { throw null; } set { } }
332 public virtual System.Xml.XmlResolver XmlResolver { set { } }
333 public event System.Xml.XmlNodeChangedEventHandler NodeChanged { add { } remove { } }
334 public event System.Xml.XmlNodeChangedEventHandler NodeChanging { add { } remove { } }
335 public event System.Xml.XmlNodeChangedEventHandler NodeInserted { add { } remove { } }
336 public event System.Xml.XmlNodeChangedEventHandler NodeInserting { add { } remove { } }
337 public event System.Xml.XmlNodeChangedEventHandler NodeRemoved { add { } remove { } }
338 public event System.Xml.XmlNodeChangedEventHandler NodeRemoving { add { } remove { } }
339 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
340 public System.Xml.XmlAttribute CreateAttribute(string name) { throw null; } in CreateAttribute()
341 …public System.Xml.XmlAttribute CreateAttribute(string qualifiedName, string namespaceURI) { throw … in CreateAttribute()
342 …public virtual System.Xml.XmlAttribute CreateAttribute(string prefix, string localName, string nam… in CreateAttribute()
343 public virtual System.Xml.XmlCDataSection CreateCDataSection(string data) { throw null; } in CreateCDataSection()
344 public virtual System.Xml.XmlComment CreateComment(string data) { throw null; } in CreateComment()
345 …protected internal virtual System.Xml.XmlAttribute CreateDefaultAttribute(string prefix, string lo… in CreateDefaultAttribute()
346 public virtual System.Xml.XmlDocumentFragment CreateDocumentFragment() { throw null; } in CreateDocumentFragment()
348 …public virtual System.Xml.XmlDocumentType CreateDocumentType(string name, string publicId, string … in CreateDocumentType()
349 public System.Xml.XmlElement CreateElement(string name) { throw null; } in CreateElement()
350 …public System.Xml.XmlElement CreateElement(string qualifiedName, string namespaceURI) { throw null… in CreateElement()
351 …public virtual System.Xml.XmlElement CreateElement(string prefix, string localName, string namespa… in CreateElement()
352 … public virtual System.Xml.XmlEntityReference CreateEntityReference(string name) { throw null; } in CreateEntityReference()
353 public override System.Xml.XPath.XPathNavigator CreateNavigator() { throw null; } in CreateNavigator()
354 …protected internal virtual System.Xml.XPath.XPathNavigator CreateNavigator(System.Xml.XmlNode node… in CreateNavigator()
355 …public virtual System.Xml.XmlNode CreateNode(string nodeTypeString, string name, string namespaceU… in CreateNode()
356 …public virtual System.Xml.XmlNode CreateNode(System.Xml.XmlNodeType type, string name, string name… in CreateNode()
357 …public virtual System.Xml.XmlNode CreateNode(System.Xml.XmlNodeType type, string prefix, string na… in CreateNode()
358 …public virtual System.Xml.XmlProcessingInstruction CreateProcessingInstruction(string target, stri… in CreateProcessingInstruction()
359 …public virtual System.Xml.XmlSignificantWhitespace CreateSignificantWhitespace(string text) { thro… in CreateSignificantWhitespace()
360 public virtual System.Xml.XmlText CreateTextNode(string text) { throw null; } in CreateTextNode()
361 public virtual System.Xml.XmlWhitespace CreateWhitespace(string text) { throw null; } in CreateWhitespace()
362 …public virtual System.Xml.XmlDeclaration CreateXmlDeclaration(string version, string encoding, str… in CreateXmlDeclaration()
363 public virtual System.Xml.XmlElement GetElementById(string elementId) { throw null; } in GetElementById()
364 public virtual System.Xml.XmlNodeList GetElementsByTagName(string name) { throw null; } in GetElementsByTagName()
365 …public virtual System.Xml.XmlNodeList GetElementsByTagName(string localName, string namespaceURI) … in GetElementsByTagName()
366 … public virtual System.Xml.XmlNode ImportNode(System.Xml.XmlNode node, bool deep) { throw null; } in ImportNode()
370 public virtual void Load(System.Xml.XmlReader reader) { } in Load()
373 public virtual System.Xml.XmlNode ReadNode(System.Xml.XmlReader reader) { throw null; } in ReadNode()
377 public virtual void Save(System.Xml.XmlWriter w) { } in Save()
378 public void Validate(System.Xml.Schema.ValidationEventHandler validationEventHandler) { } in Validate()
379 …public void Validate(System.Xml.Schema.ValidationEventHandler validationEventHandler, System.Xml.X… in Validate()
380 public override void WriteContentTo(System.Xml.XmlWriter xw) { } in WriteContentTo()
381 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
383 public partial class XmlDocumentFragment : System.Xml.XmlNode
385 protected internal XmlDocumentFragment(System.Xml.XmlDocument ownerDocument) { } in XmlDocumentFragment()
389 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
390 public override System.Xml.XmlDocument OwnerDocument { get { throw null; } }
391 public override System.Xml.XmlNode ParentNode { get { throw null; } }
392 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
393 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
394 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
396 public partial class XmlDocumentType : System.Xml.XmlLinkedNode
398 …ring name, string publicId, string systemId, string internalSubset, System.Xml.XmlDocument doc) { } in XmlDocumentType()
399 public System.Xml.XmlNamedNodeMap Entities { get { throw null; } }
404 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
405 public System.Xml.XmlNamedNodeMap Notations { get { throw null; } }
408 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
409 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
410 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
412 public partial class XmlElement : System.Xml.XmlLinkedNode
414 …al XmlElement(string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc) { } in XmlElement()
415 public override System.Xml.XmlAttributeCollection Attributes { get { throw null; } }
423 public override System.Xml.XmlNode NextSibling { get { throw null; } }
424 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
425 public override System.Xml.XmlDocument OwnerDocument { get { throw null; } }
426 public override System.Xml.XmlNode ParentNode { get { throw null; } }
428 public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
429 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
432 public virtual System.Xml.XmlAttribute GetAttributeNode(string name) { throw null; } in GetAttributeNode()
433 …public virtual System.Xml.XmlAttribute GetAttributeNode(string localName, string namespaceURI) { t… in GetAttributeNode()
434 public virtual System.Xml.XmlNodeList GetElementsByTagName(string name) { throw null; } in GetElementsByTagName()
435 …public virtual System.Xml.XmlNodeList GetElementsByTagName(string localName, string namespaceURI) … in GetElementsByTagName()
442 public virtual System.Xml.XmlNode RemoveAttributeAt(int i) { throw null; } in RemoveAttributeAt()
443 …public virtual System.Xml.XmlAttribute RemoveAttributeNode(string localName, string namespaceURI) … in RemoveAttributeNode()
444 …public virtual System.Xml.XmlAttribute RemoveAttributeNode(System.Xml.XmlAttribute oldAttr) { thro… in RemoveAttributeNode()
447 …public virtual System.Xml.XmlAttribute SetAttributeNode(string localName, string namespaceURI) { t… in SetAttributeNode()
448 …public virtual System.Xml.XmlAttribute SetAttributeNode(System.Xml.XmlAttribute newAttr) { throw n… in SetAttributeNode()
449 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
450 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
452 public partial class XmlEntity : System.Xml.XmlNode
461 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
466 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
467 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
468 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
470 public partial class XmlEntityReference : System.Xml.XmlLinkedNode
472 protected internal XmlEntityReference(string name, System.Xml.XmlDocument doc) { } in XmlEntityReference()
477 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
479 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
480 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
481 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
501 public XmlImplementation(System.Xml.XmlNameTable nt) { } in XmlImplementation()
502 public virtual System.Xml.XmlDocument CreateDocument() { throw null; } in CreateDocument()
505 public abstract partial class XmlLinkedNode : System.Xml.XmlNode
508 public override System.Xml.XmlNode NextSibling { get { throw null; } }
509 public override System.Xml.XmlNode PreviousSibling { get { throw null; } }
516 public virtual System.Xml.XmlNode GetNamedItem(string name) { throw null; } in GetNamedItem()
517 …public virtual System.Xml.XmlNode GetNamedItem(string localName, string namespaceURI) { throw null… in GetNamedItem()
518 public virtual System.Xml.XmlNode Item(int index) { throw null; } in Item()
519 public virtual System.Xml.XmlNode RemoveNamedItem(string name) { throw null; } in RemoveNamedItem()
520 …public virtual System.Xml.XmlNode RemoveNamedItem(string localName, string namespaceURI) { throw n… in RemoveNamedItem()
521 public virtual System.Xml.XmlNode SetNamedItem(System.Xml.XmlNode node) { throw null; } in SetNamedItem()
523 …public partial class XmlNamespaceManager : System.Collections.IEnumerable, System.Xml.IXmlNamespac…
525 public XmlNamespaceManager(System.Xml.XmlNameTable nameTable) { } in XmlNamespaceManager()
527 public virtual System.Xml.XmlNameTable NameTable { get { throw null; } }
530 …ollections.Generic.IDictionary<string, string> GetNamespacesInScope(System.Xml.XmlNamespaceScope s… in GetNamespacesInScope()
553 … class XmlNode : System.Collections.IEnumerable, System.ICloneable, System.Xml.XPath.IXPathNavigab…
556 public virtual System.Xml.XmlAttributeCollection Attributes { get { throw null; } }
558 public virtual System.Xml.XmlNodeList ChildNodes { get { throw null; } }
559 public virtual System.Xml.XmlNode FirstChild { get { throw null; } }
564 public virtual System.Xml.XmlElement this[string name] { get { throw null; } }
565 … public virtual System.Xml.XmlElement this[string localname, string ns] { get { throw null; } }
566 public virtual System.Xml.XmlNode LastChild { get { throw null; } }
570 public virtual System.Xml.XmlNode NextSibling { get { throw null; } }
571 public abstract System.Xml.XmlNodeType NodeType { get; }
573 public virtual System.Xml.XmlDocument OwnerDocument { get { throw null; } }
574 public virtual System.Xml.XmlNode ParentNode { get { throw null; } }
576 public virtual System.Xml.XmlNode PreviousSibling { get { throw null; } }
577 public virtual System.Xml.XmlNode PreviousText { get { throw null; } }
578 public virtual System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
580 public virtual System.Xml.XmlNode AppendChild(System.Xml.XmlNode newChild) { throw null; } in AppendChild()
581 public virtual System.Xml.XmlNode Clone() { throw null; } in Clone()
582 public abstract System.Xml.XmlNode CloneNode(bool deep); in CloneNode()
583 public virtual System.Xml.XPath.XPathNavigator CreateNavigator() { throw null; } in CreateNavigator()
587 …public virtual System.Xml.XmlNode InsertAfter(System.Xml.XmlNode newChild, System.Xml.XmlNode refC… in InsertAfter()
588 …public virtual System.Xml.XmlNode InsertBefore(System.Xml.XmlNode newChild, System.Xml.XmlNode ref… in InsertBefore()
590 public virtual System.Xml.XmlNode PrependChild(System.Xml.XmlNode newChild) { throw null; } in PrependChild()
592 public virtual System.Xml.XmlNode RemoveChild(System.Xml.XmlNode oldChild) { throw null; } in RemoveChild()
593 …public virtual System.Xml.XmlNode ReplaceChild(System.Xml.XmlNode newChild, System.Xml.XmlNode old… in ReplaceChild()
594 public System.Xml.XmlNodeList SelectNodes(string xpath) { throw null; } in SelectNodes()
595 …public System.Xml.XmlNodeList SelectNodes(string xpath, System.Xml.XmlNamespaceManager nsmgr) { th… in SelectNodes()
596 public System.Xml.XmlNode SelectSingleNode(string xpath) { throw null; } in SelectSingleNode()
597 …public System.Xml.XmlNode SelectSingleNode(string xpath, System.Xml.XmlNamespaceManager nsmgr) { t… in SelectSingleNode()
601 public abstract void WriteContentTo(System.Xml.XmlWriter w); in WriteContentTo()
602 public abstract void WriteTo(System.Xml.XmlWriter w); in WriteTo()
612 …entArgs(System.Xml.XmlNode node, System.Xml.XmlNode oldParent, System.Xml.XmlNode newParent, strin… in XmlNodeChangedEventArgs()
613 public System.Xml.XmlNodeChangedAction Action { get { throw null; } }
614 public System.Xml.XmlNode NewParent { get { throw null; } }
616 public System.Xml.XmlNode Node { get { throw null; } }
617 public System.Xml.XmlNode OldParent { get { throw null; } }
620 …public delegate void XmlNodeChangedEventHandler(object sender, System.Xml.XmlNodeChangedEventArgs … in XmlNodeChangedEventHandler()
626 public virtual System.Xml.XmlNode this[int i] { get { throw null; } }
628 public abstract System.Xml.XmlNode Item(int index); in Item()
639 public partial class XmlNodeReader : System.Xml.XmlReader, System.Xml.IXmlNamespaceResolver
641 public XmlNodeReader(System.Xml.XmlNode node) { } in XmlNodeReader()
655 public override System.Xml.XmlNameTable NameTable { get { throw null; } }
656 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
658 public override System.Xml.ReadState ReadState { get { throw null; } }
659 public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
662 public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
683 …ions.Generic.IDictionary<string, string> System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(Sys… in System.Xml.IXmlNamespaceResolver.GetNamespacesInScope()
684 string System.Xml.IXmlNamespaceResolver.LookupNamespace(string prefix) { throw null; } in System.Xml.IXmlNamespaceResolver.LookupNamespace()
685 string System.Xml.IXmlNamespaceResolver.LookupPrefix(string namespaceName) { throw null; } in System.Xml.IXmlNamespaceResolver.LookupPrefix()
708 public partial class XmlNotation : System.Xml.XmlNode
715 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
719 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
720 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
721 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
728 Xml = 0, enumerator
732Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string docTypeName, string pubId, strin… in XmlParserContext()
733Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string docTypeName, string pubId, strin… in XmlParserContext()
734 …public XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string x… in XmlParserContext()
735 …public XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string x… in XmlParserContext()
740 public System.Xml.XmlNamespaceManager NamespaceManager { get { throw null; } set { } }
741 public System.Xml.XmlNameTable NameTable { get { throw null; } set { } }
745 public System.Xml.XmlSpace XmlSpace { get { throw null; } set { } }
747 public partial class XmlProcessingInstruction : System.Xml.XmlLinkedNode
749 …protected internal XmlProcessingInstruction(string target, string data, System.Xml.XmlDocument doc… in XmlProcessingInstruction()
754 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
757 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
758 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
759 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
764 public static readonly System.Xml.XmlQualifiedName Empty;
773 …public static bool operator ==(System.Xml.XmlQualifiedName a, System.Xml.XmlQualifiedName b) { thr… in operator ==()
774 …public static bool operator !=(System.Xml.XmlQualifiedName a, System.Xml.XmlQualifiedName b) { thr… in operator !=()
800 public abstract System.Xml.XmlNameTable NameTable { get; }
801 public abstract System.Xml.XmlNodeType NodeType { get; }
804 public abstract System.Xml.ReadState ReadState { get; }
805 public virtual System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
806 public virtual System.Xml.XmlReaderSettings Settings { get { throw null; } }
810 public virtual System.Xml.XmlSpace XmlSpace { get { throw null; } }
812 public static System.Xml.XmlReader Create(System.IO.Stream input) { throw null; } in Create()
813 …public static System.Xml.XmlReader Create(System.IO.Stream input, System.Xml.XmlReaderSettings set… in Create()
814 …public static System.Xml.XmlReader Create(System.IO.Stream input, System.Xml.XmlReaderSettings set… in Create()
815 …public static System.Xml.XmlReader Create(System.IO.Stream input, System.Xml.XmlReaderSettings set… in Create()
816 public static System.Xml.XmlReader Create(System.IO.TextReader input) { throw null; } in Create()
817 …public static System.Xml.XmlReader Create(System.IO.TextReader input, System.Xml.XmlReaderSettings… in Create()
818 …public static System.Xml.XmlReader Create(System.IO.TextReader input, System.Xml.XmlReaderSettings… in Create()
819 …public static System.Xml.XmlReader Create(System.IO.TextReader input, System.Xml.XmlReaderSettings… in Create()
820 public static System.Xml.XmlReader Create(string inputUri) { throw null; } in Create()
821 …public static System.Xml.XmlReader Create(string inputUri, System.Xml.XmlReaderSettings settings) … in Create()
822 …public static System.Xml.XmlReader Create(string inputUri, System.Xml.XmlReaderSettings settings, … in Create()
823 …public static System.Xml.XmlReader Create(System.Xml.XmlReader reader, System.Xml.XmlReaderSetting… in Create()
839 public virtual System.Xml.XmlNodeType MoveToContent() { throw null; } in MoveToContent()
840 …public virtual System.Threading.Tasks.Task<System.Xml.XmlNodeType> MoveToContentAsync() { throw nu… in MoveToContentAsync()
847 …public virtual object ReadContentAs(System.Type returnType, System.Xml.IXmlNamespaceResolver names… in ReadContentAs()
848 …ading.Tasks.Task<object> ReadContentAsAsync(System.Type returnType, System.Xml.IXmlNamespaceResolv… in ReadContentAsAsync()
865 …public virtual object ReadElementContentAs(System.Type returnType, System.Xml.IXmlNamespaceResolve… in ReadElementContentAs()
866 …public virtual object ReadElementContentAs(System.Type returnType, System.Xml.IXmlNamespaceResolve… in ReadElementContentAs()
867 …asks.Task<object> ReadElementContentAsAsync(System.Type returnType, System.Xml.IXmlNamespaceResolv… in ReadElementContentAsAsync()
908 public virtual System.Xml.XmlReader ReadSubtree() { throw null; } in ReadSubtree()
927 public XmlReaderSettings(System.Xml.XmlResolver resolver) { } in XmlReaderSettings()
931 public System.Xml.ConformanceLevel ConformanceLevel { get { throw null; } set { } }
932 public System.Xml.DtdProcessing DtdProcessing { get { throw null; } set { } }
940 public System.Xml.XmlNameTable NameTable { get { throw null; } set { } }
943 public System.Xml.Schema.XmlSchemaSet Schemas { get { throw null; } set { } }
944 … public System.Xml.Schema.XmlSchemaValidationFlags ValidationFlags { get { throw null; } set { } }
945 public System.Xml.ValidationType ValidationType { get { throw null; } set { } }
946 public System.Xml.XmlResolver XmlResolver { set { } }
947 …public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler { add { } remove { } }
948 public System.Xml.XmlReaderSettings Clone() { throw null; } in Clone()
962 public partial class XmlSecureResolver : System.Xml.XmlResolver
964 …public XmlSecureResolver(System.Xml.XmlResolver resolver, System.Security.PermissionSet permission… in XmlSecureResolver()
965 …public XmlSecureResolver(System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence… in XmlSecureResolver()
966 public XmlSecureResolver(System.Xml.XmlResolver resolver, string securityUrl) { } in XmlSecureResolver()
973 public partial class XmlSignificantWhitespace : System.Xml.XmlCharacterData
975 …ignificantWhitespace(string strData, System.Xml.XmlDocument doc) : base (default(string), default(… in XmlSignificantWhitespace()
978 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
979 public override System.Xml.XmlNode ParentNode { get { throw null; } }
980 public override System.Xml.XmlNode PreviousText { get { throw null; } }
982 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
983 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
984 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
992 public partial class XmlText : System.Xml.XmlCharacterData
994 …ted internal XmlText(string strData, System.Xml.XmlDocument doc) : base (default(string), default(… in XmlText()
997 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
998 public override System.Xml.XmlNode ParentNode { get { throw null; } }
999 public override System.Xml.XmlNode PreviousText { get { throw null; } }
1001 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
1002 public virtual System.Xml.XmlText SplitText(int offset) { throw null; } in SplitText()
1003 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
1004 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
1008 …public partial class XmlTextReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo, System.Xml.IXm…
1012 public XmlTextReader(System.IO.Stream input, System.Xml.XmlNameTable nt) { } in XmlTextReader()
1013 …public XmlTextReader(System.IO.Stream xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.Xml… in XmlTextReader()
1015 public XmlTextReader(System.IO.TextReader input, System.Xml.XmlNameTable nt) { } in XmlTextReader()
1018 public XmlTextReader(string url, System.IO.Stream input, System.Xml.XmlNameTable nt) { } in XmlTextReader()
1020 public XmlTextReader(string url, System.IO.TextReader input, System.Xml.XmlNameTable nt) { } in XmlTextReader()
1021 public XmlTextReader(string url, System.Xml.XmlNameTable nt) { } in XmlTextReader()
1022 …public XmlTextReader(string xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlParserCont… in XmlTextReader()
1023 protected XmlTextReader(System.Xml.XmlNameTable nt) { } in XmlTextReader()
1030 public System.Xml.DtdProcessing DtdProcessing { get { throw null; } set { } }
1032 public System.Xml.EntityHandling EntityHandling { get { throw null; } set { } }
1043 public override System.Xml.XmlNameTable NameTable { get { throw null; } }
1044 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
1050 public override System.Xml.ReadState ReadState { get { throw null; } }
1052 public System.Xml.WhitespaceHandling WhitespaceHandling { get { throw null; } set { } }
1054 public System.Xml.XmlResolver XmlResolver { set { } }
1055 public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
1060 …ollections.Generic.IDictionary<string, string> GetNamespacesInScope(System.Xml.XmlNamespaceScope s… in GetNamespacesInScope()
1083 …ions.Generic.IDictionary<string, string> System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(Sys… in System.Xml.IXmlNamespaceResolver.GetNamespacesInScope()
1084 string System.Xml.IXmlNamespaceResolver.LookupNamespace(string prefix) { throw null; } in System.Xml.IXmlNamespaceResolver.LookupNamespace()
1085 string System.Xml.IXmlNamespaceResolver.LookupPrefix(string namespaceName) { throw null; } in System.Xml.IXmlNamespaceResolver.LookupPrefix()
1088 public partial class XmlTextWriter : System.Xml.XmlWriter
1094 public System.Xml.Formatting Formatting { get { throw null; } set { } }
1099 public override System.Xml.WriteState WriteState { get { throw null; } }
1101 public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
1147 public partial class XmlUrlResolver : System.Xml.XmlResolver
1160 …public partial class XmlValidatingReader : System.Xml.XmlReader, System.Xml.IXmlLineInfo, System.X…
1162 … XmlValidatingReader(System.IO.Stream xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.Xml… in XmlValidatingReader()
1163 …public XmlValidatingReader(string xmlFragment, System.Xml.XmlNodeType fragType, System.Xml.XmlPars… in XmlValidatingReader()
1164 public XmlValidatingReader(System.Xml.XmlReader reader) { } in XmlValidatingReader()
1171 public System.Xml.EntityHandling EntityHandling { get { throw null; } set { } }
1182 public override System.Xml.XmlNameTable NameTable { get { throw null; } }
1183 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
1186 public System.Xml.XmlReader Reader { get { throw null; } }
1187 public override System.Xml.ReadState ReadState { get { throw null; } }
1188 public System.Xml.Schema.XmlSchemaCollection Schemas { get { throw null; } }
1190 public System.Xml.ValidationType ValidationType { get { throw null; } set { } }
1193 public System.Xml.XmlResolver XmlResolver { set { } }
1194 public override System.Xml.XmlSpace XmlSpace { get { throw null; } }
1195 …public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler { add { } remove { } }
1217 …ions.Generic.IDictionary<string, string> System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(Sys… in System.Xml.IXmlNamespaceResolver.GetNamespacesInScope()
1218 string System.Xml.IXmlNamespaceResolver.LookupNamespace(string prefix) { throw null; } in System.Xml.IXmlNamespaceResolver.LookupNamespace()
1219 string System.Xml.IXmlNamespaceResolver.LookupPrefix(string namespaceName) { throw null; } in System.Xml.IXmlNamespaceResolver.LookupPrefix()
1221 public partial class XmlWhitespace : System.Xml.XmlCharacterData
1223 …ternal XmlWhitespace(string strData, System.Xml.XmlDocument doc) : base (default(string), default(… in XmlWhitespace()
1226 public override System.Xml.XmlNodeType NodeType { get { throw null; } }
1227 public override System.Xml.XmlNode ParentNode { get { throw null; } }
1228 public override System.Xml.XmlNode PreviousText { get { throw null; } }
1230 public override System.Xml.XmlNode CloneNode(bool deep) { throw null; } in CloneNode()
1231 public override void WriteContentTo(System.Xml.XmlWriter w) { } in WriteContentTo()
1232 public override void WriteTo(System.Xml.XmlWriter w) { } in WriteTo()
1237 public virtual System.Xml.XmlWriterSettings Settings { get { throw null; } }
1238 public abstract System.Xml.WriteState WriteState { get; }
1240 public virtual System.Xml.XmlSpace XmlSpace { get { throw null; } }
1242 public static System.Xml.XmlWriter Create(System.IO.Stream output) { throw null; } in Create()
1243 …public static System.Xml.XmlWriter Create(System.IO.Stream output, System.Xml.XmlWriterSettings se… in Create()
1244 public static System.Xml.XmlWriter Create(System.IO.TextWriter output) { throw null; } in Create()
1245 …public static System.Xml.XmlWriter Create(System.IO.TextWriter output, System.Xml.XmlWriterSetting… in Create()
1246 public static System.Xml.XmlWriter Create(string outputFileName) { throw null; } in Create()
1247 …public static System.Xml.XmlWriter Create(string outputFileName, System.Xml.XmlWriterSettings sett… in Create()
1248 public static System.Xml.XmlWriter Create(System.Text.StringBuilder output) { throw null; } in Create()
1249 …public static System.Xml.XmlWriter Create(System.Text.StringBuilder output, System.Xml.XmlWriterSe… in Create()
1250 public static System.Xml.XmlWriter Create(System.Xml.XmlWriter output) { throw null; } in Create()
1251 …public static System.Xml.XmlWriter Create(System.Xml.XmlWriter output, System.Xml.XmlWriterSetting… in Create()
1257 public virtual void WriteAttributes(System.Xml.XmlReader reader, bool defattr) { } in WriteAttributes()
1258 …public virtual System.Threading.Tasks.Task WriteAttributesAsync(System.Xml.XmlReader reader, bool … in WriteAttributesAsync()
1295 public virtual void WriteNode(System.Xml.XmlReader reader, bool defattr) { } in WriteNode()
1296 public virtual void WriteNode(System.Xml.XPath.XPathNavigator navigator, bool defattr) { } in WriteNode()
1297 …public virtual System.Threading.Tasks.Task WriteNodeAsync(System.Xml.XmlReader reader, bool defatt… in WriteNodeAsync()
1298 …public virtual System.Threading.Tasks.Task WriteNodeAsync(System.Xml.XPath.XPathNavigator navigato… in WriteNodeAsync()
1343 public System.Xml.ConformanceLevel ConformanceLevel { get { throw null; } set { } }
1348 public System.Xml.NamespaceHandling NamespaceHandling { get { throw null; } set { } }
1350 public System.Xml.NewLineHandling NewLineHandling { get { throw null; } set { } }
1353 public System.Xml.XmlOutputMethod OutputMethod { get { throw null; } }
1355 public System.Xml.XmlWriterSettings Clone() { throw null; } in Clone()
1360 public partial class XmlXapResolver : System.Xml.XmlResolver
1369 …public static void RegisterApplicationResourceStreamResolver(System.Xml.IApplicationResourceStream… in RegisterApplicationResourceStreamResolver()
1372 namespace System.Xml.Resolvers
1382 public partial class XmlPreloadedResolver : System.Xml.XmlResolver
1385 public XmlPreloadedResolver(System.Xml.Resolvers.XmlKnownDtds preloadedDtds) { } in XmlPreloadedResolver()
1386 public XmlPreloadedResolver(System.Xml.XmlResolver fallbackResolver) { } in XmlPreloadedResolver()
1387 …public XmlPreloadedResolver(System.Xml.XmlResolver fallbackResolver, System.Xml.Resolvers.XmlKnown… in XmlPreloadedResolver()
1388 …public XmlPreloadedResolver(System.Xml.XmlResolver fallbackResolver, System.Xml.Resolvers.XmlKnown… in XmlPreloadedResolver()
1402 namespace System.Xml.Schema
1408 System.Xml.Schema.XmlSchemaSimpleType MemberType { get; }
1409 System.Xml.Schema.XmlSchemaAttribute SchemaAttribute { get; }
1410 System.Xml.Schema.XmlSchemaElement SchemaElement { get; }
1411 System.Xml.Schema.XmlSchemaType SchemaType { get; }
1412 System.Xml.Schema.XmlSchemaValidity Validity { get; }
1417 public System.Xml.Schema.XmlSchemaException Exception { get { throw null; } }
1419 public System.Xml.Schema.XmlSeverityType Severity { get { throw null; } }
1421 …public delegate void ValidationEventHandler(object sender, System.Xml.Schema.ValidationEventArgs e… in ValidationEventHandler()
1422 public sealed partial class XmlAtomicValue : System.Xml.XPath.XPathItem, System.ICloneable
1434 public override System.Xml.Schema.XmlSchemaType XmlType { get { throw null; } }
1435 public System.Xml.Schema.XmlAtomicValue Clone() { throw null; } in Clone()
1438 …public override object ValueAs(System.Type type, System.Xml.IXmlNamespaceResolver nsResolver) { th… in ValueAs()
1440 …[System.Xml.Serialization.XmlRootAttribute("schema", Namespace="http://www.w3.org/2001/XMLSchema")]
1441 public partial class XmlSchema : System.Xml.Schema.XmlSchemaObject
1446 [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaForm)(0))]
1447 [System.Xml.Serialization.XmlAttributeAttribute("attributeFormDefault")]
1448 public System.Xml.Schema.XmlSchemaForm AttributeFormDefault { get { throw null; } set { } }
1449 [System.Xml.Serialization.XmlIgnoreAttribute]
1450 public System.Xml.Schema.XmlSchemaObjectTable AttributeGroups { get { throw null; } }
1451 [System.Xml.Serialization.XmlIgnoreAttribute]
1452 public System.Xml.Schema.XmlSchemaObjectTable Attributes { get { throw null; } }
1453 … [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaDerivationMethod)(256))]
1454 [System.Xml.Serialization.XmlAttributeAttribute("blockDefault")]
1455 … public System.Xml.Schema.XmlSchemaDerivationMethod BlockDefault { get { throw null; } set { } }
1456 [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaForm)(0))]
1457 [System.Xml.Serialization.XmlAttributeAttribute("elementFormDefault")]
1458 public System.Xml.Schema.XmlSchemaForm ElementFormDefault { get { throw null; } set { } }
1459 [System.Xml.Serialization.XmlIgnoreAttribute]
1460 public System.Xml.Schema.XmlSchemaObjectTable Elements { get { throw null; } }
1461 … [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaDerivationMethod)(256))]
1462 [System.Xml.Serialization.XmlAttributeAttribute("finalDefault")]
1463 … public System.Xml.Schema.XmlSchemaDerivationMethod FinalDefault { get { throw null; } set { } }
1464 [System.Xml.Serialization.XmlIgnoreAttribute]
1465 public System.Xml.Schema.XmlSchemaObjectTable Groups { get { throw null; } }
1466 [System.Xml.Serialization.XmlAttributeAttribute("id", DataType="ID")]
1468 …[System.Xml.Serialization.XmlElementAttribute("import", typeof(System.Xml.Schema.XmlSchemaImport))]
1469 …[System.Xml.Serialization.XmlElementAttribute("include", typeof(System.Xml.Schema.XmlSchemaInclude…
1470 …[System.Xml.Serialization.XmlElementAttribute("redefine", typeof(System.Xml.Schema.XmlSchemaRedefi…
1471 public System.Xml.Schema.XmlSchemaObjectCollection Includes { get { throw null; } }
1472 [System.Xml.Serialization.XmlIgnoreAttribute]
1474 …[System.Xml.Serialization.XmlElementAttribute("annotation", typeof(System.Xml.Schema.XmlSchemaAnno…
1475 …[System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttri…
1476 …[System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchema…
1477 …[System.Xml.Serialization.XmlElementAttribute("complexType", typeof(System.Xml.Schema.XmlSchemaCom…
1478 …[System.Xml.Serialization.XmlElementAttribute("element", typeof(System.Xml.Schema.XmlSchemaElement…
1479 … [System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroup))]
1480 …[System.Xml.Serialization.XmlElementAttribute("notation", typeof(System.Xml.Schema.XmlSchemaNotati…
1481 …[System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimp…
1482 public System.Xml.Schema.XmlSchemaObjectCollection Items { get { throw null; } }
1483 [System.Xml.Serialization.XmlIgnoreAttribute]
1484 public System.Xml.Schema.XmlSchemaObjectTable Notations { get { throw null; } }
1485 [System.Xml.Serialization.XmlIgnoreAttribute]
1486 public System.Xml.Schema.XmlSchemaObjectTable SchemaTypes { get { throw null; } }
1487 [System.Xml.Serialization.XmlAttributeAttribute("targetNamespace", DataType="anyURI")]
1489 [System.Xml.Serialization.XmlAnyAttributeAttribute]
1490 public System.Xml.XmlAttribute[] UnhandledAttributes { get { throw null; } set { } }
1491 [System.Xml.Serialization.XmlAttributeAttribute("version", DataType="token")]
1494 public void Compile(System.Xml.Schema.ValidationEventHandler validationEventHandler) { } in Compile()
1496 …public void Compile(System.Xml.Schema.ValidationEventHandler validationEventHandler, System.Xml.Xm… in Compile()
1497 …public static System.Xml.Schema.XmlSchema Read(System.IO.Stream stream, System.Xml.Schema.Validati… in Read()
1498 …public static System.Xml.Schema.XmlSchema Read(System.IO.TextReader reader, System.Xml.Schema.Vali… in Read()
1499 …public static System.Xml.Schema.XmlSchema Read(System.Xml.XmlReader reader, System.Xml.Schema.Vali… in Read()
1501 … public void Write(System.IO.Stream stream, System.Xml.XmlNamespaceManager namespaceManager) { } in Write()
1503 …public void Write(System.IO.TextWriter writer, System.Xml.XmlNamespaceManager namespaceManager) { } in Write()
1504 public void Write(System.Xml.XmlWriter writer) { } in Write()
1505 …public void Write(System.Xml.XmlWriter writer, System.Xml.XmlNamespaceManager namespaceManager) { } in Write()
1507 public partial class XmlSchemaAll : System.Xml.Schema.XmlSchemaGroupBase
1510 …[System.Xml.Serialization.XmlElementAttribute("element", typeof(System.Xml.Schema.XmlSchemaElement…
1511 public override System.Xml.Schema.XmlSchemaObjectCollection Items { get { throw null; } }
1513 public partial class XmlSchemaAnnotated : System.Xml.Schema.XmlSchemaObject
1516 …[System.Xml.Serialization.XmlElementAttribute("annotation", typeof(System.Xml.Schema.XmlSchemaAnno…
1517 public System.Xml.Schema.XmlSchemaAnnotation Annotation { get { throw null; } set { } }
1518 [System.Xml.Serialization.XmlAttributeAttribute("id", DataType="ID")]
1520 [System.Xml.Serialization.XmlAnyAttributeAttribute]
1521 public System.Xml.XmlAttribute[] UnhandledAttributes { get { throw null; } set { } }
1523 public partial class XmlSchemaAnnotation : System.Xml.Schema.XmlSchemaObject
1526 [System.Xml.Serialization.XmlAttributeAttribute("id", DataType="ID")]
1528 …[System.Xml.Serialization.XmlElementAttribute("appinfo", typeof(System.Xml.Schema.XmlSchemaAppInfo…
1529 …[System.Xml.Serialization.XmlElementAttribute("documentation", typeof(System.Xml.Schema.XmlSchemaD…
1530 public System.Xml.Schema.XmlSchemaObjectCollection Items { get { throw null; } }
1531 [System.Xml.Serialization.XmlAnyAttributeAttribute]
1532 public System.Xml.XmlAttribute[] UnhandledAttributes { get { throw null; } set { } }
1534 public partial class XmlSchemaAny : System.Xml.Schema.XmlSchemaParticle
1537 [System.Xml.Serialization.XmlAttributeAttribute("namespace")]
1539 … [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaContentProcessing)(0))]
1540 [System.Xml.Serialization.XmlAttributeAttribute("processContents")]
1541 …public System.Xml.Schema.XmlSchemaContentProcessing ProcessContents { get { throw null; } set { } }
1543 public partial class XmlSchemaAnyAttribute : System.Xml.Schema.XmlSchemaAnnotated
1546 [System.Xml.Serialization.XmlAttributeAttribute("namespace")]
1548 … [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaContentProcessing)(0))]
1549 [System.Xml.Serialization.XmlAttributeAttribute("processContents")]
1550 …public System.Xml.Schema.XmlSchemaContentProcessing ProcessContents { get { throw null; } set { } }
1552 public partial class XmlSchemaAppInfo : System.Xml.Schema.XmlSchemaObject
1555 [System.Xml.Serialization.XmlAnyElementAttribute]
1556 [System.Xml.Serialization.XmlTextAttribute]
1557 public System.Xml.XmlNode[] Markup { get { throw null; } set { } }
1558 [System.Xml.Serialization.XmlAttributeAttribute("source", DataType="anyURI")]
1561 public partial class XmlSchemaAttribute : System.Xml.Schema.XmlSchemaAnnotated
1564 [System.Xml.Serialization.XmlIgnoreAttribute]
1565 public System.Xml.Schema.XmlSchemaSimpleType AttributeSchemaType { get { throw null; } }
1567 [System.Xml.Serialization.XmlIgnoreAttribute]
1570 [System.Xml.Serialization.XmlAttributeAttribute("default")]
1573 [System.Xml.Serialization.XmlAttributeAttribute("fixed")]
1575 [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaForm)(0))]
1576 [System.Xml.Serialization.XmlAttributeAttribute("form")]
1577 public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } }
1578 [System.Xml.Serialization.XmlAttributeAttribute("name")]
1580 [System.Xml.Serialization.XmlIgnoreAttribute]
1581 public System.Xml.XmlQualifiedName QualifiedName { get { throw null; } }
1582 [System.Xml.Serialization.XmlAttributeAttribute("ref")]
1583 public System.Xml.XmlQualifiedName RefName { get { throw null; } set { } }
1584 [System.Xml.Serialization.XmlElementAttribute("simpleType")]
1585 public System.Xml.Schema.XmlSchemaSimpleType SchemaType { get { throw null; } set { } }
1586 [System.Xml.Serialization.XmlAttributeAttribute("type")]
1587 public System.Xml.XmlQualifiedName SchemaTypeName { get { throw null; } set { } }
1588 [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaUse)(0))]
1589 [System.Xml.Serialization.XmlAttributeAttribute("use")]
1590 public System.Xml.Schema.XmlSchemaUse Use { get { throw null; } set { } }
1592 public partial class XmlSchemaAttributeGroup : System.Xml.Schema.XmlSchemaAnnotated
1595 [System.Xml.Serialization.XmlElementAttribute("anyAttribute")]
1596 public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get { throw null; } set { } }
1597 …[System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttri…
1598 …[System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchema…
1599 public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get { throw null; } }
1600 [System.Xml.Serialization.XmlAttributeAttribute("name")]
1602 [System.Xml.Serialization.XmlIgnoreAttribute]
1603 public System.Xml.XmlQualifiedName QualifiedName { get { throw null; } }
1604 [System.Xml.Serialization.XmlIgnoreAttribute]
1605 … public System.Xml.Schema.XmlSchemaAttributeGroup RedefinedAttributeGroup { get { throw null; } }
1607 public partial class XmlSchemaAttributeGroupRef : System.Xml.Schema.XmlSchemaAnnotated
1610 [System.Xml.Serialization.XmlAttributeAttribute("ref")]
1611 public System.Xml.XmlQualifiedName RefName { get { throw null; } set { } }
1613 public partial class XmlSchemaChoice : System.Xml.Schema.XmlSchemaGroupBase
1616 … [System.Xml.Serialization.XmlElementAttribute("any", typeof(System.Xml.Schema.XmlSchemaAny))]
1617 …[System.Xml.Serialization.XmlElementAttribute("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
1618 …[System.Xml.Serialization.XmlElementAttribute("element", typeof(System.Xml.Schema.XmlSchemaElement…
1619 …[System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroupRef)…
1620 …[System.Xml.Serialization.XmlElementAttribute("sequence", typeof(System.Xml.Schema.XmlSchemaSequen…
1621 public override System.Xml.Schema.XmlSchemaObjectCollection Items { get { throw null; } }
1627 public XmlSchemaCollection(System.Xml.XmlNameTable nametable) { } in XmlSchemaCollection()
1629 public System.Xml.Schema.XmlSchema this[string ns] { get { throw null; } }
1630 public System.Xml.XmlNameTable NameTable { get { throw null; } }
1634 …public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler { add { } remove { } }
1635 public System.Xml.Schema.XmlSchema Add(string ns, string uri) { throw null; } in Add()
1636 … public System.Xml.Schema.XmlSchema Add(string ns, System.Xml.XmlReader reader) { throw null; } in Add()
1637 …public System.Xml.Schema.XmlSchema Add(string ns, System.Xml.XmlReader reader, System.Xml.XmlResol… in Add()
1638 public System.Xml.Schema.XmlSchema Add(System.Xml.Schema.XmlSchema schema) { throw null; } in Add()
1639 …public System.Xml.Schema.XmlSchema Add(System.Xml.Schema.XmlSchema schema, System.Xml.XmlResolver … in Add()
1640 public void Add(System.Xml.Schema.XmlSchemaCollection schema) { } in Add()
1642 public bool Contains(System.Xml.Schema.XmlSchema schema) { throw null; } in Contains()
1643 public void CopyTo(System.Xml.Schema.XmlSchema[] array, int index) { } in CopyTo()
1644 public System.Xml.Schema.XmlSchemaCollectionEnumerator GetEnumerator() { throw null; } in GetEnumerator()
1651 public System.Xml.Schema.XmlSchema Current { get { throw null; } }
1662 public partial class XmlSchemaComplexContent : System.Xml.Schema.XmlSchemaContentModel
1665 …[System.Xml.Serialization.XmlElementAttribute("extension", typeof(System.Xml.Schema.XmlSchemaCompl…
1666 …[System.Xml.Serialization.XmlElementAttribute("restriction", typeof(System.Xml.Schema.XmlSchemaCom…
1667 public override System.Xml.Schema.XmlSchemaContent Content { get { throw null; } set { } }
1668 [System.Xml.Serialization.XmlAttributeAttribute("mixed")]
1671 public partial class XmlSchemaComplexContentExtension : System.Xml.Schema.XmlSchemaContent
1674 [System.Xml.Serialization.XmlElementAttribute("anyAttribute")]
1675 public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get { throw null; } set { } }
1676 …[System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttri…
1677 …[System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchema…
1678 public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get { throw null; } }
1679 [System.Xml.Serialization.XmlAttributeAttribute("base")]
1680 public System.Xml.XmlQualifiedName BaseTypeName { get { throw null; } set { } }
1681 … [System.Xml.Serialization.XmlElementAttribute("all", typeof(System.Xml.Schema.XmlSchemaAll))]
1682 …[System.Xml.Serialization.XmlElementAttribute("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
1683 …[System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroupRef)…
1684 …[System.Xml.Serialization.XmlElementAttribute("sequence", typeof(System.Xml.Schema.XmlSchemaSequen…
1685 public System.Xml.Schema.XmlSchemaParticle Particle { get { throw null; } set { } }
1687 public partial class XmlSchemaComplexContentRestriction : System.Xml.Schema.XmlSchemaContent
1690 [System.Xml.Serialization.XmlElementAttribute("anyAttribute")]
1691 public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get { throw null; } set { } }
1692 …[System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttri…
1693 …[System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchema…
1694 public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get { throw null; } }
1695 [System.Xml.Serialization.XmlAttributeAttribute("base")]
1696 public System.Xml.XmlQualifiedName BaseTypeName { get { throw null; } set { } }
1697 … [System.Xml.Serialization.XmlElementAttribute("all", typeof(System.Xml.Schema.XmlSchemaAll))]
1698 …[System.Xml.Serialization.XmlElementAttribute("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
1699 …[System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroupRef)…
1700 …[System.Xml.Serialization.XmlElementAttribute("sequence", typeof(System.Xml.Schema.XmlSchemaSequen…
1701 public System.Xml.Schema.XmlSchemaParticle Particle { get { throw null; } set { } }
1703 public partial class XmlSchemaComplexType : System.Xml.Schema.XmlSchemaType
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.XmlSchemaAttri…
1709 …[System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchema…
1710 public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get { throw null; } }
1711 [System.Xml.Serialization.XmlIgnoreAttribute]
1712 public System.Xml.Schema.XmlSchemaObjectTable AttributeUses { get { throw null; } }
1713 [System.Xml.Serialization.XmlIgnoreAttribute]
1714 public System.Xml.Schema.XmlSchemaAnyAttribute AttributeWildcard { get { throw null; } }
1715 … [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaDerivationMethod)(256))]
1716 [System.Xml.Serialization.XmlAttributeAttribute("block")]
1717 public System.Xml.Schema.XmlSchemaDerivationMethod Block { get { throw null; } set { } }
1718 [System.Xml.Serialization.XmlIgnoreAttribute]
1719 public System.Xml.Schema.XmlSchemaDerivationMethod BlockResolved { get { throw null; } }
1720 …[System.Xml.Serialization.XmlElementAttribute("complexContent", typeof(System.Xml.Schema.XmlSchema…
1721 …[System.Xml.Serialization.XmlElementAttribute("simpleContent", typeof(System.Xml.Schema.XmlSchemaS…
1722 public System.Xml.Schema.XmlSchemaContentModel ContentModel { get { throw null; } set { } }
1723 [System.Xml.Serialization.XmlIgnoreAttribute]
1724 public System.Xml.Schema.XmlSchemaContentType ContentType { get { throw null; } }
1725 [System.Xml.Serialization.XmlIgnoreAttribute]
1726 public System.Xml.Schema.XmlSchemaParticle ContentTypeParticle { get { throw null; } }
1728 [System.Xml.Serialization.XmlAttributeAttribute("abstract")]
1731 [System.Xml.Serialization.XmlAttributeAttribute("mixed")]
1733 … [System.Xml.Serialization.XmlElementAttribute("all", typeof(System.Xml.Schema.XmlSchemaAll))]
1734 …[System.Xml.Serialization.XmlElementAttribute("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
1735 …[System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroupRef)…
1736 …[System.Xml.Serialization.XmlElementAttribute("sequence", typeof(System.Xml.Schema.XmlSchemaSequen…
1737 public System.Xml.Schema.XmlSchemaParticle Particle { get { throw null; } set { } }
1739 public abstract partial class XmlSchemaContent : System.Xml.Schema.XmlSchemaAnnotated
1743 public abstract partial class XmlSchemaContentModel : System.Xml.Schema.XmlSchemaAnnotated
1746 [System.Xml.Serialization.XmlIgnoreAttribute]
1747 public abstract System.Xml.Schema.XmlSchemaContent Content { get; set; }
1751 [System.Xml.Serialization.XmlEnumAttribute("lax")]
1753 [System.Xml.Serialization.XmlIgnoreAttribute]
1755 [System.Xml.Serialization.XmlEnumAttribute("skip")]
1757 [System.Xml.Serialization.XmlEnumAttribute("strict")]
1770 public abstract System.Xml.XmlTokenizedType TokenizedType { get; }
1771 public virtual System.Xml.Schema.XmlTypeCode TypeCode { get { throw null; } }
1773 public virtual System.Xml.Schema.XmlSchemaDatatypeVariety Variety { get { throw null; } }
1775 …public virtual object ChangeType(object value, System.Type targetType, System.Xml.IXmlNamespaceRes… in ChangeType()
1776 … public virtual bool IsDerivedFrom(System.Xml.Schema.XmlSchemaDatatype datatype) { throw null; } in IsDerivedFrom()
1777 …public abstract object ParseValue(string s, System.Xml.XmlNameTable nameTable, System.Xml.IXmlName… in ParseValue()
1788 [System.Xml.Serialization.XmlEnumAttribute("#all")]
1790 [System.Xml.Serialization.XmlEnumAttribute("")]
1792 [System.Xml.Serialization.XmlEnumAttribute("extension")]
1794 [System.Xml.Serialization.XmlEnumAttribute("list")]
1796 [System.Xml.Serialization.XmlIgnoreAttribute]
1798 [System.Xml.Serialization.XmlEnumAttribute("restriction")]
1800 [System.Xml.Serialization.XmlEnumAttribute("substitution")]
1802 [System.Xml.Serialization.XmlEnumAttribute("union")]
1805 public partial class XmlSchemaDocumentation : System.Xml.Schema.XmlSchemaObject
1808 [System.Xml.Serialization.XmlAttributeAttribute("xml:lang")]
1810 [System.Xml.Serialization.XmlAnyElementAttribute]
1811 [System.Xml.Serialization.XmlTextAttribute]
1812 public System.Xml.XmlNode[] Markup { get { throw null; } set { } }
1813 [System.Xml.Serialization.XmlAttributeAttribute("source", DataType="anyURI")]
1816 public partial class XmlSchemaElement : System.Xml.Schema.XmlSchemaParticle
1819 … [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaDerivationMethod)(256))]
1820 [System.Xml.Serialization.XmlAttributeAttribute("block")]
1821 public System.Xml.Schema.XmlSchemaDerivationMethod Block { get { throw null; } set { } }
1822 [System.Xml.Serialization.XmlIgnoreAttribute]
1823 public System.Xml.Schema.XmlSchemaDerivationMethod BlockResolved { get { throw null; } }
1824 … [System.Xml.Serialization.XmlElementAttribute("key", typeof(System.Xml.Schema.XmlSchemaKey))]
1825 …[System.Xml.Serialization.XmlElementAttribute("keyref", typeof(System.Xml.Schema.XmlSchemaKeyref))]
1826 …[System.Xml.Serialization.XmlElementAttribute("unique", typeof(System.Xml.Schema.XmlSchemaUnique))]
1827 public System.Xml.Schema.XmlSchemaObjectCollection Constraints { get { throw null; } }
1829 [System.Xml.Serialization.XmlAttributeAttribute("default")]
1831 [System.Xml.Serialization.XmlIgnoreAttribute]
1832 public System.Xml.Schema.XmlSchemaType ElementSchemaType { get { throw null; } }
1834 [System.Xml.Serialization.XmlIgnoreAttribute]
1836 … [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaDerivationMethod)(256))]
1837 [System.Xml.Serialization.XmlAttributeAttribute("final")]
1838 public System.Xml.Schema.XmlSchemaDerivationMethod Final { get { throw null; } set { } }
1839 [System.Xml.Serialization.XmlIgnoreAttribute]
1840 public System.Xml.Schema.XmlSchemaDerivationMethod FinalResolved { get { throw null; } }
1842 [System.Xml.Serialization.XmlAttributeAttribute("fixed")]
1844 [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaForm)(0))]
1845 [System.Xml.Serialization.XmlAttributeAttribute("form")]
1846 public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } }
1848 [System.Xml.Serialization.XmlAttributeAttribute("abstract")]
1851 [System.Xml.Serialization.XmlAttributeAttribute("nillable")]
1854 [System.Xml.Serialization.XmlAttributeAttribute("name")]
1856 [System.Xml.Serialization.XmlIgnoreAttribute]
1857 public System.Xml.XmlQualifiedName QualifiedName { get { throw null; } }
1858 [System.Xml.Serialization.XmlAttributeAttribute("ref")]
1859 public System.Xml.XmlQualifiedName RefName { get { throw null; } set { } }
1860 …[System.Xml.Serialization.XmlElementAttribute("complexType", typeof(System.Xml.Schema.XmlSchemaCom…
1861 …[System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimp…
1862 public System.Xml.Schema.XmlSchemaType SchemaType { get { throw null; } set { } }
1863 [System.Xml.Serialization.XmlAttributeAttribute("type")]
1864 public System.Xml.XmlQualifiedName SchemaTypeName { get { throw null; } set { } }
1865 [System.Xml.Serialization.XmlAttributeAttribute("substitutionGroup")]
1866 public System.Xml.XmlQualifiedName SubstitutionGroup { get { throw null; } set { } }
1868 public partial class XmlSchemaEnumerationFacet : System.Xml.Schema.XmlSchemaFacet
1883 public System.Xml.Schema.XmlSchemaObject SourceSchemaObject { get { throw null; } }
1888 public abstract partial class XmlSchemaExternal : System.Xml.Schema.XmlSchemaObject
1891 [System.Xml.Serialization.XmlAttributeAttribute("id", DataType="ID")]
1893 [System.Xml.Serialization.XmlIgnoreAttribute]
1894 public System.Xml.Schema.XmlSchema Schema { get { throw null; } set { } }
1895 [System.Xml.Serialization.XmlAttributeAttribute("schemaLocation", DataType="anyURI")]
1897 [System.Xml.Serialization.XmlAnyAttributeAttribute]
1898 public System.Xml.XmlAttribute[] UnhandledAttributes { get { throw null; } set { } }
1900 public abstract partial class XmlSchemaFacet : System.Xml.Schema.XmlSchemaAnnotated
1904 [System.Xml.Serialization.XmlAttributeAttribute("fixed")]
1906 [System.Xml.Serialization.XmlAttributeAttribute("value")]
1911 [System.Xml.Serialization.XmlIgnoreAttribute]
1913 [System.Xml.Serialization.XmlEnumAttribute("qualified")]
1915 [System.Xml.Serialization.XmlEnumAttribute("unqualified")]
1918 public partial class XmlSchemaFractionDigitsFacet : System.Xml.Schema.XmlSchemaNumericFacet
1922 public partial class XmlSchemaGroup : System.Xml.Schema.XmlSchemaAnnotated
1925 [System.Xml.Serialization.XmlAttributeAttribute("name")]
1927 … [System.Xml.Serialization.XmlElementAttribute("all", typeof(System.Xml.Schema.XmlSchemaAll))]
1928 …[System.Xml.Serialization.XmlElementAttribute("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
1929 …[System.Xml.Serialization.XmlElementAttribute("sequence", typeof(System.Xml.Schema.XmlSchemaSequen…
1930 public System.Xml.Schema.XmlSchemaGroupBase Particle { get { throw null; } set { } }
1931 [System.Xml.Serialization.XmlIgnoreAttribute]
1932 public System.Xml.XmlQualifiedName QualifiedName { get { throw null; } }
1934 public abstract partial class XmlSchemaGroupBase : System.Xml.Schema.XmlSchemaParticle
1937 [System.Xml.Serialization.XmlIgnoreAttribute]
1938 public abstract System.Xml.Schema.XmlSchemaObjectCollection Items { get; }
1940 public partial class XmlSchemaGroupRef : System.Xml.Schema.XmlSchemaParticle
1943 [System.Xml.Serialization.XmlIgnoreAttribute]
1944 public System.Xml.Schema.XmlSchemaGroupBase Particle { get { throw null; } }
1945 [System.Xml.Serialization.XmlAttributeAttribute("ref")]
1946 public System.Xml.XmlQualifiedName RefName { get { throw null; } set { } }
1948 public partial class XmlSchemaIdentityConstraint : System.Xml.Schema.XmlSchemaAnnotated
1951 … [System.Xml.Serialization.XmlElementAttribute("field", typeof(System.Xml.Schema.XmlSchemaXPath))]
1952 public System.Xml.Schema.XmlSchemaObjectCollection Fields { get { throw null; } }
1953 [System.Xml.Serialization.XmlAttributeAttribute("name")]
1955 [System.Xml.Serialization.XmlIgnoreAttribute]
1956 public System.Xml.XmlQualifiedName QualifiedName { get { throw null; } }
1957 …[System.Xml.Serialization.XmlElementAttribute("selector", typeof(System.Xml.Schema.XmlSchemaXPath)…
1958 public System.Xml.Schema.XmlSchemaXPath Selector { get { throw null; } set { } }
1960 public partial class XmlSchemaImport : System.Xml.Schema.XmlSchemaExternal
1963 …[System.Xml.Serialization.XmlElementAttribute("annotation", typeof(System.Xml.Schema.XmlSchemaAnno…
1964 public System.Xml.Schema.XmlSchemaAnnotation Annotation { get { throw null; } set { } }
1965 [System.Xml.Serialization.XmlAttributeAttribute("namespace", DataType="anyURI")]
1968 public partial class XmlSchemaInclude : System.Xml.Schema.XmlSchemaExternal
1971 …[System.Xml.Serialization.XmlElementAttribute("annotation", typeof(System.Xml.Schema.XmlSchemaAnno…
1972 public System.Xml.Schema.XmlSchemaAnnotation Annotation { get { throw null; } set { } }
1977 …public System.Xml.Schema.XmlSchemaInference.InferenceOption Occurrence { get { throw null; } set {…
1978 …public System.Xml.Schema.XmlSchemaInference.InferenceOption TypeInference { get { throw null; } se…
1979 …public System.Xml.Schema.XmlSchemaSet InferSchema(System.Xml.XmlReader instanceDocument) { throw n… in InferSchema()
1980 …public System.Xml.Schema.XmlSchemaSet InferSchema(System.Xml.XmlReader instanceDocument, System.Xm… in InferSchema()
1988 public partial class XmlSchemaInferenceException : System.Xml.Schema.XmlSchemaException
1998 public partial class XmlSchemaInfo : System.Xml.Schema.IXmlSchemaInfo
2001 public System.Xml.Schema.XmlSchemaContentType ContentType { get { throw null; } set { } }
2004 public System.Xml.Schema.XmlSchemaSimpleType MemberType { get { throw null; } set { } }
2005 public System.Xml.Schema.XmlSchemaAttribute SchemaAttribute { get { throw null; } set { } }
2006 public System.Xml.Schema.XmlSchemaElement SchemaElement { get { throw null; } set { } }
2007 public System.Xml.Schema.XmlSchemaType SchemaType { get { throw null; } set { } }
2008 public System.Xml.Schema.XmlSchemaValidity Validity { get { throw null; } set { } }
2010 public partial class XmlSchemaKey : System.Xml.Schema.XmlSchemaIdentityConstraint
2014 public partial class XmlSchemaKeyref : System.Xml.Schema.XmlSchemaIdentityConstraint
2017 [System.Xml.Serialization.XmlAttributeAttribute("refer")]
2018 public System.Xml.XmlQualifiedName Refer { get { throw null; } set { } }
2020 public partial class XmlSchemaLengthFacet : System.Xml.Schema.XmlSchemaNumericFacet
2024 public partial class XmlSchemaMaxExclusiveFacet : System.Xml.Schema.XmlSchemaFacet
2028 public partial class XmlSchemaMaxInclusiveFacet : System.Xml.Schema.XmlSchemaFacet
2032 public partial class XmlSchemaMaxLengthFacet : System.Xml.Schema.XmlSchemaNumericFacet
2036 public partial class XmlSchemaMinExclusiveFacet : System.Xml.Schema.XmlSchemaFacet
2040 public partial class XmlSchemaMinInclusiveFacet : System.Xml.Schema.XmlSchemaFacet
2044 public partial class XmlSchemaMinLengthFacet : System.Xml.Schema.XmlSchemaNumericFacet
2048 public partial class XmlSchemaNotation : System.Xml.Schema.XmlSchemaAnnotated
2051 [System.Xml.Serialization.XmlAttributeAttribute("name")]
2053 [System.Xml.Serialization.XmlAttributeAttribute("public")]
2055 [System.Xml.Serialization.XmlAttributeAttribute("system")]
2058 public abstract partial class XmlSchemaNumericFacet : System.Xml.Schema.XmlSchemaFacet
2066 [System.Xml.Serialization.XmlIgnoreAttribute]
2068 [System.Xml.Serialization.XmlIgnoreAttribute]
2070 [System.Xml.Serialization.XmlNamespaceDeclarationsAttribute]
2071 … public System.Xml.Serialization.XmlSerializerNamespaces Namespaces { get { throw null; } set { } }
2072 [System.Xml.Serialization.XmlIgnoreAttribute]
2073 public System.Xml.Schema.XmlSchemaObject Parent { get { throw null; } set { } }
2074 [System.Xml.Serialization.XmlIgnoreAttribute]
2080 public XmlSchemaObjectCollection(System.Xml.Schema.XmlSchemaObject parent) { } in XmlSchemaObjectCollection()
2081 … public virtual System.Xml.Schema.XmlSchemaObject this[int index] { get { throw null; } set { } }
2082 public int Add(System.Xml.Schema.XmlSchemaObject item) { throw null; } in Add()
2083 public bool Contains(System.Xml.Schema.XmlSchemaObject item) { throw null; } in Contains()
2084 public void CopyTo(System.Xml.Schema.XmlSchemaObject[] array, int index) { } in CopyTo()
2085 public new System.Xml.Schema.XmlSchemaObjectEnumerator GetEnumerator() { throw null; } in GetEnumerator()
2086 public int IndexOf(System.Xml.Schema.XmlSchemaObject item) { throw null; } in IndexOf()
2087 public void Insert(int index, System.Xml.Schema.XmlSchemaObject item) { } in Insert()
2092 public void Remove(System.Xml.Schema.XmlSchemaObject item) { } in Remove()
2097 public System.Xml.Schema.XmlSchemaObject Current { get { throw null; } }
2108 …public System.Xml.Schema.XmlSchemaObject this[System.Xml.XmlQualifiedName name] { get { throw null…
2111 public bool Contains(System.Xml.XmlQualifiedName name) { throw null; } in Contains()
2114 public abstract partial class XmlSchemaParticle : System.Xml.Schema.XmlSchemaAnnotated
2117 [System.Xml.Serialization.XmlIgnoreAttribute]
2119 [System.Xml.Serialization.XmlAttributeAttribute("maxOccurs")]
2121 [System.Xml.Serialization.XmlIgnoreAttribute]
2123 [System.Xml.Serialization.XmlAttributeAttribute("minOccurs")]
2126 public partial class XmlSchemaPatternFacet : System.Xml.Schema.XmlSchemaFacet
2130 public partial class XmlSchemaRedefine : System.Xml.Schema.XmlSchemaExternal
2133 [System.Xml.Serialization.XmlIgnoreAttribute]
2134 public System.Xml.Schema.XmlSchemaObjectTable AttributeGroups { get { throw null; } }
2135 [System.Xml.Serialization.XmlIgnoreAttribute]
2136 public System.Xml.Schema.XmlSchemaObjectTable Groups { get { throw null; } }
2137 …[System.Xml.Serialization.XmlElementAttribute("annotation", typeof(System.Xml.Schema.XmlSchemaAnno…
2138 …[System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchema…
2139 …[System.Xml.Serialization.XmlElementAttribute("complexType", typeof(System.Xml.Schema.XmlSchemaCom…
2140 … [System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroup))]
2141 …[System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimp…
2142 public System.Xml.Schema.XmlSchemaObjectCollection Items { get { throw null; } }
2143 [System.Xml.Serialization.XmlIgnoreAttribute]
2144 public System.Xml.Schema.XmlSchemaObjectTable SchemaTypes { get { throw null; } }
2146 public partial class XmlSchemaSequence : System.Xml.Schema.XmlSchemaGroupBase
2149 … [System.Xml.Serialization.XmlElementAttribute("any", typeof(System.Xml.Schema.XmlSchemaAny))]
2150 …[System.Xml.Serialization.XmlElementAttribute("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
2151 …[System.Xml.Serialization.XmlElementAttribute("element", typeof(System.Xml.Schema.XmlSchemaElement…
2152 …[System.Xml.Serialization.XmlElementAttribute("group", typeof(System.Xml.Schema.XmlSchemaGroupRef)…
2153 …[System.Xml.Serialization.XmlElementAttribute("sequence", typeof(System.Xml.Schema.XmlSchemaSequen…
2154 public override System.Xml.Schema.XmlSchemaObjectCollection Items { get { throw null; } }
2159 public XmlSchemaSet(System.Xml.XmlNameTable nameTable) { } in XmlSchemaSet()
2160 …public System.Xml.Schema.XmlSchemaCompilationSettings CompilationSettings { get { throw null; } se…
2162 public System.Xml.Schema.XmlSchemaObjectTable GlobalAttributes { get { throw null; } }
2163 public System.Xml.Schema.XmlSchemaObjectTable GlobalElements { get { throw null; } }
2164 public System.Xml.Schema.XmlSchemaObjectTable GlobalTypes { get { throw null; } }
2166 public System.Xml.XmlNameTable NameTable { get { throw null; } }
2167 public System.Xml.XmlResolver XmlResolver { set { } }
2168 …public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler { add { } remove { } }
2169 … public System.Xml.Schema.XmlSchema Add(string targetNamespace, string schemaUri) { throw null; } in Add()
2170 …public System.Xml.Schema.XmlSchema Add(string targetNamespace, System.Xml.XmlReader schemaDocument… in Add()
2171 public System.Xml.Schema.XmlSchema Add(System.Xml.Schema.XmlSchema schema) { throw null; } in Add()
2172 public void Add(System.Xml.Schema.XmlSchemaSet schemas) { } in Add()
2175 public bool Contains(System.Xml.Schema.XmlSchema schema) { throw null; } in Contains()
2176 public void CopyTo(System.Xml.Schema.XmlSchema[] schemas, int index) { } in CopyTo()
2177 … public System.Xml.Schema.XmlSchema Remove(System.Xml.Schema.XmlSchema schema) { throw null; } in Remove()
2178 public bool RemoveRecursive(System.Xml.Schema.XmlSchema schemaToRemove) { throw null; } in RemoveRecursive()
2179 … public System.Xml.Schema.XmlSchema Reprocess(System.Xml.Schema.XmlSchema schema) { throw null; } in Reprocess()
2183 public partial class XmlSchemaSimpleContent : System.Xml.Schema.XmlSchemaContentModel
2186 …[System.Xml.Serialization.XmlElementAttribute("extension", typeof(System.Xml.Schema.XmlSchemaSimpl…
2187 …[System.Xml.Serialization.XmlElementAttribute("restriction", typeof(System.Xml.Schema.XmlSchemaSim…
2188 public override System.Xml.Schema.XmlSchemaContent Content { get { throw null; } set { } }
2190 public partial class XmlSchemaSimpleContentExtension : System.Xml.Schema.XmlSchemaContent
2193 [System.Xml.Serialization.XmlElementAttribute("anyAttribute")]
2194 public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get { throw null; } set { } }
2195 …[System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttri…
2196 …[System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchema…
2197 public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get { throw null; } }
2198 [System.Xml.Serialization.XmlAttributeAttribute("base")]
2199 public System.Xml.XmlQualifiedName BaseTypeName { get { throw null; } set { } }
2201 public partial class XmlSchemaSimpleContentRestriction : System.Xml.Schema.XmlSchemaContent
2204 [System.Xml.Serialization.XmlElementAttribute("anyAttribute")]
2205 public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get { throw null; } set { } }
2206 …[System.Xml.Serialization.XmlElementAttribute("attribute", typeof(System.Xml.Schema.XmlSchemaAttri…
2207 …[System.Xml.Serialization.XmlElementAttribute("attributeGroup", typeof(System.Xml.Schema.XmlSchema…
2208 public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get { throw null; } }
2209 …[System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimp…
2210 public System.Xml.Schema.XmlSchemaSimpleType BaseType { get { throw null; } set { } }
2211 [System.Xml.Serialization.XmlAttributeAttribute("base")]
2212 public System.Xml.XmlQualifiedName BaseTypeName { get { throw null; } set { } }
2213 …[System.Xml.Serialization.XmlElementAttribute("enumeration", typeof(System.Xml.Schema.XmlSchemaEnu…
2214 …[System.Xml.Serialization.XmlElementAttribute("fractionDigits", typeof(System.Xml.Schema.XmlSchema…
2215 …[System.Xml.Serialization.XmlElementAttribute("length", typeof(System.Xml.Schema.XmlSchemaLengthFa…
2216 …[System.Xml.Serialization.XmlElementAttribute("maxExclusive", typeof(System.Xml.Schema.XmlSchemaMa…
2217 …[System.Xml.Serialization.XmlElementAttribute("maxInclusive", typeof(System.Xml.Schema.XmlSchemaMa…
2218 …[System.Xml.Serialization.XmlElementAttribute("maxLength", typeof(System.Xml.Schema.XmlSchemaMaxLe…
2219 …[System.Xml.Serialization.XmlElementAttribute("minExclusive", typeof(System.Xml.Schema.XmlSchemaMi…
2220 …[System.Xml.Serialization.XmlElementAttribute("minInclusive", typeof(System.Xml.Schema.XmlSchemaMi…
2221 …[System.Xml.Serialization.XmlElementAttribute("minLength", typeof(System.Xml.Schema.XmlSchemaMinLe…
2222 …[System.Xml.Serialization.XmlElementAttribute("pattern", typeof(System.Xml.Schema.XmlSchemaPattern…
2223 …[System.Xml.Serialization.XmlElementAttribute("totalDigits", typeof(System.Xml.Schema.XmlSchemaTot…
2224 …[System.Xml.Serialization.XmlElementAttribute("whiteSpace", typeof(System.Xml.Schema.XmlSchemaWhit…
2225 public System.Xml.Schema.XmlSchemaObjectCollection Facets { get { throw null; } }
2227 public partial class XmlSchemaSimpleType : System.Xml.Schema.XmlSchemaType
2230 …[System.Xml.Serialization.XmlElementAttribute("list", typeof(System.Xml.Schema.XmlSchemaSimpleType…
2231 …[System.Xml.Serialization.XmlElementAttribute("restriction", typeof(System.Xml.Schema.XmlSchemaSim…
2232 …[System.Xml.Serialization.XmlElementAttribute("union", typeof(System.Xml.Schema.XmlSchemaSimpleTyp…
2233 public System.Xml.Schema.XmlSchemaSimpleTypeContent Content { get { throw null; } set { } }
2235 public abstract partial class XmlSchemaSimpleTypeContent : System.Xml.Schema.XmlSchemaAnnotated
2239 public partial class XmlSchemaSimpleTypeList : System.Xml.Schema.XmlSchemaSimpleTypeContent
2242 [System.Xml.Serialization.XmlIgnoreAttribute]
2243 public System.Xml.Schema.XmlSchemaSimpleType BaseItemType { get { throw null; } set { } }
2244 …[System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimp…
2245 public System.Xml.Schema.XmlSchemaSimpleType ItemType { get { throw null; } set { } }
2246 [System.Xml.Serialization.XmlAttributeAttribute("itemType")]
2247 public System.Xml.XmlQualifiedName ItemTypeName { get { throw null; } set { } }
2249 … public partial class XmlSchemaSimpleTypeRestriction : System.Xml.Schema.XmlSchemaSimpleTypeContent
2252 …[System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimp…
2253 public System.Xml.Schema.XmlSchemaSimpleType BaseType { get { throw null; } set { } }
2254 [System.Xml.Serialization.XmlAttributeAttribute("base")]
2255 public System.Xml.XmlQualifiedName BaseTypeName { get { throw null; } set { } }
2256 …[System.Xml.Serialization.XmlElementAttribute("enumeration", typeof(System.Xml.Schema.XmlSchemaEnu…
2257 …[System.Xml.Serialization.XmlElementAttribute("fractionDigits", typeof(System.Xml.Schema.XmlSchema…
2258 …[System.Xml.Serialization.XmlElementAttribute("length", typeof(System.Xml.Schema.XmlSchemaLengthFa…
2259 …[System.Xml.Serialization.XmlElementAttribute("maxExclusive", typeof(System.Xml.Schema.XmlSchemaMa…
2260 …[System.Xml.Serialization.XmlElementAttribute("maxInclusive", typeof(System.Xml.Schema.XmlSchemaMa…
2261 …[System.Xml.Serialization.XmlElementAttribute("maxLength", typeof(System.Xml.Schema.XmlSchemaMaxLe…
2262 …[System.Xml.Serialization.XmlElementAttribute("minExclusive", typeof(System.Xml.Schema.XmlSchemaMi…
2263 …[System.Xml.Serialization.XmlElementAttribute("minInclusive", typeof(System.Xml.Schema.XmlSchemaMi…
2264 …[System.Xml.Serialization.XmlElementAttribute("minLength", typeof(System.Xml.Schema.XmlSchemaMinLe…
2265 …[System.Xml.Serialization.XmlElementAttribute("pattern", typeof(System.Xml.Schema.XmlSchemaPattern…
2266 …[System.Xml.Serialization.XmlElementAttribute("totalDigits", typeof(System.Xml.Schema.XmlSchemaTot…
2267 …[System.Xml.Serialization.XmlElementAttribute("whiteSpace", typeof(System.Xml.Schema.XmlSchemaWhit…
2268 public System.Xml.Schema.XmlSchemaObjectCollection Facets { get { throw null; } }
2270 public partial class XmlSchemaSimpleTypeUnion : System.Xml.Schema.XmlSchemaSimpleTypeContent
2273 [System.Xml.Serialization.XmlIgnoreAttribute]
2274 public System.Xml.Schema.XmlSchemaSimpleType[] BaseMemberTypes { get { throw null; } }
2275 …[System.Xml.Serialization.XmlElementAttribute("simpleType", typeof(System.Xml.Schema.XmlSchemaSimp…
2276 public System.Xml.Schema.XmlSchemaObjectCollection BaseTypes { get { throw null; } }
2277 [System.Xml.Serialization.XmlAttributeAttribute("memberTypes")]
2278 public System.Xml.XmlQualifiedName[] MemberTypes { get { throw null; } set { } }
2280 public partial class XmlSchemaTotalDigitsFacet : System.Xml.Schema.XmlSchemaNumericFacet
2284 public partial class XmlSchemaType : System.Xml.Schema.XmlSchemaAnnotated
2288 [System.Xml.Serialization.XmlIgnoreAttribute]
2290 [System.Xml.Serialization.XmlIgnoreAttribute]
2291 public System.Xml.Schema.XmlSchemaType BaseXmlSchemaType { get { throw null; } }
2292 [System.Xml.Serialization.XmlIgnoreAttribute]
2293 public System.Xml.Schema.XmlSchemaDatatype Datatype { get { throw null; } }
2294 [System.Xml.Serialization.XmlIgnoreAttribute]
2295 public System.Xml.Schema.XmlSchemaDerivationMethod DerivedBy { get { throw null; } }
2296 … [System.ComponentModel.DefaultValueAttribute((System.Xml.Schema.XmlSchemaDerivationMethod)(256))]
2297 [System.Xml.Serialization.XmlAttributeAttribute("final")]
2298 public System.Xml.Schema.XmlSchemaDerivationMethod Final { get { throw null; } set { } }
2299 [System.Xml.Serialization.XmlIgnoreAttribute]
2300 public System.Xml.Schema.XmlSchemaDerivationMethod FinalResolved { get { throw null; } }
2301 [System.Xml.Serialization.XmlIgnoreAttribute]
2303 [System.Xml.Serialization.XmlAttributeAttribute("name")]
2305 [System.Xml.Serialization.XmlIgnoreAttribute]
2306 public System.Xml.XmlQualifiedName QualifiedName { get { throw null; } }
2307 [System.Xml.Serialization.XmlIgnoreAttribute]
2308 public System.Xml.Schema.XmlTypeCode TypeCode { get { throw null; } }
2309 …public static System.Xml.Schema.XmlSchemaComplexType GetBuiltInComplexType(System.Xml.Schema.XmlTy… in GetBuiltInComplexType()
2310 …public static System.Xml.Schema.XmlSchemaComplexType GetBuiltInComplexType(System.Xml.XmlQualified… in GetBuiltInComplexType()
2311 …public static System.Xml.Schema.XmlSchemaSimpleType GetBuiltInSimpleType(System.Xml.Schema.XmlType… in GetBuiltInSimpleType()
2312 …public static System.Xml.Schema.XmlSchemaSimpleType GetBuiltInSimpleType(System.Xml.XmlQualifiedNa… in GetBuiltInSimpleType()
2313 …atic bool IsDerivedFrom(System.Xml.Schema.XmlSchemaType derivedType, System.Xml.Schema.XmlSchemaTy… in IsDerivedFrom()
2315 public partial class XmlSchemaUnique : System.Xml.Schema.XmlSchemaIdentityConstraint
2321 [System.Xml.Serialization.XmlIgnoreAttribute]
2323 [System.Xml.Serialization.XmlEnumAttribute("optional")]
2325 [System.Xml.Serialization.XmlEnumAttribute("prohibited")]
2327 [System.Xml.Serialization.XmlEnumAttribute("required")]
2331 public partial class XmlSchemaValidationException : System.Xml.Schema.XmlSchemaException
2355 …tor(System.Xml.XmlNameTable nameTable, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.IXmlName… in XmlSchemaValidator()
2356 public System.Xml.IXmlLineInfo LineInfoProvider { get { throw null; } set { } }
2359 public System.Xml.XmlResolver XmlResolver { set { } }
2360 …public event System.Xml.Schema.ValidationEventHandler ValidationEventHandler { add { } remove { } }
2361 public void AddSchema(System.Xml.Schema.XmlSchema schema) { } in AddSchema()
2363 public System.Xml.Schema.XmlSchemaAttribute[] GetExpectedAttributes() { throw null; } in GetExpectedAttributes()
2364 public System.Xml.Schema.XmlSchemaParticle[] GetExpectedParticles() { throw null; } in GetExpectedParticles()
2367 public void Initialize(System.Xml.Schema.XmlSchemaObject partialValidationType) { } in Initialize()
2368 public void SkipToEndElement(System.Xml.Schema.XmlSchemaInfo schemaInfo) { } in SkipToEndElement()
2369 …ibute(string localName, string namespaceUri, string attributeValue, System.Xml.Schema.XmlSchemaInf… in ValidateAttribute()
2370 …ute(string localName, string namespaceUri, System.Xml.Schema.XmlValueGetter attributeValue, System… in ValidateAttribute()
2371 …public void ValidateElement(string localName, string namespaceUri, System.Xml.Schema.XmlSchemaInfo… in ValidateElement()
2372 …public void ValidateElement(string localName, string namespaceUri, System.Xml.Schema.XmlSchemaInfo… in ValidateElement()
2373 public object ValidateEndElement(System.Xml.Schema.XmlSchemaInfo schemaInfo) { throw null; } in ValidateEndElement()
2374 …public object ValidateEndElement(System.Xml.Schema.XmlSchemaInfo schemaInfo, object typedValue) { … in ValidateEndElement()
2375 public void ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo schemaInfo) { } in ValidateEndOfAttributes()
2377 public void ValidateText(System.Xml.Schema.XmlValueGetter elementValue) { } in ValidateText()
2379 public void ValidateWhitespace(System.Xml.Schema.XmlValueGetter elementValue) { } in ValidateWhitespace()
2387 public partial class XmlSchemaWhiteSpaceFacet : System.Xml.Schema.XmlSchemaFacet
2391 public partial class XmlSchemaXPath : System.Xml.Schema.XmlSchemaAnnotated
2395 [System.Xml.Serialization.XmlAttributeAttribute("xpath")]
2463 namespace System.Xml.Serialization
2474 [System.Xml.Serialization.XmlEnumAttribute("enableDataBinding")]
2476 [System.Xml.Serialization.XmlEnumAttribute("newAsync")]
2478 [System.Xml.Serialization.XmlEnumAttribute("oldAsync")]
2480 [System.Xml.Serialization.XmlEnumAttribute("order")]
2482 [System.Xml.Serialization.XmlEnumAttribute("properties")]
2484 [System.Xml.Serialization.XmlIgnoreAttribute]
2513 … public ImportContext(System.Xml.Serialization.CodeIdentifiers identifiers, bool shareTypes) { } in ImportContext()
2515 public System.Xml.Serialization.CodeIdentifiers TypeIdentifiers { get { throw null; } }
2520 System.Xml.Schema.XmlSchema GetSchema(); in GetSchema()
2521 void ReadXml(System.Xml.XmlReader reader); in ReadXml()
2522 void WriteXml(System.Xml.XmlWriter writer); in WriteXml()
2527 System.Xml.WhitespaceHandling WhitespaceHandling { get; set; }
2533 …public System.Xml.Serialization.Advanced.SchemaImporterExtensionCollection Extensions { get { thro…
2547 … public System.Xml.Serialization.SoapAttributes this[System.Type type] { get { throw null; } }
2548 …public System.Xml.Serialization.SoapAttributes this[System.Type type, string member] { get { throw…
2549 …public void Add(System.Type type, string member, System.Xml.Serialization.SoapAttributes attribute… in Add()
2550 public void Add(System.Type type, System.Xml.Serialization.SoapAttributes attributes) { } in Add()
2556 …public System.Xml.Serialization.SoapAttributeAttribute SoapAttribute { get { throw null; } set { }…
2558 … public System.Xml.Serialization.SoapElementAttribute SoapElement { get { throw null; } set { } }
2559 public System.Xml.Serialization.SoapEnumAttribute SoapEnum { get { throw null; } set { } }
2561 public System.Xml.Serialization.SoapTypeAttribute SoapType { get { throw null; } set { } }
2563 public partial class SoapCodeExporter : System.Xml.Serialization.CodeExporter
2567 …eCompileUnit, System.CodeDom.Compiler.CodeDomProvider codeProvider, System.Xml.Serialization.CodeG… in SoapCodeExporter()
2568 …pace codeNamespace, System.CodeDom.CodeCompileUnit codeCompileUnit, System.Xml.Serialization.CodeG… in SoapCodeExporter()
2569 …pace codeNamespace, System.CodeDom.CodeCompileUnit codeCompileUnit, System.Xml.Serialization.CodeG… in SoapCodeExporter()
2570 …etadata(System.CodeDom.CodeAttributeDeclarationCollection metadata, System.Xml.Serialization.XmlMe… in AddMappingMetadata()
2571 …etadata(System.CodeDom.CodeAttributeDeclarationCollection metadata, System.Xml.Serialization.XmlMe… in AddMappingMetadata()
2572 … public void ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping) { } in ExportMembersMapping()
2573 public void ExportTypeMapping(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) { } in ExportTypeMapping()
2606 …public SoapReflectionImporter(System.Xml.Serialization.SoapAttributeOverrides attributeOverrides) … in SoapReflectionImporter()
2607 …public SoapReflectionImporter(System.Xml.Serialization.SoapAttributeOverrides attributeOverrides, … in SoapReflectionImporter()
2608 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string … in ImportMembersMapping()
2609 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string … in ImportMembersMapping()
2610 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string … in ImportMembersMapping()
2611Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml in ImportMembersMapping()
2612 … public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type) { throw null; } in ImportTypeMapping()
2613 …public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type, string defaultN… in ImportTypeMapping()
2619 public SoapSchemaExporter(System.Xml.Serialization.XmlSchemas schemas) { } in SoapSchemaExporter()
2620 … public void ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping) { } in ExportMembersMapping()
2621 …public void ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping, boo… in ExportMembersMapping()
2622 public void ExportTypeMapping(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) { } in ExportTypeMapping()
2624 public partial class SoapSchemaImporter : System.Xml.Serialization.SchemaImporter
2626 public SoapSchemaImporter(System.Xml.Serialization.XmlSchemas schemas) { } in SoapSchemaImporter()
2627Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeGenerationOptions options, Syst… in SoapSchemaImporter()
2628 …apSchemaImporter(System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeGenerat… in SoapSchemaImporter()
2629 …public SoapSchemaImporter(System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.Co… in SoapSchemaImporter()
2630 …pSchemaImporter(System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeIdentifi… in SoapSchemaImporter()
2631 …public System.Xml.Serialization.XmlTypeMapping ImportDerivedTypeMapping(System.Xml.XmlQualifiedNam… in ImportDerivedTypeMapping()
2632 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string name, string ns, Sys… in ImportMembersMapping()
2633 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string name, string ns, Sys… in ImportMembersMapping()
2634 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string name, string ns, Sys… in ImportMembersMapping()
2635 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string name, string ns, Sys… in ImportMembersMapping()
2641 public System.Xml.XmlQualifiedName MemberType { get { throw null; } set { } }
2659 …public delegate void UnreferencedObjectEventHandler(object sender, System.Xml.Serialization.Unrefe… in UnreferencedObjectEventHandler()
2678 …public System.Xml.Serialization.XmlAnyElementAttribute this[int index] { get { throw null; } set {…
2679 public int Add(System.Xml.Serialization.XmlAnyElementAttribute attribute) { throw null; } in Add()
2680 … public bool Contains(System.Xml.Serialization.XmlAnyElementAttribute attribute) { throw null; } in Contains()
2681 public void CopyTo(System.Xml.Serialization.XmlAnyElementAttribute[] array, int index) { } in CopyTo()
2682 … public int IndexOf(System.Xml.Serialization.XmlAnyElementAttribute attribute) { throw null; } in IndexOf()
2683 public void Insert(int index, System.Xml.Serialization.XmlAnyElementAttribute attribute) { } in Insert()
2684 public void Remove(System.Xml.Serialization.XmlAnyElementAttribute attribute) { } in Remove()
2692 public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } }
2706 public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } }
2715 …public System.Xml.Serialization.XmlArrayItemAttribute this[int index] { get { throw null; } set { …
2716 public int Add(System.Xml.Serialization.XmlArrayItemAttribute attribute) { throw null; } in Add()
2717 … public bool Contains(System.Xml.Serialization.XmlArrayItemAttribute attribute) { throw null; } in Contains()
2718 public void CopyTo(System.Xml.Serialization.XmlArrayItemAttribute[] array, int index) { } in CopyTo()
2719 public int IndexOf(System.Xml.Serialization.XmlArrayItemAttribute attribute) { throw null; } in IndexOf()
2720 public void Insert(int index, System.Xml.Serialization.XmlArrayItemAttribute attribute) { } in Insert()
2721 public void Remove(System.Xml.Serialization.XmlArrayItemAttribute attribute) { } in Remove()
2732 public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } }
2739 public System.Xml.XmlAttribute Attr { get { throw null; } }
2745 …public delegate void XmlAttributeEventHandler(object sender, System.Xml.Serialization.XmlAttribute… in XmlAttributeEventHandler()
2749 public System.Xml.Serialization.XmlAttributes this[System.Type type] { get { throw null; } }
2750 …public System.Xml.Serialization.XmlAttributes this[System.Type type, string member] { get { throw …
2751 …public void Add(System.Type type, string member, System.Xml.Serialization.XmlAttributes attributes… in Add()
2752 public void Add(System.Type type, System.Xml.Serialization.XmlAttributes attributes) { } in Add()
2758 …public System.Xml.Serialization.XmlAnyAttributeAttribute XmlAnyAttribute { get { throw null; } set…
2759 … public System.Xml.Serialization.XmlAnyElementAttributes XmlAnyElements { get { throw null; } }
2760 public System.Xml.Serialization.XmlArrayAttribute XmlArray { get { throw null; } set { } }
2761 public System.Xml.Serialization.XmlArrayItemAttributes XmlArrayItems { get { throw null; } }
2762 … public System.Xml.Serialization.XmlAttributeAttribute XmlAttribute { get { throw null; } set { } }
2763 …public System.Xml.Serialization.XmlChoiceIdentifierAttribute XmlChoiceIdentifier { get { throw nul…
2765 public System.Xml.Serialization.XmlElementAttributes XmlElements { get { throw null; } }
2766 public System.Xml.Serialization.XmlEnumAttribute XmlEnum { get { throw null; } set { } }
2769 public System.Xml.Serialization.XmlRootAttribute XmlRoot { get { throw null; } set { } }
2770 public System.Xml.Serialization.XmlTextAttribute XmlText { get { throw null; } set { } }
2771 public System.Xml.Serialization.XmlTypeAttribute XmlType { get { throw null; } set { } }
2780 public partial class XmlCodeExporter : System.Xml.Serialization.CodeExporter
2784 …eCompileUnit, System.CodeDom.Compiler.CodeDomProvider codeProvider, System.Xml.Serialization.CodeG… in XmlCodeExporter()
2785 …pace codeNamespace, System.CodeDom.CodeCompileUnit codeCompileUnit, System.Xml.Serialization.CodeG… in XmlCodeExporter()
2786 …pace codeNamespace, System.CodeDom.CodeCompileUnit codeCompileUnit, System.Xml.Serialization.CodeG… in XmlCodeExporter()
2787 …etadata(System.CodeDom.CodeAttributeDeclarationCollection metadata, System.Xml.Serialization.XmlMe… in AddMappingMetadata()
2788 …etadata(System.CodeDom.CodeAttributeDeclarationCollection metadata, System.Xml.Serialization.XmlMe… in AddMappingMetadata()
2789 …etadata(System.CodeDom.CodeAttributeDeclarationCollection metadata, System.Xml.Serialization.XmlTy… in AddMappingMetadata()
2790 … public void ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping) { } in ExportMembersMapping()
2791 public void ExportTypeMapping(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) { } in ExportTypeMapping()
2796 …public System.Xml.Serialization.XmlAttributeEventHandler OnUnknownAttribute { get { throw null; } …
2797 …public System.Xml.Serialization.XmlElementEventHandler OnUnknownElement { get { throw null; } set …
2798 … public System.Xml.Serialization.XmlNodeEventHandler OnUnknownNode { get { throw null; } set { } }
2799 …public System.Xml.Serialization.UnreferencedObjectEventHandler OnUnreferencedObject { get { throw …
2810 public System.Xml.Schema.XmlSchemaForm Form { get { throw null; } set { } }
2819 …public System.Xml.Serialization.XmlElementAttribute this[int index] { get { throw null; } set { } }
2820 public int Add(System.Xml.Serialization.XmlElementAttribute attribute) { throw null; } in Add()
2821 public bool Contains(System.Xml.Serialization.XmlElementAttribute attribute) { throw null; } in Contains()
2822 public void CopyTo(System.Xml.Serialization.XmlElementAttribute[] array, int index) { } in CopyTo()
2823 public int IndexOf(System.Xml.Serialization.XmlElementAttribute attribute) { throw null; } in IndexOf()
2824 public void Insert(int index, System.Xml.Serialization.XmlElementAttribute attribute) { } in Insert()
2825 public void Remove(System.Xml.Serialization.XmlElementAttribute attribute) { } in Remove()
2830 public System.Xml.XmlElement Element { get { throw null; } }
2836 …public delegate void XmlElementEventHandler(object sender, System.Xml.Serialization.XmlElementEven… in XmlElementEventHandler()
2884 public partial class XmlMembersMapping : System.Xml.Serialization.XmlMapping
2888 public System.Xml.Serialization.XmlMemberMapping this[int index] { get { throw null; } }
2905 public System.Xml.XmlNodeType NodeType { get { throw null; } }
2909 …public delegate void XmlNodeEventHandler(object sender, System.Xml.Serialization.XmlNodeEventArgs … in XmlNodeEventHandler()
2914 …public XmlReflectionImporter(System.Xml.Serialization.XmlAttributeOverrides attributeOverrides) { } in XmlReflectionImporter()
2915 …public XmlReflectionImporter(System.Xml.Serialization.XmlAttributeOverrides attributeOverrides, st… in XmlReflectionImporter()
2916 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string … in ImportMembersMapping()
2917 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string … in ImportMembersMapping()
2918 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string … in ImportMembersMapping()
2919Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, System.Xml in ImportMembersMapping()
2920 … public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type) { throw null; } in ImportTypeMapping()
2921 …public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type, string defaultN… in ImportTypeMapping()
2922 …public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type, System.Xml.Seri… in ImportTypeMapping()
2923 …public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Type type, System.Xml.Seri… in ImportTypeMapping()
2934 … public System.Xml.Serialization.SoapAttributes SoapAttributes { get { throw null; } set { } }
2935 public System.Xml.Serialization.XmlAttributes XmlAttributes { get { throw null; } set { } }
2947 …public partial class XmlSchemaEnumerator : System.Collections.Generic.IEnumerator<System.Xml.Schem…
2949 public XmlSchemaEnumerator(System.Xml.Serialization.XmlSchemas list) { } in XmlSchemaEnumerator()
2950 public System.Xml.Schema.XmlSchema Current { get { throw null; } }
2958 public XmlSchemaExporter(System.Xml.Serialization.XmlSchemas schemas) { } in XmlSchemaExporter()
2960 … public string ExportAnyType(System.Xml.Serialization.XmlMembersMapping members) { throw null; } in ExportAnyType()
2961 … public void ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping) { } in ExportMembersMapping()
2962 …public void ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping, boo… in ExportMembersMapping()
2963 …public System.Xml.XmlQualifiedName ExportTypeMapping(System.Xml.Serialization.XmlMembersMapping xm… in ExportTypeMapping()
2964 public void ExportTypeMapping(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) { } in ExportTypeMapping()
2966 public partial class XmlSchemaImporter : System.Xml.Serialization.SchemaImporter
2968 public XmlSchemaImporter(System.Xml.Serialization.XmlSchemas schemas) { } in XmlSchemaImporter()
2969Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeGenerationOptions options, Syst… in XmlSchemaImporter()
2970 …mlSchemaImporter(System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeGenerat… in XmlSchemaImporter()
2971 …public XmlSchemaImporter(System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.Cod… in XmlSchemaImporter()
2972 …lSchemaImporter(System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeIdentifi… in XmlSchemaImporter()
2973 …public System.Xml.Serialization.XmlMembersMapping ImportAnyType(System.Xml.XmlQualifiedName typeNa… in ImportAnyType()
2974 …public System.Xml.Serialization.XmlTypeMapping ImportDerivedTypeMapping(System.Xml.XmlQualifiedNam… in ImportDerivedTypeMapping()
2975 …public System.Xml.Serialization.XmlTypeMapping ImportDerivedTypeMapping(System.Xml.XmlQualifiedNam… in ImportDerivedTypeMapping()
2976 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string name, string ns, Sys… in ImportMembersMapping()
2977 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(System.Xml.XmlQualifiedName… in ImportMembersMapping()
2978 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(System.Xml.XmlQualifiedName… in ImportMembersMapping()
2979 …public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(System.Xml.XmlQualifiedName… in ImportMembersMapping()
2980 …public System.Xml.Serialization.XmlTypeMapping ImportSchemaType(System.Xml.XmlQualifiedName typeNa… in ImportSchemaType()
2981 …public System.Xml.Serialization.XmlTypeMapping ImportSchemaType(System.Xml.XmlQualifiedName typeNa… in ImportSchemaType()
2982 …public System.Xml.Serialization.XmlTypeMapping ImportSchemaType(System.Xml.XmlQualifiedName typeNa… in ImportSchemaType()
2983 …public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Xml.XmlQualifiedName name)… in ImportTypeMapping()
2992 ….Collections.CollectionBase, System.Collections.Generic.IEnumerable<System.Xml.Schema.XmlSchema>, …
2996 public System.Xml.Schema.XmlSchema this[int index] { get { throw null; } set { } }
2997 public System.Xml.Schema.XmlSchema this[string ns] { get { throw null; } }
2998 public int Add(System.Xml.Schema.XmlSchema schema) { throw null; } in Add()
2999 public int Add(System.Xml.Schema.XmlSchema schema, System.Uri baseUri) { throw null; } in Add()
3000 public void Add(System.Xml.Serialization.XmlSchemas schemas) { } in Add()
3001 public void AddReference(System.Xml.Schema.XmlSchema schema) { } in AddReference()
3002 public void Compile(System.Xml.Schema.ValidationEventHandler handler, bool fullCompile) { } in Compile()
3004 public bool Contains(System.Xml.Schema.XmlSchema schema) { throw null; } in Contains()
3005 public void CopyTo(System.Xml.Schema.XmlSchema[] array, int index) { } in CopyTo()
3006 public object Find(System.Xml.XmlQualifiedName name, System.Type type) { throw null; } in Find()
3008 public int IndexOf(System.Xml.Schema.XmlSchema schema) { throw null; } in IndexOf()
3009 public void Insert(int index, System.Xml.Schema.XmlSchema schema) { } in Insert()
3010 public static bool IsDataSet(System.Xml.Schema.XmlSchema schema) { throw null; } in IsDataSet()
3015 public void Remove(System.Xml.Schema.XmlSchema schema) { } in Remove()
3016 …m.Collections.Generic.IEnumerator<System.Xml.Schema.XmlSchema> System.Collections.Generic.IEnumera… in GetEnumerator()
3025 …public abstract partial class XmlSerializationReader : System.Xml.Serialization.XmlSerializationGe…
3029 protected System.Xml.XmlDocument Document { get { throw null; } }
3031 protected System.Xml.XmlReader Reader { get { throw null; } }
3033 … protected void AddFixup(System.Xml.Serialization.XmlSerializationReader.CollectionFixup fixup) { } in AddFixup()
3034 protected void AddFixup(System.Xml.Serialization.XmlSerializationReader.Fixup fixup) { } in AddFixup()
3035 …protected void AddReadCallback(string name, string ns, System.Type type, System.Xml.Serialization.… in AddReadCallback()
3049 …protected System.Exception CreateUnknownTypeException(System.Xml.XmlQualifiedName type) { throw nu… in CreateUnknownTypeException()
3055 protected System.Xml.XmlQualifiedName GetXsiType() { throw null; } in GetXsiType()
3059 protected void ParseWsdlArrayType(System.Xml.XmlAttribute attr) { } in ParseWsdlArrayType()
3060 protected System.Xml.XmlQualifiedName ReadElementQualifiedName() { throw null; } in ReadElementQualifiedName()
3063 protected System.Xml.XmlQualifiedName ReadNullableQualifiedName() { throw null; } in ReadNullableQualifiedName()
3072 …protected System.Xml.Serialization.IXmlSerializable ReadSerializable(System.Xml.Serialization.IXml… in ReadSerializable()
3073 …protected System.Xml.Serialization.IXmlSerializable ReadSerializable(System.Xml.Serialization.IXml… in ReadSerializable()
3076 protected object ReadTypedNull(System.Xml.XmlQualifiedName type) { throw null; } in ReadTypedNull()
3077 protected object ReadTypedPrimitive(System.Xml.XmlQualifiedName type) { throw null; } in ReadTypedPrimitive()
3078 protected System.Xml.XmlDocument ReadXmlDocument(bool wrapped) { throw null; } in ReadXmlDocument()
3079 protected System.Xml.XmlNode ReadXmlNode(bool wrapped) { throw null; } in ReadXmlNode()
3096 protected System.Xml.XmlQualifiedName ToXmlQualifiedName(string value) { throw null; } in ToXmlQualifiedName()
3097 protected void UnknownAttribute(object o, System.Xml.XmlAttribute attr) { } in UnknownAttribute()
3098 protected void UnknownAttribute(object o, System.Xml.XmlAttribute attr, string qnames) { } in UnknownAttribute()
3099 protected void UnknownElement(object o, System.Xml.XmlElement elem) { } in UnknownElement()
3100 protected void UnknownElement(object o, System.Xml.XmlElement elem, string qnames) { } in UnknownElement()
3106 …public CollectionFixup(object collection, System.Xml.Serialization.XmlSerializationCollectionFixup… in CollectionFixup()
3107 …public System.Xml.Serialization.XmlSerializationCollectionFixupCallback Callback { get { throw nul…
3113 …public Fixup(object o, System.Xml.Serialization.XmlSerializationFixupCallback callback, int count)… in Fixup()
3114 …public Fixup(object o, System.Xml.Serialization.XmlSerializationFixupCallback callback, string[] i… in Fixup()
3115 … public System.Xml.Serialization.XmlSerializationFixupCallback Callback { get { throw null; } }
3121 …public abstract partial class XmlSerializationWriter : System.Xml.Serialization.XmlSerializationGe…
3126 protected System.Xml.XmlWriter Writer { get { throw null; } set { } }
3127 … AddWriteCallback(System.Type type, string typeName, string typeNs, System.Xml.Serialization.XmlSe… in AddWriteCallback()
3149 …protected string FromXmlQualifiedName(System.Xml.XmlQualifiedName xmlQualifiedName) { throw null; } in FromXmlQualifiedName()
3150 …protected string FromXmlQualifiedName(System.Xml.XmlQualifiedName xmlQualifiedName, bool ignoreEmp… in FromXmlQualifiedName()
3159 …protected void WriteElementEncoded(System.Xml.XmlNode node, string name, string ns, bool isNullabl… in WriteElementEncoded()
3160 …protected void WriteElementLiteral(System.Xml.XmlNode node, string name, string ns, bool isNullabl… in WriteElementLiteral()
3161 …protected void WriteElementQualifiedName(string localName, string ns, System.Xml.XmlQualifiedName … in WriteElementQualifiedName()
3162 …ElementQualifiedName(string localName, string ns, System.Xml.XmlQualifiedName value, System.Xml.Xm… in WriteElementQualifiedName()
3163 … protected void WriteElementQualifiedName(string localName, System.Xml.XmlQualifiedName value) { } in WriteElementQualifiedName()
3164 … void WriteElementQualifiedName(string localName, System.Xml.XmlQualifiedName value, System.Xml.Xm… in WriteElementQualifiedName()
3167 …protected void WriteElementString(string localName, string ns, string value, System.Xml.XmlQualifi… in WriteElementString()
3168 …protected void WriteElementString(string localName, string value, System.Xml.XmlQualifiedName xsiT… in WriteElementString()
3170 …protected void WriteElementStringRaw(string localName, byte[] value, System.Xml.XmlQualifiedName x… in WriteElementStringRaw()
3173 …protected void WriteElementStringRaw(string localName, string ns, byte[] value, System.Xml.XmlQual… in WriteElementStringRaw()
3175 …protected void WriteElementStringRaw(string localName, string ns, string value, System.Xml.XmlQual… in WriteElementStringRaw()
3176 …protected void WriteElementStringRaw(string localName, string value, System.Xml.XmlQualifiedName x… in WriteElementStringRaw()
3182 …protected void WriteNamespaceDeclarations(System.Xml.Serialization.XmlSerializerNamespaces xmlns) … in WriteNamespaceDeclarations()
3183 …lableQualifiedNameEncoded(string name, string ns, System.Xml.XmlQualifiedName value, System.Xml.Xm… in WriteNullableQualifiedNameEncoded()
3184 …protected void WriteNullableQualifiedNameLiteral(string name, string ns, System.Xml.XmlQualifiedNa… in WriteNullableQualifiedNameLiteral()
3185 …protected void WriteNullableStringEncoded(string name, string ns, string value, System.Xml.XmlQual… in WriteNullableStringEncoded()
3186 …WriteNullableStringEncodedRaw(string name, string ns, byte[] value, System.Xml.XmlQualifiedName xs… in WriteNullableStringEncodedRaw()
3187 …WriteNullableStringEncodedRaw(string name, string ns, string value, System.Xml.XmlQualifiedName xs… in WriteNullableStringEncodedRaw()
3203 …protected void WriteSerializable(System.Xml.Serialization.IXmlSerializable serializable, string na… in WriteSerializable()
3204 …protected void WriteSerializable(System.Xml.Serialization.IXmlSerializable serializable, string na… in WriteSerializable()
3211 …eStartElement(string name, string ns, object o, bool writePrefixed, System.Xml.Serialization.XmlSe… in WriteStartElement()
3215 protected void WriteXmlAttribute(System.Xml.XmlNode node) { } in WriteXmlAttribute()
3216 protected void WriteXmlAttribute(System.Xml.XmlNode node, object container) { } in WriteXmlAttribute()
3225 …public XmlSerializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides) {… in XmlSerializer()
3226 …ializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] … in XmlSerializer()
3227 …ializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] … in XmlSerializer()
3229 …ializer(System.Type type, System.Xml.Serialization.XmlAttributeOverrides overrides, System.Type[] … in XmlSerializer()
3230 public XmlSerializer(System.Type type, System.Xml.Serialization.XmlRootAttribute root) { } in XmlSerializer()
3231 public XmlSerializer(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) { } in XmlSerializer()
3232 …public event System.Xml.Serialization.XmlAttributeEventHandler UnknownAttribute { add { } remove {…
3233 … public event System.Xml.Serialization.XmlElementEventHandler UnknownElement { add { } remove { } }
3234 public event System.Xml.Serialization.XmlNodeEventHandler UnknownNode { add { } remove { } }
3235 …public event System.Xml.Serialization.UnreferencedObjectEventHandler UnreferencedObject { add { } …
3236 public virtual bool CanDeserialize(System.Xml.XmlReader xmlReader) { throw null; } in CanDeserialize()
3237 … protected virtual System.Xml.Serialization.XmlSerializationReader CreateReader() { throw null; } in CreateReader()
3238 … protected virtual System.Xml.Serialization.XmlSerializationWriter CreateWriter() { throw null; } in CreateWriter()
3241 …protected virtual object Deserialize(System.Xml.Serialization.XmlSerializationReader reader) { thr… in Deserialize()
3242 public object Deserialize(System.Xml.XmlReader xmlReader) { throw null; } in Deserialize()
3243 … public object Deserialize(System.Xml.XmlReader xmlReader, string encodingStyle) { throw null; } in Deserialize()
3244 …public object Deserialize(System.Xml.XmlReader xmlReader, string encodingStyle, System.Xml.Seriali… in Deserialize()
3245 …public object Deserialize(System.Xml.XmlReader xmlReader, System.Xml.Serialization.XmlDeserializat… in Deserialize()
3247 …public static System.Xml.Serialization.XmlSerializer[] FromMappings(System.Xml.Serialization.XmlMa… in FromMappings()
3250 …public static System.Xml.Serialization.XmlSerializer[] FromMappings(System.Xml.Serialization.XmlMa… in FromMappings()
3252 …public static System.Xml.Serialization.XmlSerializer[] FromMappings(System.Xml.Serialization.XmlMa… in FromMappings()
3253 …public static System.Xml.Serialization.XmlSerializer[] FromTypes(System.Type[] types) { throw null… in FromTypes()
3255 …public static System.Reflection.Assembly GenerateSerializer(System.Type[] types, System.Xml.Serial… in GenerateSerializer()
3257 …public static System.Reflection.Assembly GenerateSerializer(System.Type[] types, System.Xml.Serial… in GenerateSerializer()
3263 …public void Serialize(System.IO.Stream stream, object o, System.Xml.Serialization.XmlSerializerNam… in Serialize()
3265 …public void Serialize(System.IO.TextWriter textWriter, object o, System.Xml.Serialization.XmlSeria… in Serialize()
3266 …protected virtual void Serialize(object o, System.Xml.Serialization.XmlSerializationWriter writer)… in Serialize()
3267 public void Serialize(System.Xml.XmlWriter xmlWriter, object o) { } in Serialize()
3268 …public void Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerial… in Serialize()
3269 …public void Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerial… in Serialize()
3270 …public void Serialize(System.Xml.XmlWriter xmlWriter, object o, System.Xml.Serialization.XmlSerial… in Serialize()
3284 … public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type) { throw null; } in CreateSerializer()
3285 …public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, string defaultNam… in CreateSerializer()
3286 …public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Type[] ext… in CreateSerializer()
3287 …public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serial… in CreateSerializer()
3288Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serialization.XmlAtt… in CreateSerializer()
3289Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serialization.XmlAtt… in CreateSerializer()
3291Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serialization.XmlAtt… in CreateSerializer()
3292 …public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Type type, System.Xml.Serial… in CreateSerializer()
3293 …public System.Xml.Serialization.XmlSerializer CreateSerializer(System.Xml.Serialization.XmlTypeMap… in CreateSerializer()
3298 … public virtual System.Xml.Serialization.XmlSerializationReader Reader { get { throw null; } }
3302 … public virtual System.Xml.Serialization.XmlSerializationWriter Writer { get { throw null; } }
3304 …public virtual System.Xml.Serialization.XmlSerializer GetSerializer(System.Type type) { throw null… in GetSerializer()
3309 … public XmlSerializerNamespaces(System.Xml.Serialization.XmlSerializerNamespaces namespaces) { } in XmlSerializerNamespaces()
3310 public XmlSerializerNamespaces(System.Xml.XmlQualifiedName[] namespaces) { } in XmlSerializerNamespaces()
3313 public System.Xml.XmlQualifiedName[] ToArray() { throw null; } in ToArray()
3343 public partial class XmlTypeMapping : System.Xml.Serialization.XmlMapping
3352 namespace System.Xml.Serialization.Advanced
3357Xml.Schema.XmlSchemaAny any, bool mixed, System.Xml.Serialization.XmlSchemas schemas, System.Xml.S… in ImportAnyElement()
3359Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serial… in ImportSchemaType()
3360Xml.Schema.XmlSchemaType type, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization… in ImportSchemaType()
3365 …public System.Xml.Serialization.Advanced.SchemaImporterExtension this[int index] { get { throw nul…
3367 …public int Add(System.Xml.Serialization.Advanced.SchemaImporterExtension extension) { throw null; } in Add()
3369 …public bool Contains(System.Xml.Serialization.Advanced.SchemaImporterExtension extension) { throw … in Contains()
3370 …public void CopyTo(System.Xml.Serialization.Advanced.SchemaImporterExtension[] array, int index) {… in CopyTo()
3371 …public int IndexOf(System.Xml.Serialization.Advanced.SchemaImporterExtension extension) { throw nu… in IndexOf()
3372 …public void Insert(int index, System.Xml.Serialization.Advanced.SchemaImporterExtension extension)… in Insert()
3374 public void Remove(System.Xml.Serialization.Advanced.SchemaImporterExtension extension) { } in Remove()
3378 namespace System.Xml.Serialization.Configuration
3383 …[System.Configuration.ConfigurationPropertyAttribute("mode", DefaultValue=(System.Xml.Serializatio…
3384 …public System.Xml.Serialization.Configuration.DateTimeSerializationSection.DateTimeSerializationMo…
3411 …[System.Configuration.ConfigurationCollectionAttribute(typeof(System.Xml.Serialization.Configurati…
3415 …public System.Xml.Serialization.Configuration.SchemaImporterExtensionElement this[int index] { get…
3416 …public new System.Xml.Serialization.Configuration.SchemaImporterExtensionElement this[string name]…
3417 … public void Add(System.Xml.Serialization.Configuration.SchemaImporterExtensionElement element) { } in Add()
3421 …public int IndexOf(System.Xml.Serialization.Configuration.SchemaImporterExtensionElement element) … in IndexOf()
3423 …public void Remove(System.Xml.Serialization.Configuration.SchemaImporterExtensionElement element) … in Remove()
3431 …public System.Xml.Serialization.Configuration.SchemaImporterExtensionElementCollection SchemaImpor…
3438 …public System.Xml.Serialization.Configuration.DateTimeSerializationSection DateTimeSerialization {…
3440 …public System.Xml.Serialization.Configuration.SchemaImporterExtensionsSection SchemaImporterExtens…
3441 …public System.Xml.Serialization.Configuration.XmlSerializerSection XmlSerializer { get { throw nul…
3455 namespace System.Xml.XmlConfiguration
3473 namespace System.Xml.XPath
3477 System.Xml.XPath.XPathNavigator CreateNavigator(); in CreateNavigator()
3495 public partial class XPathDocument : System.Xml.XPath.IXPathNavigable
3500 public XPathDocument(string uri, System.Xml.XmlSpace space) { } in XPathDocument()
3501 public XPathDocument(System.Xml.XmlReader reader) { } in XPathDocument()
3502 public XPathDocument(System.Xml.XmlReader reader, System.Xml.XmlSpace space) { } in XPathDocument()
3503 public System.Xml.XPath.XPathNavigator CreateNavigator() { throw null; } in CreateNavigator()
3520 public abstract System.Xml.XPath.XPathResultType ReturnType { get; }
3522 … AddSort(object expr, System.Xml.XPath.XmlSortOrder order, System.Xml.XPath.XmlCaseOrder caseOrder… in AddSort()
3523 public abstract System.Xml.XPath.XPathExpression Clone(); in Clone()
3524 public static System.Xml.XPath.XPathExpression Compile(string xpath) { throw null; } in Compile()
3525 …public static System.Xml.XPath.XPathExpression Compile(string xpath, System.Xml.IXmlNamespaceResol… in Compile()
3526 public abstract void SetContext(System.Xml.IXmlNamespaceResolver nsResolver); in SetContext()
3527 public abstract void SetContext(System.Xml.XmlNamespaceManager nsManager); in SetContext()
3541 public abstract System.Xml.Schema.XmlSchemaType XmlType { get; }
3543 …public abstract object ValueAs(System.Type returnType, System.Xml.IXmlNamespaceResolver nsResolver… in ValueAs()
3552 …ial class XPathNavigator : System.Xml.XPath.XPathItem, System.ICloneable, System.Xml.IXmlNamespace…
3565 public abstract System.Xml.XmlNameTable NameTable { get; }
3567 public abstract System.Xml.XPath.XPathNodeType NodeType { get; }
3570 public virtual System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get { throw null; } }
3580 public override System.Xml.Schema.XmlSchemaType XmlType { get { throw null; } }
3581 public virtual System.Xml.XmlWriter AppendChild() { throw null; } in AppendChild()
3583 public virtual void AppendChild(System.Xml.XmlReader newChild) { } in AppendChild()
3584 public virtual void AppendChild(System.Xml.XPath.XPathNavigator newChild) { } in AppendChild()
3586 …public virtual bool CheckValidity(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.Valida… in CheckValidity()
3587 public abstract System.Xml.XPath.XPathNavigator Clone(); in Clone()
3588 …public virtual System.Xml.XmlNodeOrder ComparePosition(System.Xml.XPath.XPathNavigator nav) { thro… in ComparePosition()
3589 public virtual System.Xml.XPath.XPathExpression Compile(string xpath) { throw null; } in Compile()
3591 public virtual System.Xml.XmlWriter CreateAttributes() { throw null; } in CreateAttributes()
3592 public virtual System.Xml.XPath.XPathNavigator CreateNavigator() { throw null; } in CreateNavigator()
3593 public virtual void DeleteRange(System.Xml.XPath.XPathNavigator lastSiblingToDelete) { } in DeleteRange()
3596 …public virtual object Evaluate(string xpath, System.Xml.IXmlNamespaceResolver resolver) { throw nu… in Evaluate()
3597 public virtual object Evaluate(System.Xml.XPath.XPathExpression expr) { throw null; } in Evaluate()
3598 …public virtual object Evaluate(System.Xml.XPath.XPathExpression expr, System.Xml.XPath.XPathNodeIt… in Evaluate()
3601 …ollections.Generic.IDictionary<string, string> GetNamespacesInScope(System.Xml.XmlNamespaceScope s… in GetNamespacesInScope()
3602 public virtual System.Xml.XmlWriter InsertAfter() { throw null; } in InsertAfter()
3604 public virtual void InsertAfter(System.Xml.XmlReader newSibling) { } in InsertAfter()
3605 public virtual void InsertAfter(System.Xml.XPath.XPathNavigator newSibling) { } in InsertAfter()
3606 public virtual System.Xml.XmlWriter InsertBefore() { throw null; } in InsertBefore()
3608 public virtual void InsertBefore(System.Xml.XmlReader newSibling) { } in InsertBefore()
3609 public virtual void InsertBefore(System.Xml.XPath.XPathNavigator newSibling) { } in InsertBefore()
3612 public virtual bool IsDescendant(System.Xml.XPath.XPathNavigator nav) { throw null; } in IsDescendant()
3613 public abstract bool IsSamePosition(System.Xml.XPath.XPathNavigator other); in IsSamePosition()
3617 public virtual bool Matches(System.Xml.XPath.XPathExpression expr) { throw null; } in Matches()
3618 public abstract bool MoveTo(System.Xml.XPath.XPathNavigator other); in MoveTo()
3621 public virtual bool MoveToChild(System.Xml.XPath.XPathNodeType type) { throw null; } in MoveToChild()
3626 … public abstract bool MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope namespaceScope); in MoveToFirstNamespace()
3628 …public virtual bool MoveToFollowing(string localName, string namespaceURI, System.Xml.XPath.XPathN… in MoveToFollowing()
3629 public virtual bool MoveToFollowing(System.Xml.XPath.XPathNodeType type) { throw null; } in MoveToFollowing()
3630 …public virtual bool MoveToFollowing(System.Xml.XPath.XPathNodeType type, System.Xml.XPath.XPathNav… in MoveToFollowing()
3635 public virtual bool MoveToNext(System.Xml.XPath.XPathNodeType type) { throw null; } in MoveToNext()
3638 … public abstract bool MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope namespaceScope); in MoveToNextNamespace()
3642 public virtual System.Xml.XmlWriter PrependChild() { throw null; } in PrependChild()
3644 public virtual void PrependChild(System.Xml.XmlReader newChild) { } in PrependChild()
3645 public virtual void PrependChild(System.Xml.XPath.XPathNavigator newChild) { } in PrependChild()
3647 public virtual System.Xml.XmlReader ReadSubtree() { throw null; } in ReadSubtree()
3648 …public virtual System.Xml.XmlWriter ReplaceRange(System.Xml.XPath.XPathNavigator lastSiblingToRepl… in ReplaceRange()
3650 public virtual void ReplaceSelf(System.Xml.XmlReader newNode) { } in ReplaceSelf()
3651 public virtual void ReplaceSelf(System.Xml.XPath.XPathNavigator newNode) { } in ReplaceSelf()
3652 public virtual System.Xml.XPath.XPathNodeIterator Select(string xpath) { throw null; } in Select()
3653 …public virtual System.Xml.XPath.XPathNodeIterator Select(string xpath, System.Xml.IXmlNamespaceRes… in Select()
3654 …public virtual System.Xml.XPath.XPathNodeIterator Select(System.Xml.XPath.XPathExpression expr) { … in Select()
3655 …public virtual System.Xml.XPath.XPathNodeIterator SelectAncestors(string name, string namespaceURI… in SelectAncestors()
3656 …public virtual System.Xml.XPath.XPathNodeIterator SelectAncestors(System.Xml.XPath.XPathNodeType t… in SelectAncestors()
3657 …public virtual System.Xml.XPath.XPathNodeIterator SelectChildren(string name, string namespaceURI)… in SelectChildren()
3658 …public virtual System.Xml.XPath.XPathNodeIterator SelectChildren(System.Xml.XPath.XPathNodeType ty… in SelectChildren()
3659 …public virtual System.Xml.XPath.XPathNodeIterator SelectDescendants(string name, string namespaceU… in SelectDescendants()
3660 …public virtual System.Xml.XPath.XPathNodeIterator SelectDescendants(System.Xml.XPath.XPathNodeType… in SelectDescendants()
3661 … public virtual System.Xml.XPath.XPathNavigator SelectSingleNode(string xpath) { throw null; } in SelectSingleNode()
3662 …public virtual System.Xml.XPath.XPathNavigator SelectSingleNode(string xpath, System.Xml.IXmlNames… in SelectSingleNode()
3663 …public virtual System.Xml.XPath.XPathNavigator SelectSingleNode(System.Xml.XPath.XPathExpression e… in SelectSingleNode()
3668 …public override object ValueAs(System.Type returnType, System.Xml.IXmlNamespaceResolver nsResolver… in ValueAs()
3669 public virtual void WriteSubtree(System.Xml.XmlWriter writer) { } in WriteSubtree()
3676 public abstract System.Xml.XPath.XPathNavigator Current { get; }
3678 public abstract System.Xml.XPath.XPathNodeIterator Clone(); in Clone()
3707 namespace System.Xml.Xsl
3711 System.Xml.XPath.XPathResultType[] ArgTypes { get; }
3714 System.Xml.XPath.XPathResultType ReturnType { get; }
3715 …object Invoke(System.Xml.Xsl.XsltContext xsltContext, object[] args, System.Xml.XPath.XPathNavigat… in Invoke()
3721 System.Xml.XPath.XPathResultType VariableType { get; }
3722 object Evaluate(System.Xml.Xsl.XsltContext xsltContext); in Evaluate()
3728 public System.Xml.XmlWriterSettings OutputSettings { get { throw null; } }
3730 …erErrorCollection CompileToType(System.Xml.XmlReader stylesheet, System.Xml.Xsl.XsltSettings setti… in CompileToType()
3733 …public void Load(string stylesheetUri, System.Xml.Xsl.XsltSettings settings, System.Xml.XmlResolve… in Load()
3735 public void Load(System.Xml.XmlReader stylesheet) { } in Load()
3736 …public void Load(System.Xml.XmlReader stylesheet, System.Xml.Xsl.XsltSettings settings, System.Xml in Load()
3737 public void Load(System.Xml.XPath.IXPathNavigable stylesheet) { } in Load()
3738 …public void Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.Xsl.XsltSettings settings… in Load()
3740 public void Transform(string inputUri, System.Xml.XmlWriter results) { } in Transform()
3741 …public void Transform(string inputUri, System.Xml.Xsl.XsltArgumentList arguments, System.IO.Stream… in Transform()
3742 …public void Transform(string inputUri, System.Xml.Xsl.XsltArgumentList arguments, System.IO.TextWr… in Transform()
3743 …public void Transform(string inputUri, System.Xml.Xsl.XsltArgumentList arguments, System.Xml.XmlWr… in Transform()
3744 public void Transform(System.Xml.XmlReader input, System.Xml.XmlWriter results) { } in Transform()
3745 …public void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, Syste… in Transform()
3746 …public void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, Syste… in Transform()
3747 …public void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, Syste… in Transform()
3748 …c void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList arguments, System.Xml in Transform()
3749 … public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.XmlWriter results) { } in Transform()
3750 …public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList argu… in Transform()
3751 …public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList argu… in Transform()
3752 …public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList argu… in Transform()
3753 … Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList arguments, Syst… in Transform()
3758 …public event System.Xml.Xsl.XsltMessageEncounteredEventHandler XsltMessageEncountered { add { } re…
3768 public partial class XsltCompileException : System.Xml.Xsl.XsltException
3778 public abstract partial class XsltContext : System.Xml.XmlNamespaceManager
3780 protected XsltContext() : base (default(System.Xml.XmlNameTable)) { } in XsltContext()
3781 … protected XsltContext(System.Xml.NameTable table) : base (default(System.Xml.XmlNameTable)) { } in XsltContext()
3784 public abstract bool PreserveWhitespace(System.Xml.XPath.XPathNavigator node); in PreserveWhitespace()
3785 …public abstract System.Xml.Xsl.IXsltContextFunction ResolveFunction(string prefix, string name, Sy… in ResolveFunction()
3786 … public abstract System.Xml.Xsl.IXsltContextVariable ResolveVariable(string prefix, string name); in ResolveVariable()
3807 …public delegate void XsltMessageEncounteredEventHandler(object sender, System.Xml.Xsl.XsltMessageE… in XsltMessageEncounteredEventHandler()
3812 public System.Xml.XmlResolver XmlResolver { set { } }
3814 public void Load(string url, System.Xml.XmlResolver resolver) { } in Load()
3815 public void Load(System.Xml.XmlReader stylesheet) { } in Load()
3816 public void Load(System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver) { } in Load()
3817 …public void Load(System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver, System.Security… in Load()
3818 public void Load(System.Xml.XPath.IXPathNavigable stylesheet) { } in Load()
3819 … public void Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver) { } in Load()
3820 …public void Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver, Sys… in Load()
3821 public void Load(System.Xml.XPath.XPathNavigator stylesheet) { } in Load()
3822 … public void Load(System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver) { } in Load()
3823 …public void Load(System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver, Syst… in Load()
3825 … public void Transform(string inputfile, string outputfile, System.Xml.XmlResolver resolver) { } in Transform()
3826 …public System.Xml.XmlReader Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltA… in Transform()
3827 …public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args… in Transform()
3828 … void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, Syst… in Transform()
3829 …public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args… in Transform()
3830 …oid Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System… in Transform()
3831 …public System.Xml.XmlReader Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltA… in Transform()
3832 …public void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args… in Transform()
3833 …oid Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System… in Transform()
3834 …public System.Xml.XmlReader Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltAr… in Transform()
3835 …public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args,… in Transform()
3836 …c void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, Syst… in Transform()
3837 …public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args,… in Transform()
3838 …void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System… in Transform()
3839 …public System.Xml.XmlReader Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltAr… in Transform()
3840 …public void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args,… in Transform()
3841 …void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System… in Transform()
3847 public static System.Xml.Xsl.XsltSettings Default { get { throw null; } }
3850 public static System.Xml.Xsl.XsltSettings TrustedXslt { get { throw null; } }