Class TextDataParser

All Implemented Interfaces:
DataComponentVisitor, DataStreamParser

public class TextDataParser extends AbstractDataParser

New implementation of text data parser with better efficiency since the parsing tree is pre-computed during init instead of being re-evaluated while iterating through the component tree.

Since:
Dec 7, 2016