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