Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An object that implements the IScriptNode
interface represents a Web page.
In addition to the methods inherited from IUnknown
, the IScriptNode
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
IScriptNode::Alive | Indicates whether an object is still active. |
IScriptNode:: CreateChildEntry | Adds a child instance of IScriptEntry . |
IScriptNode::CreateChildHandler | Adds a scriptlet as a child instance of an IScriptNode . |
IScriptNode::Delete | Deletes the object tree. |
IScriptNode::GetChild | Returns the child that is at the specified index in the node. |
IScriptNode::GetCookie | Returns an application-defined value that is used to associate a scriptlet with the host object. |
IScriptNode::GetIndexInParent | Returns the index of an object in the parent's child list. |
IScriptNode::GetLanguage | Returns the scripting language that is used by the current script node. |
IScriptNode::GetNumberOfChildren | Returns the number of child nodes of the IScriptNode object. |
IScriptNode::GetParent | Returns the IScriptNode object that is the parent of an object. |