DescriptionRegularize lmp::XXX_element_handler.
This makes all non-XMLCALL element_handler functions uniform by making
their signature
void XXX_element_handler(FamilyData* self, const char** attributes)
This makes the code somewhat easier to follow, as it makes explicit
which functions are actually logically methods of FamilyData (start
with 'FamilyData* self') and which are called directly by expat
(start with 'void* data').
Committed: https://skia.googlesource.com/skia/+/e1ddb3b190697a26154bff207fce2189c8be6d30
Patch Set 1 #
Total comments: 2
Patch Set 2 : Pull things together. #Messages
Total messages: 14 (5 generated)
|