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