_xmlDtd Struct Reference

#include <stdapis/libxml2/libxml2_tree.h>

struct _xmlDtd
Public Attributes
const xmlChar *ExternalID
const xmlChar *SystemID
void *_private
void *attributes
struct _xmlNode *children
struct _xmlDoc *doc
void *elements
void *entities
struct _xmlNode *last
const xmlChar *name
struct _xmlNode *next
void *notations
struct _xmlDoc *parent
void *pentities
struct _xmlNode *prev
xmlElementType type

Member Attribute Documentation

ExternalID

const xmlChar *ExternalID

SystemID

const xmlChar *SystemID

_private

void *_private

attributes

void *attributes

children

struct _xmlNode *children

doc

struct _xmlDoc *doc

elements

void *elements

entities

void *entities

last

struct _xmlNode *last

name

const xmlChar *name

next

struct _xmlNode *next

notations

void *notations

parent

struct _xmlDoc *parent

pentities

void *pentities

prev

struct _xmlNode *prev

type