Pushes local context down the stack, and creates a new local context that is defined by the DOM node.
var ObjNSManager.pushNodeContext(oContextNode,[fDeep as Boolean=True]);
IXMLDOMNode
object. A DOM node that specifies the context to use.ObjNSManager.pushNodeContext(oIXMLDOMNode,[fDeep as Boolean=True]);
IXMLDOMNode
object. A DOM node that specifies the context to use.HRESULT pushNodeContext( IXMLDONNode * oContextNode, VARIANT_BOOL fDeep);
The new local context is populated with namespace declarations from the context of the DOM node. The second parameter indicates whether deep context should be used. Deep context includes all namespace declarations from the node, and all parents of the node. Pushed declarations are still visible in the current context, unless they are replaced by new declarations.
To view reference information for Visual Basic, C/C++, or Script only, click the Language Filter button in the upper-left corner of the page.
Applies to: IVBMXNamespaceManager
Applies to: IMXNamespaceManager