XML and ASP.NET

only for RuBoard

System.Xml.XmlCDataSection and IXMLDOMCDATASection

XmlCDataSection class in the System.Xml namespace is an implementation of the W3C CDATASection interface. This class represents a CDATA section. Table B.22 and Table B.23 list the properties and methods respectively found in the XmlCDataSection class.

Table B.22. System.Xml.XmlCDataSection and IXMLDOMCDATASection Properties

System.Xml.XmlCDataSection (Inherits XmlCharacterData )

Description

MSXML IXMLDOMC DATASection

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)

Table B.23. System.Xml.XmlCDataSection and IXMLDOMCDATASection Methods

XmlCDataSection (Inherits XmlCharacterData )

Description

MSXML IXMLDOMC DATASection

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

Категории