XmlDocumentBase Class

public class XmlDocumentBase : XmlDocument
This language is not supported or no code example is available.
public ref class XmlDocumentBase : public XmlDocument^
This language is not supported or no code example is available.
public class XmlDocumentBase 
extends XmlDocument
This language is not supported or no code example is available.
Name Description
Public property Attributes (inherited from XmlNode).
Public property BaseURI (inherited from XmlDocument).
Public property ChildNodes (inherited from XmlNode).
Public property DocumentElement (inherited from XmlDocument).
Public property DocumentType (inherited from XmlDocument).
Public property FirstChild (inherited from XmlNode).
Public property HasChildNodes (inherited from XmlNode).
Public property Implementation (inherited from XmlDocument).
Public property InnerText(String) (inherited from XmlDocument).
Public property InnerXml (inherited from XmlDocument).
Public property IsReadOnly (inherited from XmlDocument).
Public property Item(String) (inherited from XmlNode).
Public property Item(String, String) (inherited from XmlNode).
Public property LastChild (inherited from XmlNode).
Public property LocalName (inherited from XmlDocument).
Public property Name (inherited from XmlDocument).
Public property NameTable (inherited from XmlDocument).
Public property NamespaceURI (inherited from XmlNode).
Public property NextSibling (inherited from XmlNode).
Public property NodeType (inherited from XmlDocument).
Public property OuterXml (inherited from XmlNode).
Public property OwnerDocument (inherited from XmlDocument).
Public property ParentNode (inherited from XmlDocument).
Public property Prefix (inherited from XmlNode).
Public property PreserveWhitespace (inherited from XmlDocument).
Public property PreviousSibling (inherited from XmlNode).
Public property PreviousText (inherited from XmlNode).
Public property SchemaInfo (inherited from XmlDocument).
Public property SchemaVersion Gets a version of the document schema.
Public property Schemas (inherited from XmlDocument).
Public property Value (inherited from XmlNode).
Public property XmlResolver(XmlResolver) (inherited from XmlDocument).
Top
Methods
 
Name Description
Public method AppendChild(XmlNode) (inherited from XmlNode).
Public method Clone (inherited from XmlNode).
Public method CloneNode(Boolean) (inherited from XmlDocument).
Protected method ContainsAttribute(string)
Public method CreateAttribute(String, String, String) (inherited from XmlDocument).
Public method CreateAttribute(String, String) (inherited from XmlDocument).
Public method CreateAttribute(String) (inherited from XmlDocument).
Public method CreateCDataSection(String) (inherited from XmlDocument).
Public method CreateComment(String) (inherited from XmlDocument).
Internal protected (Protected Friend) method CreateDefaultAttribute(String, String, String) (inherited from XmlDocument).
Public method CreateDocumentFragment (inherited from XmlDocument).
Public method CreateDocumentType(String, String, String, String) (inherited from XmlDocument).
Public method CreateElement(String, String) (inherited from XmlDocument).
Public method CreateElement(String) (inherited from XmlDocument).
Public method CreateElement(String, String, String) (inherited from XmlDocument).
Public method CreateEntityReference(String) (inherited from XmlDocument).
Public method CreateNavigator (inherited from XmlDocument).
Internal protected (Protected Friend) method CreateNavigator(XmlNode) (inherited from XmlDocument).
Public method CreateNode(String, String, String) (inherited from XmlDocument).
Public method CreateNode(XmlNodeType, String, String, String) (inherited from XmlDocument).
Public method CreateNode(XmlNodeType, String, String) (inherited from XmlDocument).
Public method CreateProcessingInstruction(String, String) (inherited from XmlDocument).
Public method CreateSignificantWhitespace(String) (inherited from XmlDocument).
Public method CreateTextNode(String) (inherited from XmlDocument).
Public method CreateWhitespace(String) (inherited from XmlDocument).
Public method CreateXmlDeclaration(String, String, String) (inherited from XmlDocument).
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Protected method GetBooleanAttribute(string)
Protected method GetByteAttribute(string)
Protected method GetChildNode<T>()
Protected method GetChildNodes<T>()
Protected method GetDateTimeAttribute(string)
Protected method GetDecimalAttribute(string)
Protected method GetDoubleAttribute(string)
Public method GetElementById(String) (inherited from XmlDocument).
Public method GetElementsByTagName(String) (inherited from XmlDocument).
Public method GetElementsByTagName(String, String) (inherited from XmlDocument).
Protected method GetEnumAttribute(string, Type)
Public method GetEnumerator (inherited from XmlNode).
Protected method GetFloatAttribute(string)
Protected method GetGuidAttribute(string)
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Protected method GetInt16Attribute(string)
Protected method GetInt32Attribute(string)
Protected method GetInt64Attribute(string)
Public method GetNamespaceOfPrefix(String) (inherited from XmlNode).
Public method GetPrefixOfNamespace(String) (inherited from XmlNode).
Protected method GetSByteAttribute(string)
Protected method GetStringAttribute(string)
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method GetTypeAttribute(string)
Protected method GetUInt16Attribute(string)
Protected method GetUInt32Attribute(string)
Protected method GetUInt64Attribute(string)
Public method ImportNode(XmlNode, Boolean) (inherited from XmlDocument).
Public method InsertAfter(XmlNode, XmlNode) (inherited from XmlNode).
Public method InsertBefore(XmlNode, XmlNode) (inherited from XmlNode).
Public method Load(Stream) (inherited from XmlDocument).
Public method Load(String) (inherited from XmlDocument).
Public method Load(XmlReader) (inherited from XmlDocument).
Public method Load(TextReader) (inherited from XmlDocument).
Public method LoadXml(String) (inherited from XmlDocument).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Normalize (inherited from XmlNode).
Public method PrependChild(XmlNode) (inherited from XmlNode).
Public method ReadNode(XmlReader) (inherited from XmlDocument).
Public method RemoveAll (inherited from XmlNode).
Public method RemoveChild(XmlNode) (inherited from XmlNode).
Public method ReplaceChild(XmlNode, XmlNode) (inherited from XmlNode).
Public method Save(Stream) (inherited from XmlDocument).
Public method Save(String) (inherited from XmlDocument).
Public method Save(XmlWriter) (inherited from XmlDocument).
Public method Save(TextWriter) (inherited from XmlDocument).
Public method SelectNodes(String, XmlNamespaceManager) (inherited from XmlNode).
Public method SelectNodes(String) (inherited from XmlNode).
Public method SelectSingleNode(String, XmlNamespaceManager) (inherited from XmlNode).
Public method SelectSingleNode(String) (inherited from XmlNode).
Protected method SetAttribute(string, DateTime)
Protected method SetAttribute(string, Enum)
Protected method SetAttribute(string, Guid)
Protected method SetAttribute(string, Type)
Protected method SetAttribute(string, bool)
Protected method SetAttribute(string, byte)
Protected method SetAttribute(string, decimal)
Protected method SetAttribute(string, double)
Protected method SetAttribute(string, float)
Protected method SetAttribute(string, int)
Protected method SetAttribute(string, long)
Protected method SetAttribute(string, SByte)
Protected method SetAttribute(string, short)
Protected method SetAttribute(string, string)
Protected method SetAttribute(string, UInt32)
Protected method SetAttribute(string, UInt64)
Protected method SetAttribute(string, UInt16)
Public method Supports(String, String) (inherited from XmlNode).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Public method Validate(ValidationEventHandler, XmlNode) (inherited from XmlDocument).
Public method Validate(ValidationEventHandler) (inherited from XmlDocument).
Public method WriteContentTo(XmlWriter) (inherited from XmlDocument).
Public method WriteTo(XmlWriter) (inherited from XmlDocument).
Top
Events
 
Name Description
Public event NodeChanged (inherited from XmlDocument).
Public event NodeChanging (inherited from XmlDocument).
Public event NodeInserted (inherited from XmlDocument).
Public event NodeInserting (inherited from XmlDocument).
Public event NodeRemoved (inherited from XmlDocument).
Public event NodeRemoving (inherited from XmlDocument).
Top
Fields
 
Name Description
Protected field DEFAULT_SCHEMA_VERSION
Top

In this article

Definition