Org.Xml.Sax.Helpers.NamespaceSupport.PopContext Method
Revert to the previous Namespace context.

Syntax

[Android.Runtime.Register("popContext", "()V", "GetPopContextHandler")]
public virtual void PopContext ()

See Also

NamespaceSupport.PushContext

Remarks

Revert to the previous Namespace context.

Normally, you should pop the context at the end of each XML element. After popping the context, all Namespace prefix mappings that were previously in force are restored.

You must not attempt to declare additional Namespace prefixes after popping a context, unless you push another context first.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Helpers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1