Concrete implementation of {@link DataHandlingStrategy} which stores anylabel data (character data or markup) encountered while processing.
If the label applies to a group, the current group (from the context) is updated with the label data when {@link #stopHandlingData} is called, andthe buffer is cleared.
If the label does not apply to a group, the label data remains accessible via {@link #getCharacterData()}.