Changes in system.xml from v1.0 (Version 2.0.50215.44)<br> to v2.0RC (Version 2.0.50727.26)

Changes in system.xml from v1.0 (Version 2.0.50215.44)
to v2.0RC (Version 2.0.50727.26)

Removed Added
ConformanceLevel ()
n/a public sealed enum System.Xml.ConformanceLevel
                    Auto = Can't do enum :-(,
                    Fragment = Can't do enum :-(,
                    Document = Can't do enum :-(,
--> NONE <-- --> NONE <--
System.Xml IHasXmlNode ()
n/a public interface System.Xml.IHasXmlNode
--> NONE <--
  • Method: XmlNode GetNode ()
System.Xml IXmlNamespaceResolver ()
n/a public interface System.Xml.IXmlNamespaceResolver
--> NONE <--
  • Method: IDictionary`2 GetNamespacesInScope (XmlNamespaceScope scope)
  • Method: string LookupNamespace (string prefix)
  • Method: string LookupPrefix (string namespaceName)
NewLineHandling ()
n/a public sealed enum System.Xml.NewLineHandling
                    Replace = Can't do enum :-(,
                    Entitize = Can't do enum :-(,
                    None = Can't do enum :-(,
--> NONE <-- --> NONE <--
ValidationType ()
n/a public sealed enum System.Xml.ValidationType
                    None = Can't do enum :-(,
                    Schema = Can't do enum :-(,
--> NONE <-- --> NONE <--
System.Xml XmlAttribute ()
public class System.Xml.XmlAttribute
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlAttribute
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual XmlNode AppendChild (XmlNode newChild)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Method (i): public virtual XmlNode InsertAfter (XmlNode newChild, XmlNode refChild)
  • Method (i): public virtual XmlNode InsertBefore (XmlNode newChild, XmlNode refChild)
  • Method (i): public virtual XmlNode PrependChild (XmlNode newChild)
  • Method (i): public virtual XmlNode RemoveChild (XmlNode oldChild)
  • Method (i): public virtual XmlNode ReplaceChild (XmlNode newChild, XmlNode oldChild)
  • Property: override string InnerText { public get; public set; }
  • Property: override string InnerXml { public get; public set; }
  • Method: public override XmlNode AppendChild (XmlNode newChild)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method: public override XmlNode InsertAfter (XmlNode newChild, XmlNode refChild)
  • Method: public override XmlNode InsertBefore (XmlNode newChild, XmlNode refChild)
  • Method: public override XmlNode PrependChild (XmlNode newChild)
  • Method: public override XmlNode RemoveChild (XmlNode oldChild)
  • Method: public override XmlNode ReplaceChild (XmlNode newChild, XmlNode oldChild)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Property: override string InnerText { public set; }
  • Property: override string InnerXml { public set; }
  • Property: override IXmlSchemaInfo SchemaInfo { public get; }
System.Xml XmlAttributeCollection ()
public class System.Xml.XmlAttributeCollection public sealed class System.Xml.XmlAttributeCollection
  • Method: public virtual XmlAttribute Append (XmlAttribute node)
  • Method (i): public virtual XmlNode GetNamedItem (string localName, string namespaceUri)
  • Method: public virtual XmlAttribute InsertAfter (XmlAttribute newNode, XmlAttribute refNode)
  • Method: public virtual XmlAttribute InsertBefore (XmlAttribute newNode, XmlAttribute refNode)
  • Method: public virtual XmlAttribute Prepend (XmlAttribute node)
  • Method: public virtual XmlAttribute Remove (XmlAttribute node)
  • Method: public virtual void RemoveAll ()
  • Method: public virtual XmlAttribute RemoveAt (int i)
  • Method (i): public virtual XmlNode RemoveNamedItem (string localName, string namespaceUri)
  • Property: virtual XmlAttribute this [int i] { public get; }
  • Property: virtual XmlAttribute this [string name] { public get; }
  • Property: virtual XmlAttribute this [string localName, string namespaceUri] { public get; }
  • Method: public XmlAttribute Append (XmlAttribute node)
  • Method (i): public virtual XmlNode GetNamedItem (string localName, string namespaceURI)
  • Method: public XmlAttribute InsertAfter (XmlAttribute newNode, XmlAttribute refNode)
  • Method: public XmlAttribute InsertBefore (XmlAttribute newNode, XmlAttribute refNode)
  • Method: public XmlAttribute Prepend (XmlAttribute node)
  • Method: public XmlAttribute Remove (XmlAttribute node)
  • Method: public void RemoveAll ()
  • Method: public XmlAttribute RemoveAt (int i)
  • Method (i): public virtual XmlNode RemoveNamedItem (string localName, string namespaceURI)
  • Property: XmlAttribute this [int i] { public get; }
  • Property: XmlAttribute this [string name] { public get; }
  • Property: XmlAttribute this [string localName, string namespaceURI] { public get; }
System.Xml XmlCDataSection ()
public class System.Xml.XmlCDataSection
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlCDataSection
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Property: virtual XmlNode ParentNode { public get; }
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Property: override XmlNode ParentNode { public get; }
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
System.Xml XmlCharacterData ()
public abstract class System.Xml.XmlCharacterData
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Xml.XmlCharacterData
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
System.Xml XmlComment ()
public class System.Xml.XmlComment
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlComment
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
public class System.Xml.XmlConvert ()
--> NONE <--
  • Method: public static DateTime ToDateTime (string s, XmlDateTimeSerializationMode dateTimeOption)
  • Method: public static string ToString (DateTime value, XmlDateTimeSerializationMode dateTimeOption)
  • Method: public static string VerifyNMTOKEN (string name)
  • Method: public static string VerifyTOKEN (string token)
XmlDateTimeSerializationMode ()
n/a public sealed enum System.Xml.XmlDateTimeSerializationMode
                    Local = Can't do enum :-(,
                    Utc = Can't do enum :-(,
                    Unspecified = Can't do enum :-(,
                    RoundtripKind = Can't do enum :-(,
--> NONE <-- --> NONE <--
System.Xml XmlDeclaration ()
public class System.Xml.XmlDeclaration
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlDeclaration
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
System.Xml XmlDocument ()
public class System.Xml.XmlDocument
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlDocument
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: public XmlAttribute CreateAttribute (string qualifiedName, string namespaceUri)
  • Method: public virtual XmlAttribute CreateAttribute (string prefix, string localName, string namespaceUri)
  • Method: public XmlElement CreateElement (string qualifiedName, string namespaceUri)
  • Method: public virtual XmlElement CreateElement (string prefix, string localName, string namespaceUri)
  • Method: public virtual XmlNode CreateNode (string nodeTypeString, string name, string namespaceUri)
  • Method: public virtual XmlNode CreateNode (XmlNodeType type, string name, string namespaceUri)
  • Method: public virtual XmlNode CreateNode (XmlNodeType type, string prefix, string name, string namespaceUri)
  • Method: public virtual XmlNodeList GetElementsByTagName (string localName, string namespaceUri)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Method: public override void WriteContentTo (XmlWriter w)
  • Property: virtual XmlNode ParentNode { public get; }
  • Method: public XmlAttribute CreateAttribute (string qualifiedName, string namespaceURI)
  • Method: public virtual XmlAttribute CreateAttribute (string prefix, string localName, string namespaceURI)
  • Method: ProtectedInternal virtual XmlAttribute CreateDefaultAttribute (string prefix, string localName, string namespaceURI)
  • Method: public XmlElement CreateElement (string qualifiedName, string namespaceURI)
  • Method: public virtual XmlElement CreateElement (string prefix, string localName, string namespaceURI)
  • Method: public virtual XmlNode CreateNode (string nodeTypeString, string name, string namespaceURI)
  • Method: public virtual XmlNode CreateNode (XmlNodeType type, string name, string namespaceURI)
  • Method: public virtual XmlNode CreateNode (XmlNodeType type, string prefix, string name, string namespaceURI)
  • Method: public virtual XmlNodeList GetElementsByTagName (string localName, string namespaceURI)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Method: public void Validate (ValidationEventHandler validationEventHandler)
  • Method: public void Validate (ValidationEventHandler validationEventHandler, XmlNode nodeToValidate)
  • Method: public override void WriteContentTo (XmlWriter xw)
  • Property: override XmlNode ParentNode { public get; }
  • Property: override IXmlSchemaInfo SchemaInfo { public get; }
  • Property: XmlSchemaSet Schemas { public get; public set; }
System.Xml XmlDocumentFragment ()
public class System.Xml.XmlDocumentFragment
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlDocumentFragment
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
System.Xml XmlElement ()
public class System.Xml.XmlElement
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlElement
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: public virtual string GetAttribute (string localName, string namespaceUri)
  • Method: public virtual XmlAttribute GetAttributeNode (string localName, string namespaceUri)
  • Method: public virtual XmlNodeList GetElementsByTagName (string localName, string namespaceUri)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Method: public virtual bool HasAttribute (string localName, string namespaceUri)
  • Method: public virtual void RemoveAttribute (string localName, string namespaceUri)
  • Method: public virtual XmlAttribute RemoveAttributeNode (string localName, string namespaceUri)
  • Method: public virtual string SetAttribute (string localName, string namespaceUri, string value)
  • Method: public virtual XmlAttribute SetAttributeNode (string localName, string namespaceUri)
  • Property: virtual XmlNode ParentNode { public get; }
  • Method: public virtual string GetAttribute (string localName, string namespaceURI)
  • Method: public virtual XmlAttribute GetAttributeNode (string localName, string namespaceURI)
  • Method: public virtual XmlNodeList GetElementsByTagName (string localName, string namespaceURI)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method: public virtual bool HasAttribute (string localName, string namespaceURI)
  • Method: public virtual void RemoveAttribute (string localName, string namespaceURI)
  • Method: public virtual XmlAttribute RemoveAttributeNode (string localName, string namespaceURI)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Method: public virtual string SetAttribute (string localName, string namespaceURI, string value)
  • Method: public virtual XmlAttribute SetAttributeNode (string localName, string namespaceURI)
  • Property: override XmlNode ParentNode { public get; }
  • Property: override IXmlSchemaInfo SchemaInfo { public get; }
System.Xml XmlEntityReference ()
public class System.Xml.XmlEntityReference
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlEntityReference
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
public class System.Xml.XmlException ()
--> NONE <--
  • Constructor: public XmlException ()
  • Constructor: public XmlException (string message)
  • Constructor: public XmlException (string message, Exception innerException, int lineNumber, int linePosition)
  • Property: string SourceUri { public get; }
public class System.Xml.XmlImplementation ()
--> NONE <--
  • Constructor: public XmlImplementation (XmlNameTable nt)
System.Xml XmlLinkedNode ()
public abstract class System.Xml.XmlLinkedNode
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Xml.XmlLinkedNode
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
public class System.Xml.XmlNamedNodeMap ()
  • Method: public virtual XmlNode GetNamedItem (string localName, string namespaceUri)
  • Method: public virtual XmlNode RemoveNamedItem (string localName, string namespaceUri)
  • Method: public virtual XmlNode GetNamedItem (string localName, string namespaceURI)
  • Method: public virtual XmlNode RemoveNamedItem (string localName, string namespaceURI)
System.Xml XmlNamespaceManager ()
public class System.Xml.XmlNamespaceManager
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlNamespaceManager
(Please hover your mouse over the type to see the inheritance signatures)
  • Property: XmlNameTable NameTable { public get; }
  • Method: public virtual IDictionary`2 GetNamespacesInScope (XmlNamespaceScope scope)
  • Property: virtual XmlNameTable NameTable { public get; }
XmlNamespaceScope ()
n/a public sealed enum System.Xml.XmlNamespaceScope
                    All = Can't do enum :-(,
                    ExcludeXml = Can't do enum :-(,
                    Local = Can't do enum :-(,
--> NONE <-- --> NONE <--
System.Xml XmlNode ()
public abstract class System.Xml.XmlNode
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Xml.XmlNode
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Method: public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method: public XmlNodeList SelectNodes (string xpath)
  • Method: public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method: public XmlNode SelectSingleNode (string xpath)
  • Method: public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
System.Xml XmlNodeChangedEventArgs ()
public class System.Xml.XmlNodeChangedEventArgs
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlNodeChangedEventArgs
(Please hover your mouse over the type to see the inheritance signatures)
--> NONE <--
  • Constructor: public XmlNodeChangedEventArgs (XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action)
  • Property: string NewValue { public get; }
  • Property: string OldValue { public get; }
XmlNodeOrder ()
n/a public sealed enum System.Xml.XmlNodeOrder
                    Before = Can't do enum :-(,
                    After = Can't do enum :-(,
                    Same = Can't do enum :-(,
                    Unknown = Can't do enum :-(,
--> NONE <-- --> NONE <--
System.Xml XmlNodeReader ()
public class System.Xml.XmlNodeReader
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlNodeReader
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: public override string GetAttribute (string name, string namespaceUri)
  • Method: public override bool MoveToAttribute (string name, string namespaceUri)
  • Method: public override string ReadInnerXml ()
  • Method: public override string ReadOuterXml ()
  • Property: override string this [int i] { public get; }
  • Property: override string this [string name] { public get; }
  • Property: override string this [string name, string namespaceUri] { public get; }
  • Property: override char QuoteChar { public get; }
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method: public override string GetAttribute (string name, string namespaceURI)
  • Method: public override bool MoveToAttribute (string name, string namespaceURI)
  • Method (i): public virtual object ReadContentAs (Type returnType, IXmlNamespaceResolver namespaceResolver)
  • Method: public override int ReadContentAsBase64 (byte[] buffer, int index, int count)
  • Method: public override int ReadContentAsBinHex (byte[] buffer, int index, int count)
  • Method (i): public virtual bool ReadContentAsBoolean ()
  • Method (i): public virtual DateTime ReadContentAsDateTime ()
  • Method (i): public virtual decimal ReadContentAsDecimal ()
  • Method (i): public virtual double ReadContentAsDouble ()
  • Method (i): public virtual float ReadContentAsFloat ()
  • Method (i): public virtual int ReadContentAsInt ()
  • Method (i): public virtual long ReadContentAsLong ()
  • Method (i): public virtual object ReadContentAsObject ()
  • Method (i): public virtual string ReadContentAsString ()
  • Method (i): public virtual object ReadElementContentAs (Type returnType, IXmlNamespaceResolver namespaceResolver)
  • Method (i): public virtual object ReadElementContentAs (Type returnType, IXmlNamespaceResolver namespaceResolver, string localName, string namespaceURI)
  • Method: public override int ReadElementContentAsBase64 (byte[] buffer, int index, int count)
  • Method: public override int ReadElementContentAsBinHex (byte[] buffer, int index, int count)
  • Method (i): public virtual bool ReadElementContentAsBoolean ()
  • Method (i): public virtual bool ReadElementContentAsBoolean (string localName, string namespaceURI)
  • Method (i): public virtual DateTime ReadElementContentAsDateTime ()
  • Method (i): public virtual DateTime ReadElementContentAsDateTime (string localName, string namespaceURI)
  • Method (i): public virtual decimal ReadElementContentAsDecimal ()
  • Method (i): public virtual decimal ReadElementContentAsDecimal (string localName, string namespaceURI)
  • Method (i): public virtual double ReadElementContentAsDouble ()
  • Method (i): public virtual double ReadElementContentAsDouble (string localName, string namespaceURI)
  • Method (i): public virtual float ReadElementContentAsFloat ()
  • Method (i): public virtual float ReadElementContentAsFloat (string localName, string namespaceURI)
  • Method (i): public virtual int ReadElementContentAsInt ()
  • Method (i): public virtual int ReadElementContentAsInt (string localName, string namespaceURI)
  • Method (i): public virtual long ReadElementContentAsLong ()
  • Method (i): public virtual long ReadElementContentAsLong (string localName, string namespaceURI)
  • Method (i): public virtual object ReadElementContentAsObject ()
  • Method (i): public virtual object ReadElementContentAsObject (string localName, string namespaceURI)
  • Method (i): public virtual string ReadElementContentAsString ()
  • Method (i): public virtual string ReadElementContentAsString (string localName, string namespaceURI)
  • Method (i): public virtual string ReadInnerXml ()
  • Method (i): public virtual string ReadOuterXml ()
  • Method (i): public virtual XmlReader ReadSubtree ()
  • Method (i): public virtual bool ReadToDescendant (string name)
  • Method (i): public virtual bool ReadToDescendant (string localName, string namespaceURI)
  • Method (i): public virtual bool ReadToFollowing (string name)
  • Method (i): public virtual bool ReadToFollowing (string localName, string namespaceURI)
  • Method (i): public virtual bool ReadToNextSibling (string name)
  • Method (i): public virtual bool ReadToNextSibling (string localName, string namespaceURI)
  • Method (i): public virtual int ReadValueChunk (char[] buffer, int index, int count)
  • Property: override bool CanReadBinaryContent { public get; }
  • Property: virtual bool CanReadValueChunk { public get; }
  • Property: virtual char QuoteChar { public get; }
  • Property: override IXmlSchemaInfo SchemaInfo { public get; }
  • Property: virtual XmlReaderSettings Settings { public get; }
  • Property: virtual Type ValueType { public get; }
XmlOutputMethod ()
n/a public sealed enum System.Xml.XmlOutputMethod
                    Xml = Can't do enum :-(,
                    AutoDetect = Can't do enum :-(,
--> NONE <-- --> NONE <--
System.Xml XmlProcessingInstruction ()
public class System.Xml.XmlProcessingInstruction
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlProcessingInstruction
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
System.Xml XmlReader ()
public abstract class System.Xml.XmlReader
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Xml.XmlReader
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: public abstract string GetAttribute (string name, string namespaceUri)
  • Method: public abstract void MoveToAttribute (int i)
  • Method: public abstract string ReadInnerXml ()
  • Method: public abstract string ReadOuterXml ()
  • Method: public abstract string ReadString ()
  • Property: abstract bool IsDefault { public get; }
  • Property: abstract string this [int i] { public get; }
  • Property: abstract string this [string name] { public get; }
  • Property: abstract string this [string name, string namespaceUri] { public get; }
  • Property: abstract string Name { public get; }
  • Property: abstract char QuoteChar { public get; }
  • Property: abstract string XmlLang { public get; }
  • Property: abstract XmlSpace XmlSpace { public get; }
  • Method: public static XmlReader Create (Stream input)
  • Method: public static XmlReader Create (Stream input, XmlReaderSettings settings)
  • Method: public static XmlReader Create (Stream input, XmlReaderSettings settings, string baseUri)
  • Method: public static XmlReader Create (Stream input, XmlReaderSettings settings, XmlParserContext inputContext)
  • Method: public static XmlReader Create (TextReader input)
  • Method: public static XmlReader Create (TextReader input, XmlReaderSettings settings)
  • Method: public static XmlReader Create (TextReader input, XmlReaderSettings settings, string baseUri)
  • Method: public static XmlReader Create (TextReader input, XmlReaderSettings settings, XmlParserContext inputContext)
  • Method: public static XmlReader Create (string inputUri)
  • Method: public static XmlReader Create (string inputUri, XmlReaderSettings settings)
  • Method: public static XmlReader Create (string inputUri, XmlReaderSettings settings, XmlParserContext inputContext)
  • Method: public static XmlReader Create (XmlReader reader, XmlReaderSettings settings)
  • Method: protected virtual void Dispose (bool disposing)
  • Method: public abstract string GetAttribute (string name, string namespaceURI)
  • Method: public virtual void MoveToAttribute (int i)
  • Method: public virtual object ReadContentAs (Type returnType, IXmlNamespaceResolver namespaceResolver)
  • Method: public virtual int ReadContentAsBase64 (byte[] buffer, int index, int count)
  • Method: public virtual int ReadContentAsBinHex (byte[] buffer, int index, int count)
  • Method: public virtual bool ReadContentAsBoolean ()
  • Method: public virtual DateTime ReadContentAsDateTime ()
  • Method: public virtual decimal ReadContentAsDecimal ()
  • Method: public virtual double ReadContentAsDouble ()
  • Method: public virtual float ReadContentAsFloat ()
  • Method: public virtual int ReadContentAsInt ()
  • Method: public virtual long ReadContentAsLong ()
  • Method: public virtual object ReadContentAsObject ()
  • Method: public virtual string ReadContentAsString ()
  • Method: public virtual object ReadElementContentAs (Type returnType, IXmlNamespaceResolver namespaceResolver)
  • Method: public virtual object ReadElementContentAs (Type returnType, IXmlNamespaceResolver namespaceResolver, string localName, string namespaceURI)
  • Method: public virtual int ReadElementContentAsBase64 (byte[] buffer, int index, int count)
  • Method: public virtual int ReadElementContentAsBinHex (byte[] buffer, int index, int count)
  • Method: public virtual bool ReadElementContentAsBoolean ()
  • Method: public virtual bool ReadElementContentAsBoolean (string localName, string namespaceURI)
  • Method: public virtual DateTime ReadElementContentAsDateTime ()
  • Method: public virtual DateTime ReadElementContentAsDateTime (string localName, string namespaceURI)
  • Method: public virtual decimal ReadElementContentAsDecimal ()
  • Method: public virtual decimal ReadElementContentAsDecimal (string localName, string namespaceURI)
  • Method: public virtual double ReadElementContentAsDouble ()
  • Method: public virtual double ReadElementContentAsDouble (string localName, string namespaceURI)
  • Method: public virtual float ReadElementContentAsFloat ()
  • Method: public virtual float ReadElementContentAsFloat (string localName, string namespaceURI)
  • Method: public virtual int ReadElementContentAsInt ()
  • Method: public virtual int ReadElementContentAsInt (string localName, string namespaceURI)
  • Method: public virtual long ReadElementContentAsLong ()
  • Method: public virtual long ReadElementContentAsLong (string localName, string namespaceURI)
  • Method: public virtual object ReadElementContentAsObject ()
  • Method: public virtual object ReadElementContentAsObject (string localName, string namespaceURI)
  • Method: public virtual string ReadElementContentAsString ()
  • Method: public virtual string ReadElementContentAsString (string localName, string namespaceURI)
  • Method: public virtual string ReadInnerXml ()
  • Method: public virtual string ReadOuterXml ()
  • Method: public virtual string ReadString ()
  • Method: public virtual XmlReader ReadSubtree ()
  • Method: public virtual bool ReadToDescendant (string name)
  • Method: public virtual bool ReadToDescendant (string localName, string namespaceURI)
  • Method: public virtual bool ReadToFollowing (string name)
  • Method: public virtual bool ReadToFollowing (string localName, string namespaceURI)
  • Method: public virtual bool ReadToNextSibling (string name)
  • Method: public virtual bool ReadToNextSibling (string localName, string namespaceURI)
  • Method: public virtual int ReadValueChunk (char[] buffer, int index, int count)
  • Property: virtual bool CanReadBinaryContent { public get; }
  • Property: virtual bool CanReadValueChunk { public get; }
  • Property: virtual bool IsDefault { public get; }
  • Property: virtual string this [int i] { public get; }
  • Property: virtual string this [string name] { public get; }
  • Property: virtual string this [string name, string namespaceURI] { public get; }
  • Property: virtual string Name { public get; }
  • Property: virtual char QuoteChar { public get; }
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
  • Property: virtual XmlReaderSettings Settings { public get; }
  • Property: virtual Type ValueType { public get; }
  • Property: virtual string XmlLang { public get; }
  • Property: virtual XmlSpace XmlSpace { public get; }
System.Xml XmlReaderSettings ()
n/a public sealed class System.Xml.XmlReaderSettings
--> NONE <--
  • Constructor: public XmlReaderSettings ()
  • Event: public event ValidationEventHandler ValidationEventHandler
  • Method: public XmlReaderSettings Clone ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Reset ()
  • Method (i): public virtual string ToString ()
  • Property: bool CheckCharacters { public get; public set; }
  • Property: bool CloseInput { public get; public set; }
  • Property: ConformanceLevel ConformanceLevel { public get; public set; }
  • Property: bool IgnoreComments { public get; public set; }
  • Property: bool IgnoreProcessingInstructions { public get; public set; }
  • Property: bool IgnoreWhitespace { public get; public set; }
  • Property: int LineNumberOffset { public get; public set; }
  • Property: int LinePositionOffset { public get; public set; }
  • Property: XmlNameTable NameTable { public get; public set; }
  • Property: XmlSchemaSet Schemas { public get; public set; }
  • Property: XmlSchemaValidationFlags ValidationFlags { public get; public set; }
  • Property: ValidationType ValidationType { public get; public set; }
  • Property: XmlResolver XmlResolver { public set; }
public abstract class System.Xml.XmlResolver ()
  • Method: public abstract Uri ResolveUri (Uri baseUri, string relativeUri)
  • Method: public virtual Uri ResolveUri (Uri baseUri, string relativeUri)
  • Property: virtual XmlNameTable NameTable { public get; }
System.Xml XmlSignificantWhitespace ()
public class System.Xml.XmlSignificantWhitespace
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlSignificantWhitespace
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Property: virtual XmlNode ParentNode { public get; }
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Property: override XmlNode ParentNode { public get; }
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
System.Xml XmlText ()
public class System.Xml.XmlText
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlText
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceUri)
  • Property: virtual XmlNode ParentNode { public get; }
  • Method (i): public virtual string GetPrefixOfNamespace (string namespaceURI)
  • Method (i): public XmlNodeList SelectNodes (string xpath)
  • Method (i): public XmlNodeList SelectNodes (string xpath, XmlNamespaceManager nsmgr)
  • Method (i): public XmlNode SelectSingleNode (string xpath)
  • Method (i): public XmlNode SelectSingleNode (string xpath, XmlNamespaceManager nsmgr)
  • Property: override XmlNode ParentNode { public get; }
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
System.Xml XmlTextReader ()
public class System.Xml.XmlTextReader
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlTextReader
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: public override string GetAttribute (string localName, string namespaceUri)
  • Method: public override bool MoveToAttribute (string localName, string namespaceUri)
  • Method: public override string ReadInnerXml ()
  • Method: public override string ReadOuterXml ()
  • Method (i): public virtual void Skip ()
  • Property: virtual bool CanResolveEntity { public get; }
  • Property: override string this [int i] { public get; }
  • Property: override string this [string name] { public get; }
  • Property: override string this [string name, string namespaceUri] { public get; }
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method: public override string GetAttribute (string localName, string namespaceURI)
  • Method: public IDictionary`2 GetNamespacesInScope (XmlNamespaceScope scope)
  • Method: public virtual bool HasLineInfo ()
  • Method: public override bool MoveToAttribute (string localName, string namespaceURI)
  • Method (i): public virtual object ReadContentAs (Type returnType, IXmlNamespaceResolver namespaceResolver)
  • Method: public override int ReadContentAsBase64 (byte[] buffer, int index, int count)
  • Method: public override int ReadContentAsBinHex (byte[] buffer, int index, int count)
  • Method (i): public virtual bool ReadContentAsBoolean ()
  • Method (i): public virtual DateTime ReadContentAsDateTime ()
  • Method (i): public virtual decimal ReadContentAsDecimal ()
  • Method (i): public virtual double ReadContentAsDouble ()
  • Method (i): public virtual float ReadContentAsFloat ()
  • Method (i): public virtual int ReadContentAsInt ()
  • Method (i): public virtual long ReadContentAsLong ()
  • Method (i): public virtual object ReadContentAsObject ()
  • Method (i): public virtual string ReadContentAsString ()
  • Method (i): public virtual object ReadElementContentAs (Type returnType, IXmlNamespaceResolver namespaceResolver)
  • Method (i): public virtual object ReadElementContentAs (Type returnType, IXmlNamespaceResolver namespaceResolver, string localName, string namespaceURI)
  • Method: public override int ReadElementContentAsBase64 (byte[] buffer, int index, int count)
  • Method: public override int ReadElementContentAsBinHex (byte[] buffer, int index, int count)
  • Method (i): public virtual bool ReadElementContentAsBoolean ()
  • Method (i): public virtual bool ReadElementContentAsBoolean (string localName, string namespaceURI)
  • Method (i): public virtual DateTime ReadElementContentAsDateTime ()
  • Method (i): public virtual DateTime ReadElementContentAsDateTime (string localName, string namespaceURI)
  • Method (i): public virtual decimal ReadElementContentAsDecimal ()
  • Method (i): public virtual decimal ReadElementContentAsDecimal (string localName, string namespaceURI)
  • Method (i): public virtual double ReadElementContentAsDouble ()
  • Method (i): public virtual double ReadElementContentAsDouble (string localName, string namespaceURI)
  • Method (i): public virtual float ReadElementContentAsFloat ()
  • Method (i): public virtual float ReadElementContentAsFloat (string localName, string namespaceURI)
  • Method (i): public virtual int ReadElementContentAsInt ()
  • Method (i): public virtual int ReadElementContentAsInt (string localName, string namespaceURI)
  • Method (i): public virtual long ReadElementContentAsLong ()
  • Method (i): public virtual long ReadElementContentAsLong (string localName, string namespaceURI)
  • Method (i): public virtual object ReadElementContentAsObject ()
  • Method (i): public virtual object ReadElementContentAsObject (string localName, string namespaceURI)
  • Method (i): public virtual string ReadElementContentAsString ()
  • Method (i): public virtual string ReadElementContentAsString (string localName, string namespaceURI)
  • Method (i): public virtual string ReadInnerXml ()
  • Method (i): public virtual string ReadOuterXml ()
  • Method (i): public virtual XmlReader ReadSubtree ()
  • Method (i): public virtual bool ReadToDescendant (string name)
  • Method (i): public virtual bool ReadToDescendant (string localName, string namespaceURI)
  • Method (i): public virtual bool ReadToFollowing (string name)
  • Method (i): public virtual bool ReadToFollowing (string localName, string namespaceURI)
  • Method (i): public virtual bool ReadToNextSibling (string name)
  • Method (i): public virtual bool ReadToNextSibling (string localName, string namespaceURI)
  • Method (i): public virtual int ReadValueChunk (char[] buffer, int index, int count)
  • Method: public override void Skip ()
  • Property: override bool CanReadBinaryContent { public get; }
  • Property: override bool CanReadValueChunk { public get; }
  • Property: override bool CanResolveEntity { public get; }
  • Property: EntityHandling EntityHandling { public get; public set; }
  • Property: virtual IXmlSchemaInfo SchemaInfo { public get; }
  • Property: override XmlReaderSettings Settings { public get; }
  • Property: virtual Type ValueType { public get; }
System.Xml XmlTextWriter ()
public class System.Xml.XmlTextWriter
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Xml.XmlTextWriter
(Please hover your mouse over the type to see the inheritance signatures)
--> NONE <--
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method (i): public void WriteElementString (string prefix, string localName, string ns, string value)
  • Method (i): public void WriteStartAttribute (string localName)
  • Method (i): public virtual void WriteValue (bool value)
  • Method (i): public virtual void WriteValue (DateTime value)
  • Method (i