IHTMLDOMTextNode interface

Provides methods to access the data in a document object model's (DOM) text node.

Members

The IHTMLDOMTextNode interface inherits from the IDispatch interface. IHTMLDOMTextNode also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLDOMTextNode interface has these methods.

Method Description
splitText

Divides a text node at the specified index.

 

Properties

The IHTMLDOMTextNode interface has these properties.

Property Description

data

Sets or gets the value of a TextNode object.

length

Gets the number of characters in a TextNode object.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

IHTMLDOMTextNode2