Searched defs:_xmlRelaxNGGrammar (Results 1 – 1 of 1) sorted by relevance
84 struct _xmlRelaxNGGrammar { struct85 xmlRelaxNGGrammarPtr parent; /* the parent grammar if any */86 xmlRelaxNGGrammarPtr children; /* the children grammar if any */87 xmlRelaxNGGrammarPtr next; /* the next grammar if any */88 xmlRelaxNGDefinePtr start; /* <start> content */89 xmlRelaxNGCombine combine; /* the default combine value */90 xmlRelaxNGDefinePtr startList; /* list of <start> definitions */91 xmlHashTablePtr defs; /* define* */92 xmlHashTablePtr refs; /* references */