Skip navigation.

ATMI C Function Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


setURLEntityCacheDir(3c)

Name

setURLEntityCacheDir() - Specifies a Xerces class method for setting the directory where the DTD, schema and Entity files are to be cached.

Synopsis

void setURLEntityCacheDir (const char* cachedir)

Description

setURLEntityCacheDir() is method called when caching is turned on and you want the DTD, schema and Entity files to be cached to a specific directory. cachedir specifies the absolute path to the location of the files.

If this method is not called and caching is turned on either by calling the method setURLEntityCaching() or by not setting the environment variable, then the files are cached in the current directory. This method is exclusively used in conjunction with the following two Xerces objects:

 

Skip navigation bar  Back to Top Previous Next