libxml2
Loading...
Searching...
No Matches
_xmlEntity Struct Reference

An entity declaration. More...

#include <entities.h>

Data Fields

void * _private
 application data
xmlElementType type
 XML_ENTITY_DECL, must be second !
const xmlCharname
 Entity name.
struct _xmlNodechildren
 First child link.
struct _xmlNodelast
 Last child link.
struct _xmlDtdparent
 -> DTD
struct _xmlNodenext
 next sibling link
struct _xmlNodeprev
 previous sibling link
struct _xmlDocdoc
 the containing document
xmlCharorig
 content without ref substitution
xmlCharcontent
 content or ndata if unparsed
int length
 the content length
xmlEntityType etype
 The entity type.
const xmlCharExternalID
 External identifier for PUBLIC.
const xmlCharSystemID
 URI for a SYSTEM or PUBLIC Entity.
struct _xmlEntitynexte
 unused
const xmlCharURI
 the full URI as computed
int owner
 unused
int flags
 various flags
unsigned long expandedSize
 expanded size

Detailed Description

An entity declaration.


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