#include <nedutil.h>
Various utilities for the ASTNode tree.
static const char* getLocalStringProperty |
( |
ASTNode * |
parent, |
|
|
const char * |
name |
|
) |
| |
|
static |
static bool getLocalBoolProperty |
( |
ASTNode * |
parent, |
|
|
const char * |
name |
|
) |
| |
|
static |
static PropertyElement* getLocalProperty |
( |
ASTNode * |
parent, |
|
|
const char * |
name |
|
) |
| |
|
static |
static LiteralElement* getTheOnlyValueFrom |
( |
PropertyElement * |
property | ) |
|
|
static |
static bool propertyAsBool |
( |
PropertyElement * |
property | ) |
|
|
static |
static const char* propertyAsString |
( |
PropertyElement * |
property | ) |
|
|
static |
Compares tagname and declared attrs (ignores id, srcloc, srcregion, etc)
The documentation for this class was generated from the following file: