Skip navigation.

ATMI C Function Reference

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

 


setURLEntityCaching(3c)

Name

setURLEntityCaching() - Specifies a Xerces class method for setting or unsetting DTD, schema or Entity file caching for the XML parser.

Synopsis

void setURLEntityCaching (bool UseCache)

Description

setURLEntityCaching()is a method that caches the DTD, schema and Entity files by default. It allows you to turn caching of the files on or off. UseCache is set to false if caching is to be turned off and set to true if caching is to be turned on. This method is exclusively used in conjunction with the following two Xerces objects:

 

Skip navigation bar  Back to Top Previous Next