Searched defs:_xmlURI (Results 1 – 3 of 3) sorted by relevance
34 struct _xmlURI { struct35 char *scheme; /* the URI scheme */36 char *opaque; /* opaque part */37 char *authority; /* the authority part */38 char *server; /* the server part */39 char *user; /* the user part */40 int port; /* the port number */41 char *path; /* the path string */42 char *query; /* the query string (deprecated - use with caution) */43 char *fragment; /* the fragment identifier */[all …]