Controls whether the declarePrefix()
method overwrites previously declared prefixes in the same local context.
var bolValue = objNSManager.allowOverride; objNSManager.allowOverride = True;
None.
bolValue = objNSManager.allowOverride; objNSManager.allowOverride = True;
None.
HRESULT putAllowOverride( VARIANT_BOOL fOverride); HRESULT getAllowOverride( VARIANT_BOOL* fOverride);
fOverride
value is NULL.When namespaces are declared in XML document processing, each element will start from pushContext(NULL)
, and each namespace declaration will result in declarePrefix(prefix,URI)
. In this case, you might want to prevent the same prefix from being overridden in the same element.
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