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

#include <apr_xml.h>

Public Attributes

const charname
 
int ns
 
const charvalue
 
struct apr_xml_attrnext
 

Detailed Description

apr_xml_attr: holds a parsed XML attribute

Definition at line 148 of file apr_xml.h.

Member Data Documentation

◆ name

const char* apr_xml_attr::name

attribute name

Definition at line 150 of file apr_xml.h.

◆ next

struct apr_xml_attr* apr_xml_attr::next

next attribute

Definition at line 158 of file apr_xml.h.

◆ ns

int apr_xml_attr::ns

index into namespace array

Definition at line 152 of file apr_xml.h.

◆ value

const char* apr_xml_attr::value

attribute value

Definition at line 155 of file apr_xml.h.


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