HPCToolkit
MathMLExprParser.cpp File Reference
#include <iostream>
#include <sstream>
#include <string>
#include <cstdlib>
#include "MathMLExprParser.hpp"
#include "XercesUtil.hpp"
#include <lib/prof/Metric-ADesc.hpp>
#include <lib/support/NaN.h>
#include <lib/support/Trace.hpp>
#include <lib/support/StrUtil.hpp>
#include <xercesc/util/XMLString.hpp>
Include dependency graph for MathMLExprParser.cpp:

Go to the source code of this file.

Functions

static bool isOperatorNode (DOMNode *node)
 
static bool isOperandNode (DOMNode *node)
 

Function Documentation

◆ isOperandNode()

static bool isOperandNode ( DOMNode *  node)
static

Definition at line 396 of file MathMLExprParser.cpp.

Here is the caller graph for this function:

◆ isOperatorNode()

static bool isOperatorNode ( DOMNode *  node)
static

Definition at line 377 of file MathMLExprParser.cpp.

Here is the caller graph for this function: