Defines | |
| #define | CAT_OTHER (0) |
| #define | CAT_SYSTEM (1) |
| #define | CAT_PUBLIC (2) |
| #define | CAT_DOCTYPE (3) |
| #define | CAT_ENTITY (4) |
| #define | CAT_PENTITY (5) |
| #define | CAT_OVERRIDE (5) |
| #define | CAT_BASE (6) |
| #define | OVR_PUBLIC (CAT_OVERRIDE + CAT_PUBLIC) |
| #define | OVR_DOCTYPE (CAT_OVERRIDE + CAT_DOCTYPE) |
| #define | OVR_ENTITY (CAT_OVERRIDE + CAT_ENTITY) |
Enumerations | |
| enum | catalog_location { CTL_START, CTL_END } |
Functions | |
| int | register_catalog_file (const char *file, catalog_location where) |
| int | is_absolute_path (const char *name) |
| char * | localpath (const char *ref, const char *name) |
| char const * | find_in_catalogue (int kind, char const *name, char const *pubid, char const *sysid, int ci) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
Check if the path is absolute or relative Input : path Output : TRUE if path is absolute/ FALSE otherwise |
|
||||||||||||
|
Return the local path of the file specified |
|
||||||||||||
|
|
1.4.5