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

An Attribute declaration in a DTD. More...

#include <tree.h>

Data Fields

void * _private
 application data
 
xmlElementType type
 XML_ATTRIBUTE_DECL.
 
const xmlCharname
 attribute name
 
struct _xmlNodechildren
 NULL.
 
struct _xmlNodelast
 NULL.
 
struct _xmlDtdparent
 DTD.
 
struct _xmlNodenext
 next sibling
 
struct _xmlNodeprev
 previous sibling
 
struct _xmlDocdoc
 containing document
 
struct _xmlAttributenexth
 next in hash table
 
xmlAttributeType atype
 attribute type
 
xmlAttributeDefault def
 attribute default
 
xmlChardefaultValue
 default value
 
xmlEnumerationtree
 enumeration tree if any
 
const xmlCharprefix
 namespace prefix if any
 
const xmlCharelem
 element name
 

Detailed Description

An Attribute declaration in a DTD.

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


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