mAttributes
argument should have the map holding the mappings in it's
map
key.
Attributes | Name and Description |
---|---|
|
caplin.element.parser.KeyValueParser()
|
Attributes | Name and Description |
---|---|
|
void
parse(Variant vValue, Map mAttributes)
Substitues a mapped value with a value if the a mapped value exists othewise it returns the value itself. |
►
caplin.element.parser.KeyValueParser()
►
void
parse(Variant vValue, Map mAttributes)
Substitues a mapped value with a value if the a mapped value exists othewise it returns the value itself.
Variant | vValue | the value which is expected to be mapped to a key in mAttributes.map |
Map | mAttributes | the object which holds a map of key-value pairs in its "map" element. |