示例#1
0
const ElemTemplateElement*
ElemOtherwise::startElement(StylesheetExecutionContext& executionContext) const
{
    ElemTemplateElement::startElement(executionContext);

    return beginExecuteChildren(executionContext);
}
const ElemTemplateElement*
ElemTemplate::startElement(StylesheetExecutionContext&  executionContext) const
{
    ParentType::startElement(executionContext);

    executionContext.pushCurrentTemplate(this);

    return beginExecuteChildren(executionContext);
}