internal ExcAncestralNamespaceContextManager(string inclusiveNamespacesPrefixList)
 {
     this.m_inclusivePrefixSet = Utils.TokenizePrefixListString(inclusiveNamespacesPrefixList);
 }