August 2003
Intermediate to advanced
928 pages
32h 1m
English
XmlComment
This class represents an
XmlComment
node. An XML comment is contained
within <!-- and -->
markup symbols and is not represented in the resulting XML Infoset
tree.
public class XmlComment : XmlCharacterData { // Protected Constructors protected internal XmlComment(stringcomment, XmlDocumentdoc); // Public Instance Properties public override string LocalName{get; } // overrides XmlNode public override string Name{get; } // overrides XmlNode public override XmlNodeType NodeType{get; } // overrides XmlNode // Public Instance Methods public override XmlNode CloneNode(booldeep); // overrides XmlNode public override void WriteContentTo(XmlWriterw); // overrides XmlNode public override void WriteTo(XmlWriterw); // overrides XmlNode }
System.Object
→
XmlNode(System.ICloneable,
System.Collections.IEnumerable,
System.Xml.XPath.IXPathNavigable)
→
XmlLinkedNode
→
XmlCharacterData
→
XmlComment
XmlDocument.CreateComment( )