1 out of 1 rated this helpful - Rate this topic

IXmlCharacterData interface

Provides text manipulation methods that are used by several objects.

Syntax


public interface IXmlCharacterData : IXmlNode, 
    IXmlNodeSelector, IXmlNodeSerializer

Attributes

GuidAttribute("132e42ab-4e36-4df6-b1c8-0ce62fd88b26")
VersionAttribute(NTDDI_WIN8)

Members

The IXmlCharacterData interface has these types of members:

Methods

The IXmlCharacterData interface has these methods. It also inherits methods from the Object class.

MethodDescription
AppendData Appends the supplied string to the existing string data.
DeleteData Deletes specified data.
InsertData Inserts a string at the specified offset.
ReplaceData Replaces the specified number of characters with the supplied string.
SubstringData Retrieves a substring of the full string from the specified range.

 

Properties

The IXmlCharacterData interface has these properties.

PropertyAccess typeDescription

Data

Read/writeGets or sets the node data depending on the node type.

Length

Read-onlyGets the length of the data, in Unicode characters.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Data.Xml.Dom
Windows::Data::Xml::Dom [C++]

Metadata

Windows.winmd

See also

IXmlNode
IXmlNodeSelector
IXmlNodeSerializer

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.