override | CloneNode(bool) : XmlNodeDocumentation for this section has not yet been entered. |
| CreateAttribute(string) : XmlAttributeDocumentation for this section has not yet been entered. |
| CreateAttribute(string, string) : XmlAttributeDocumentation for this section has not yet been entered. |
| CreateAttribute(string, string, string) : XmlAttributeCreates an System.Xml.XmlAttribute object. |
| CreateCDataSection(string) : XmlCDataSectionDocumentation for this section has not yet been entered. |
| CreateComment(string) : XmlCommentDocumentation for this section has not yet been entered. |
| CreateDocumentFragment() : XmlDocumentFragmentDocumentation for this section has not yet been entered. |
| CreateDocumentType(string, string, string, string) : XmlDocumentTypeDocumentation for this section has not yet been entered. |
| CreateElement(string) : XmlElementDocumentation for this section has not yet been entered. |
| CreateElement(string, string) : XmlElementDocumentation for this section has not yet been entered. |
| CreateElement(string, string, string) : XmlElementCreates an System.Xml.XmlElement object. |
| CreateEntityReference(string) : XmlEntityReferenceDocumentation for this section has not yet been entered. |
override | CreateNavigator() : System.Xml.XPath.XPathNavigatorDocumentation for this section has not yet been entered. |
| CreateNode(string, string, string) : XmlNodeCreates an System.Xml.XmlNode instance. |
| CreateNode(XmlNodeType, string, string) : XmlNodeCreates an System.Xml.XmlNode instance. |
| CreateNode(XmlNodeType, string, string, string) : XmlNodeCreates an System.Xml.XmlNode instance. |
| CreateProcessingInstruction(string, string) : XmlProcessingInstructionDocumentation for this section has not yet been entered. |
| CreateSignificantWhitespace(string) : XmlSignificantWhitespaceDocumentation for this section has not yet been entered. |
| CreateTextNode(string) : XmlTextDocumentation for this section has not yet been entered. |
| CreateWhitespace(string) : XmlWhitespaceDocumentation for this section has not yet been entered. |
| CreateXmlDeclaration(string, string, string) : XmlDeclarationDocumentation for this section has not yet been entered. |
| GetElementById(string) : XmlElementReturns an System.Xml.XmlElement node whose ID matches the argument string. |
| GetElementsByTagName(string) : XmlNodeListReturns a node list which contains descendant elements of this document which match the specified name. |
| GetElementsByTagName(string, string) : XmlNodeListReturns a node list which contains descendant elements of this document which match the specified name. |
| ImportNode(XmlNode, bool) : XmlNodeUsed to import an System.Xml.XmlNode which comes from another document instance. |
| Load(System.IO.Stream)Read the argument System.IO.Stream as XML document and loads it as content nodes. |
| Load(System.IO.TextReader)Read the argument System.IO.TextReader as XML document and loads it as content nodes. |
| Load(string)Read the argument System.IO.Stream as XML document and loads it as content nodes. |
| Load(XmlReader)Loads the argument System.Xml.XmlReader as document content nodes. |
| LoadXml(string)Loads the argument as raw XML string. |
| ReadNode(XmlReader) : XmlNodeRead an XML node from argument System.Xml.XmlReader and returns it as an System.Xml.XmlNode object. |
| Save(System.IO.Stream)Writes the entire document into argument System.IO.Stream. |
| Save(System.IO.TextWriter)Writes the entire document into argument System.IO.TextWriter. |
| Save(string)Writes the entire document into specified file. |
| Save(XmlWriter)Writes the entire document into argument System.Xml.XmlWriter. |
| Validate(System.Xml.Schema.ValidationEventHandler)Documentation for this section has not yet been entered. |
| Validate(System.Xml.Schema.ValidationEventHandler, XmlNode)Documentation for this section has not yet been entered. |
override | WriteContentTo(XmlWriter)Documentation for this section has not yet been entered. |
override | WriteTo(XmlWriter)Documentation for this section has not yet been entered. |