libxml2
Loading...
Searching...
No Matches
Data Fields
_xmlDtd Struct Reference

An XML DTD, as defined by <!DOCTYPE ... There is actually one for the internal subset and for the external subset. More...

#include <tree.h>

Data Fields

void * _private
 application data
 
xmlElementType type
 XML_DTD_NODE.
 
const xmlCharname
 name of the DTD
 
struct _xmlNodechildren
 first child
 
struct _xmlNodelast
 last child
 
struct _xmlDocparent
 parent node
 
struct _xmlNodenext
 next sibling
 
struct _xmlNodeprev
 previous sibling
 
struct _xmlDocdoc
 containing document
 
void * notations
 hash table for notations if any
 
void * elements
 hash table for elements if any
 
void * attributes
 hash table for attributes if any
 
void * entities
 hash table for entities if any
 
xmlCharExternalID
 public identifier
 
xmlCharSystemID
 system identifier
 
void * pentities
 hash table for parameter entities if any
 

Detailed Description

An XML DTD, as defined by <!DOCTYPE ... There is actually one for the internal subset and for the external subset.

Should be treated as opaque. Accessing members directly is deprecated.


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