smeucci/vft-lite

Change parsing

smeucci opened this issue · 1 comments

Parse string instead of using get methods to get the boxes attributes. More robust if the standard changes and decide to add new attributes. Also the order of the attributes is not decided by the order of the get methods (decided by the dev); instead it is the toString() function that takes care of it.

Using toString is the same as using get methods.