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