* xmlSetExternalEntityLoader: * @f: the new entity resolver function * * Changes the defaultexternal entity resolver function for the application */
| 2203 | * Changes the defaultexternal entity resolver function for the application |
| 2204 | */ |
| 2205 | void |
| 2206 | xmlSetExternalEntityLoader(xmlExternalEntityLoader f) { |
| 2207 | xmlCurrentExternalEntityLoader = f; |
| 2208 | } |
| 2209 | |
| 2210 | /** |
| 2211 | * xmlGetExternalEntityLoader: |
no outgoing calls