public interface Parser<T>
T parse(String text) throws ParseException
ParseExceptionT parse(String text, boolean withoutLocation) throws ParseException
ParseExceptionT parse(File file) throws ParseException
ParseExceptionT parse(File file, String encoding) throws ParseException
ParseExceptionT parse(Reader reader) throws ParseException
ParseExceptionCopyright © 2017. All rights reserved.