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