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