43 static const char *getLocalStringProperty(
ASTNode *parent,
const char *name);
44 static bool getLocalBoolProperty(
ASTNode *parent,
const char *name);
45 static PropertyElement *getLocalProperty(
ASTNode *parent,
const char *name);
46 static LiteralElement *getTheOnlyValueFrom(PropertyElement *property);
47 static bool propertyAsBool(PropertyElement *property);
48 static const char *propertyAsString(PropertyElement *property);