|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <uri.h>

Public Attributes | |
| char * | scheme |
| char * | opaque |
| char * | authority |
| char * | server |
| char * | user |
| int | port |
| char * | path |
| char * | query |
| char * | fragment |
| int | cleanup |
| char * | query_raw |
| char* _xmlURI::authority |
Definition at line 36 of file uri.h.
Referenced by xmlBuildURI(), and xsltLoadStylesheetPI().
| char* _xmlURI::fragment |
Definition at line 42 of file uri.h.
Referenced by xmlBuildURI(), and xsltLoadStylesheetPI().
| char* _xmlURI::opaque |
Definition at line 35 of file uri.h.
Referenced by xsltLoadStylesheetPI().
| char* _xmlURI::path |
Definition at line 40 of file uri.h.
Referenced by xmlBuildRelativeURI(), xmlBuildURI(), and xsltLoadStylesheetPI().
| int _xmlURI::port |
Definition at line 39 of file uri.h.
Referenced by xmlBuildURI().
| char* _xmlURI::query |
Definition at line 41 of file uri.h.
Referenced by xmlBuildURI(), and xsltLoadStylesheetPI().
| char* _xmlURI::query_raw |
Definition at line 44 of file uri.h.
Referenced by xmlBuildURI().
| char* _xmlURI::scheme |
Definition at line 34 of file uri.h.
Referenced by xmlBuildRelativeURI(), xmlBuildURI(), and xsltLoadStylesheetPI().
| char* _xmlURI::server |
Definition at line 37 of file uri.h.
Referenced by xmlBuildRelativeURI(), xmlBuildURI(), and xsltLoadStylesheetPI().
| char* _xmlURI::user |
Definition at line 38 of file uri.h.
Referenced by xmlBuildURI(), and xsltLoadStylesheetPI().