void
ElemTemplate::endElement(StylesheetExecutionContext& executionContext) const
{
    executionContext.popCurrentTemplate();
    
    endExecuteChildren(executionContext);
}
Exemplo n.º 2
0
void
ElemOtherwise::endElement(StylesheetExecutionContext&   executionContext) const
{
    endExecuteChildren(executionContext);
}