System.Xml.XmlComment and IXMLDOMComment

only for RuBoard

System.Xml.XmlComment and IXMLDOMComment

XmlComment class in the System.Xml namespace is an implementation of the W3C Comment interface. This class represents the content of an XML comment. Table B.20 and Table B.21 list the properties and methods respectively found in the XmlComment class.

Table B.20. System.Xml.XmlComment and IXMLDOMComment Properties

XmlComment (Inherits XmlCharacterData )

Description

MSXML IXMLDOMComment

LocalName (Overrides XMLNode::LocalName )

Gets the name of the node without the namespace prefix.

baseName

NextSibling (Inherited from XmlLinkedNode )

Returns the node following this node at the same level in the document hierarchy

nextSibling

Name (Overrides XMLNode:: Name )

Gets the qualified name of the node.

nodeName

NodeType (Overrides XMLNode:: NodeType )

Returns an XmlNodeType enumeration member representing this node's type.

nodeType (Gets an IXMLDOMNodeType enumeration member)

Value (Inherited from XmlCharacterData )

Gets or sets the value (text) of the current node.

nodeValue

PreviousSibling (Inherited from XmlLinkedNode )

Gets the node previous to this node at the same level in the document hierarchy.

previousSibling

InnerText (Inherited from XmlCharacterData )

Gets or sets the concatenated values of the node and all its children.

text

Table B.21. System.Xml.XmlComment and IXMLDOMComment Methods

System.Xml.XmlComment

Description

MSXML IXMLDOMComment

CloneNode (Overrides XMLNode::CloneNode )

Similar to XMLNode::Clone , but accepts a deep Boolean parameter indicating if the subtree should be duplicated .

cloneNode

WriteContentTo (Overrides XMLNode:: WriteContentTo )

Saves the contents of the XmlDocument node to the specified XmlWriter .

 

WriteTo (Overrides XMLNode::WriteTo )

Saves the XmlDocument node to the specified XmlWriter .

 
only for RuBoard


XML and ASP. NET
XML and ASP.NET
ISBN: B000H2MXOM
EAN: N/A
Year: 2005
Pages: 184

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net