Searched defs:_xmlRelaxNGGrammar (Results 1 – 1 of 1) sorted by relevance
108 struct _xmlRelaxNGGrammar { struct109 xmlRelaxNGGrammarPtr parent; /* the parent grammar if any */110 xmlRelaxNGGrammarPtr children; /* the children grammar if any */111 xmlRelaxNGGrammarPtr next; /* the next grammar if any */112 xmlRelaxNGDefinePtr start; /* <start> content */113 xmlRelaxNGCombine combine; /* the default combine value */114 xmlRelaxNGDefinePtr startList; /* list of <start> definitions */115 xmlHashTablePtr defs; /* define* */116 xmlHashTablePtr refs; /* references */