Home
last modified time | relevance | path

Searched defs:_xmlURI (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
Duri.h33 struct _xmlURI { struct
34 char *scheme; /* the URI scheme */
35 char *opaque; /* opaque part */
36 char *authority; /* the authority part */
37 char *server; /* the server part */
38 char *user; /* the user part */
39 int port; /* the port number */
40 char *path; /* the path string */
41 char *query; /* the query string (deprecated - use with caution) */
42 char *fragment; /* the fragment identifier */
[all …]