Uses of Class
org.pentaho.reporting.libraries.xmlns.parser.ParseException
Package
Description
-
Uses of ParseException in org.pentaho.reporting.libraries.xmlns.common
Modifier and TypeMethodDescriptionstatic Boolean
ParserUtil.parseBoolean
(String value, Locator locator) Translates an boolean string ("true" or "false") into the corresponding Boolean object.static float
ParserUtil.parseFloat
(String text, String message, Locator locator) Parses the stringtext
into an float. -
Uses of ParseException in org.pentaho.reporting.libraries.xmlns.parser
Modifier and TypeMethodDescriptionprotected Object
AbstractXmlReadHandler.performExternalParsing
(String file, Class targetClass) Parses an external file using LibLoader and returns the parsed result as an object of typetargetClass
.protected Object
AbstractXmlReadHandler.performExternalParsing
(String file, Class targetClass, Map map) Parses an external file using LibLoader and returns the parsed result as an object of typetargetClass
.