C++ Web Framework  3.0
Public Member Functions | Public Attributes | List of all members
CSTLCompilerIf Class Reference

Extracts and valites all attibutes from a "if" tag. More...

#include <cstlcompilerif.h>

Public Member Functions

 CSTLCompilerIf (const QXmlStreamAttributes &attr)
 This constructor processes and validates the attributes of "if" tag. More...
 

Public Attributes

RelationalOperator relationalOperator
 
bool isNumber = false
 
QMap< QString, QString > attributes
 

Detailed Description

Extracts and valites all attibutes from a "if" tag.

Constructor & Destructor Documentation

◆ CSTLCompilerIf()

CWF_BEGIN_NAMESPACE CSTLCompilerIf::CSTLCompilerIf ( const QXmlStreamAttributes &  attr)
explicit

This constructor processes and validates the attributes of "if" tag.

Parameters
constQXmlStreamAttributes &attr : XML tag attributes.

The documentation for this class was generated from the following files: