* xmlXPathInit: * * DEPRECATED: Alias for xmlInitParser. */
| 152 | * DEPRECATED: Alias for xmlInitParser. |
| 153 | */ |
| 154 | void |
| 155 | xmlXPathInit(void) { |
| 156 | xmlInitParser(); |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * xmlInitXPathInternal: |
nothing calls this directly
no test coverage detected