Searched defs:_xmlRelaxNGDefine (Results 1 – 1 of 1) sorted by relevance
160 struct _xmlRelaxNGDefine { struct161 xmlRelaxNGType type; /* the type of definition */162 xmlNodePtr node; /* the node in the source */163 xmlChar *name; /* the element local name if present */164 xmlChar *ns; /* the namespace local name if present */165 xmlChar *value; /* value when available */166 void *data; /* data lib or specific pointer */167 xmlRelaxNGDefinePtr content; /* the expected content */168 xmlRelaxNGDefinePtr parent; /* the parent definition, if any */169 xmlRelaxNGDefinePtr next; /* list within grouping sequences */[all …]