ReactOS 0.4.15-dev-7842-g558ab78
_xmlURI Struct Reference

#include <uri.h>

Collaboration diagram for _xmlURI:

Public Attributes

charscheme
 
charopaque
 
charauthority
 
charserver
 
charuser
 
int port
 
charpath
 
charquery
 
charfragment
 
int cleanup
 
charquery_raw
 

Detailed Description

Definition at line 33 of file uri.h.

Member Data Documentation

◆ authority

char* _xmlURI::authority

Definition at line 36 of file uri.h.

Referenced by xmlBuildURI(), and xsltLoadStylesheetPI().

◆ cleanup

int _xmlURI::cleanup

Definition at line 43 of file uri.h.

◆ fragment

char* _xmlURI::fragment

Definition at line 42 of file uri.h.

Referenced by xmlBuildURI(), and xsltLoadStylesheetPI().

◆ opaque

char* _xmlURI::opaque

Definition at line 35 of file uri.h.

Referenced by xsltLoadStylesheetPI().

◆ path

char* _xmlURI::path

Definition at line 40 of file uri.h.

Referenced by xmlBuildRelativeURI(), xmlBuildURI(), and xsltLoadStylesheetPI().

◆ port

int _xmlURI::port

Definition at line 39 of file uri.h.

Referenced by xmlBuildURI().

◆ query

char* _xmlURI::query

Definition at line 41 of file uri.h.

Referenced by xmlBuildURI(), and xsltLoadStylesheetPI().

◆ query_raw

char* _xmlURI::query_raw

Definition at line 44 of file uri.h.

Referenced by xmlBuildURI().

◆ scheme

char* _xmlURI::scheme

Definition at line 34 of file uri.h.

Referenced by xmlBuildRelativeURI(), xmlBuildURI(), and xsltLoadStylesheetPI().

◆ server

char* _xmlURI::server

Definition at line 37 of file uri.h.

Referenced by xmlBuildRelativeURI(), xmlBuildURI(), and xsltLoadStylesheetPI().

◆ user

char* _xmlURI::user

Definition at line 38 of file uri.h.

Referenced by xmlBuildURI(), and xsltLoadStylesheetPI().


The documentation for this struct was generated from the following file: