Searched defs:_xmlSchematronLet (Results 1 – 1 of 1) sorted by relevance
85 struct _xmlSchematronLet { struct86 xmlSchematronLetPtr next; /* the next let variable in the list */87 xmlChar *name; /* the name of the variable */88 xmlXPathCompExprPtr comp; /* the compiled expression */