Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xsd

32630     char * xsd; /* the path to a W3C XSD schema or NULL */
32636 xsd = gen_const_char_ptr(n_xsd, 1);
32638 ret_val = xmlTextReaderSchemaValidate(reader, (const char *)xsd);
32642 des_const_char_ptr(n_xsd, (const char *)xsd, 1);