void ElemElement::namespacesPostConstruction( StylesheetConstructionContext& constructionContext, const NamespacesHandler& theParentHandler, NamespacesHandler& theHandler) { theHandler.postConstruction( constructionContext, false, getElementName(), &theParentHandler); }
void ElemLiteralResult::namespacesPostConstruction( StylesheetConstructionContext& constructionContext, const NamespacesHandler& theParentHandler, NamespacesHandler& theHandler) { const AVTPrefixChecker theChecker(m_avts, m_avtsCount); theHandler.postConstruction( constructionContext, true, getElementName(), &theParentHandler, &theChecker); }