getQuotedText abstract method

Iterable<String> getQuotedText()

Returns list which content of quotes. Text: hi this is "example stuff" which 'can be parsed' will return List<String> [example stuff, can be parsed]

Implementation

Iterable<String> getQuotedText();