loadenv.hxx (30acf5e8) loadenv.hxx (036fea61)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 286 unchanged lines hidden (view full) ---

295 regulate searching of targets, if sTarget is not a special one.
296
297 @param eFeature
298 flag field, which enable/disable special features of this
299 new instance for following load call.
300
301 @param eContentType
302 classify the given content.
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 286 unchanged lines hidden (view full) ---

295 regulate searching of targets, if sTarget is not a special one.
296
297 @param eFeature
298 flag field, which enable/disable special features of this
299 new instance for following load call.
300
301 @param eContentType
302 classify the given content.
303 This value is set to a default value "UNKNWON_CONTENT", which force
303 This value is set to a default value "UNKNOWN_CONTENT", which force
304 an internal check, if this content is loadable or not.
305 But may this check was already made by the caller of this method and
306 passing this information to this LoadEnv instance can suppress this
307 might expensive check.
308 That can be useful in case this information is needed outside too,
309 to decide if its necessary to create some resources for this load
310 request ... or to reject the request imidiatly if it seems to be not
311 loadable in general.

--- 389 unchanged lines hidden ---
304 an internal check, if this content is loadable or not.
305 But may this check was already made by the caller of this method and
306 passing this information to this LoadEnv instance can suppress this
307 might expensive check.
308 That can be useful in case this information is needed outside too,
309 to decide if its necessary to create some resources for this load
310 request ... or to reject the request imidiatly if it seems to be not
311 loadable in general.

--- 389 unchanged lines hidden ---