System.Xml.XmlText and IXMLDOMText

only for RuBoard

System.Xml.XmlText and IXMLDOMText

XmlText class in the System.Xml namespace is an implementation of the W3C Text interface. This class represents the text content of an element or attribute. Table B.18 and Table B.19 list the properties and methods respectively found in the XmlText class.

Table B.18. System.Xml.XmlText and IXMLDOMText Methods

XmlText (Inherits XmlCharacterData )

Description

MSXML IXMLDOMText

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 IXMLDOMNode Type enumeration member)

Value (Overrides XMLNode:: Value )

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 (Overrides XmlCharacterData:: InnerText )

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

text

Table B.19. System.Xml.XmlText and IXMLDOMText Methods

XmlText (Inherits XmlCharacterData )

Description

MSXML IXMLDOMText

CloneNode (Overrides XMLNode::CloneNode )

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

cloneNode

SplitText

Splits the text node into two text nodes at the specified offset, keeping both in the tree as siblings.

splitText Breaks this text node into two text nodes at the specified offset and inserts the new text node into the tree as a sibling that immediately follows this node.

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