public interface Parser
| Modifier and Type | Method and Description |
|---|---|
List<ParseResult> |
parse(String fileExtension,
String content)
Parse the
content and return the parsed result. |
List<ParseResult> parse(String fileExtension, String content)
content and return the parsed result.fileExtension - the file extension of the content, null means not
providedcontent - the contentCopyright © 2015. All rights reserved.