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