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