Mono Class Library: System.Xml.XmlNamespaceManager Overview | Members

System.Xml.XmlNamespaceManager.PushScope Method

Pushes a namespace scope onto the stack. [Edit]

public virtual void PushScope ()

Remarks

Operation
As described above.

This method associates the pushed namespace scope with all the namespaces added to the collection (by calling XmlNamespaceManager.AddNamespace(string, string)) since the last call to the XmlNamespaceManager.PushScope method.

Note to Inheritors
Override this method to customize the behavior of this method in types derived from the System.Xml.XmlNamespaceManager class.

[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0