_xmlAttr Struct Reference

#include <stdapis/libxml2/libxml2_tree.h>

struct _xmlAttr
Public Attributes
void *_private
xmlAttributeType atype
struct _xmlNode *children
struct _xmlDoc *doc
struct _xmlNode *last
const xmlChar *name
struct _xmlAttr *next
xmlNs *ns
struct _xmlNode *parent
struct _xmlAttr *prev
void *psvi
xmlElementType type

Member Attribute Documentation

_private

void *_private

atype

children

struct _xmlNode *children

doc

struct _xmlDoc *doc

last

struct _xmlNode *last

name

const xmlChar *name

next

struct _xmlAttr *next

ns

xmlNs *ns

parent

struct _xmlNode *parent

prev

struct _xmlAttr *prev

psvi

void *psvi

type