Searched defs:_xmlRelaxNGDefine (Results 1 – 1 of 1) sorted by relevance
131 struct _xmlRelaxNGDefine { struct132 xmlRelaxNGType type; /* the type of definition */133 xmlNodePtr node; /* the node in the source */134 xmlChar *name; /* the element local name if present */135 xmlChar *ns; /* the namespace local name if present */136 xmlChar *value; /* value when available */137 void *data; /* data lib or specific pointer */138 xmlRelaxNGDefinePtr content; /* the expected content */139 xmlRelaxNGDefinePtr parent; /* the parent definition, if any */140 xmlRelaxNGDefinePtr next; /* list within grouping sequences */[all …]