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

An XML Element declaration from a DTD. More...

#include <tree.h>

Data Fields

void * _private
 application data
 
xmlElementType type
 XML_ELEMENT_DECL.
 
const xmlCharname
 element name
 
struct _xmlNodechildren
 NULL.
 
struct _xmlNodelast
 NULL.
 
struct _xmlDtdparent
 -> DTD
 
struct _xmlNodenext
 next sibling
 
struct _xmlNodeprev
 previous sibling
 
struct _xmlDocdoc
 containing document
 
xmlElementTypeVal etype
 element type
 
xmlElementContentcontent
 allowed element content
 
xmlAttributeattributes
 list of declared attributes
 
const xmlCharprefix
 namespace prefix if any
 
xmlRegexpcontModel
 validating regexp
 

Detailed Description

An XML Element declaration from a DTD.

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


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