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

Public Attributes

const XML_Charname
 
const XML_ChartextPtr
 
int textLen
 
int processed
 
const XML_CharsystemId
 
const XML_Charbase
 
const XML_CharpublicId
 
const XML_Charnotation
 
XML_Bool open
 
XML_Bool is_param
 
XML_Bool is_internal
 

Detailed Description

Definition at line 318 of file xmlparse.c.

Member Data Documentation

◆ base

const XML_Char* ENTITY::base

Definition at line 324 of file xmlparse.c.

◆ is_internal

XML_Bool ENTITY::is_internal

Definition at line 329 of file xmlparse.c.

◆ is_param

XML_Bool ENTITY::is_param

Definition at line 328 of file xmlparse.c.

◆ name

const XML_Char* ENTITY::name

Definition at line 319 of file xmlparse.c.

◆ notation

const XML_Char* ENTITY::notation

Definition at line 326 of file xmlparse.c.

◆ open

XML_Bool ENTITY::open

Definition at line 327 of file xmlparse.c.

◆ processed

int ENTITY::processed

Definition at line 322 of file xmlparse.c.

◆ publicId

const XML_Char* ENTITY::publicId

Definition at line 325 of file xmlparse.c.

◆ systemId

const XML_Char* ENTITY::systemId

Definition at line 323 of file xmlparse.c.

◆ textLen

int ENTITY::textLen

Definition at line 321 of file xmlparse.c.

◆ textPtr

const XML_Char* ENTITY::textPtr

Definition at line 320 of file xmlparse.c.


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