Class Parser.Context.Basic

    • Method Detail

      • isLenientValidationRequested

        public boolean isLenientValidationRequested()
        Description copied from interface: Parser.Context
        If true, non-essential validation rules are not enforced. Non-essential validation rules are min/max values for numeric types and similar checks. However, any complete parsing failures should be still reported as validation errors. Default: false, i.e., full validation is performed.
        Specified by:
        isLenientValidationRequested in interface Parser.Context
      • isExternalResourceCreationEnabled

        public boolean isExternalResourceCreationEnabled()
        Description copied from interface: Parser.Context
        If true, external resources can be created by the parsing process. External resources need additional resource management, like explicit closing. Examples for external resources are network connections.
        Specified by:
        isExternalResourceCreationEnabled in interface Parser.Context