This interface, along with the IMarkupServices interface, allows the contents of the page to be programmatically manipulated from your C++ program.
IMarkupPointer Methods
Cling Retrieves the cling attribute for this pointer. CurrentScope Retrieves the IHTMLElement positioned in this pointer. FindText Searches for specified text, from the current pointer's position to another pointer's position. GetContainer Retrieves the container associated with this pointer. Gravity Retrieves the gravity attribute of this pointer. IsEqualTo Checks to see whether this pointer's position is equal to another pointer's position. IsInsideURL Checks to see whether this pointer's position is inside a URL. IsLeftOf Checks to see whether this pointer's position is to the left of another pointer's position. IsLeftOfOrEqualTo Checks to see whether this pointer's position is to the right of or is equal to another pointer's position. IsPositioned Checks the position of the pointer. IsRightOf Checks to see whether this pointer's position is to the right of another pointer's position. IsRightOfOrEqualTo Checks to see whether this pointer's position is to the right of or is equal to another pointer's position. Left Moves the pointer one position to the left. MoveAdjacentToElement Moves the pointer adjacent to an element. MoveToContainer Moves the pointer to the position of a MarkupContainer. MoveToPointer Moves this pointer to another pointer's location. MoveUnit Moves the pointer one unit. OwningDoc Retrieves the document associated with this container. Right Moves this pointer one position to the right. SetCling Sets or resets the cling attribute of this pointer. SetGravity Sets the gravity attribute of this pointer. UnPosition Resets the position of the pointer.
Interface Information
Implementation System (Mshtml.dll) Inherits from IDispatch Header and IDL files Mshtml.h, Mshtml.idl Minimum availability Internet Explorer 5 Minimum operating systems Windows 95, Windows NT 4.0
See Also
Introduction to Markup Services