Apache HTTPD
Public Attributes | List of all members
apr_xml_doc Struct Reference

#include <apr_xml.h>

Public Attributes

apr_xml_elemroot
 
apr_array_header_tnamespaces
 

Detailed Description

apr_xml_doc: holds a parsed XML document

Definition at line 200 of file apr_xml.h.

Member Data Documentation

◆ namespaces

apr_array_header_t* apr_xml_doc::namespaces

array of namespaces used

Definition at line 204 of file apr_xml.h.

◆ root

apr_xml_elem* apr_xml_doc::root

root element

Definition at line 202 of file apr_xml.h.


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