Uses of Class
org.libxmq.ParseException
-
Uses of ParseException in org.libxmq
Methods in org.libxmq with parameters of type ParseExceptionModifier and TypeMethodDescriptionstatic StringXMQ.printException(ParseException e) Render a locale adapted text cli error printout of a parse exception using the default locale.static StringXMQ.printException(ParseException e, Locale locale) Render a locale adapted text cli error printout of a parse exception.Methods in org.libxmq that throw ParseExceptionModifier and TypeMethodDescriptionXMQ.parseBuffer(String buffer, InputSettings is) Parse a buffer containing XMQ/XML/HTML/JSON/CLINES.XMQ.parseFile(Path file, InputSettings is) Parse a file containing XMQ/XML/HTML/JSON/CLINES.XMQ.queryBuffer(String buffer, InputSettings is) Parse a buffer containing XMQ/XML/HTML/JSON/CLINES and return a Query object for the DOM.XMQ.queryFile(Path file, InputSettings is) Parse a file containing XMQ/XML/HTML/JSON/CLINES and return a Query object to the DOM.