Uses of Class
com.aspose.tasks.ParseErrorCallback
-
-
Uses of ParseErrorCallback in com.aspose.tasks
Methods in com.aspose.tasks that return ParseErrorCallback Modifier and Type Method Description ParseErrorCallback
LoadOptions. getErrorHandler()
Specified callback method to handle xml parse errors.Methods in com.aspose.tasks with parameters of type ParseErrorCallback Modifier and Type Method Description void
LoadOptions. setErrorHandler(ParseErrorCallback value)
Specified callback method to handle xml parse errors.Constructors in com.aspose.tasks with parameters of type ParseErrorCallback Constructor Description Project(InputStream stream, ParseErrorCallback parseErrorHandler)
Initializes a new instance of theProject
class from a template(existent mpp or mpt file).Project(InputStream stream, ParseErrorCallback parseErrorHandler, PrimaveraXmlReadingOptions options)
Initializes a new instance of theProject
class from the Stream with the specified instance of thePrimaveraXmlReadingOptions
class.Project(String projectTemplate, ParseErrorCallback parseErrorHandler)
Initializes a new instance of theProject
class from a template (existent mpp or mpt file).Project(String projectTemplate, ParseErrorCallback parseErrorHandler, PrimaveraXmlReadingOptions options)
Initializes a new instance of theProject
class from a template (existent mpp or mpt file) with the specified instance of thePrimaveraXmlReadingOptions
class.
-