Searched refs:m_RuleListStack (Results 1 – 2 of 2) sorted by relevance
421 m_RuleListStack.push( ruleName ); in beginParseRuleNode()469 std::string ruleName = m_RuleListStack.top(); in endParseRuleNode()470 m_RuleListStack.pop(); in endParseRuleNode()529 std::string ruleName = m_RuleListStack.top(); in processCDATA()
160 std::stack<std::string> m_RuleListStack; variable