Home | History | Annotate | Download | only in libxml2

Lines Matching refs:stringType

5310     int stringType;
5328 stringType = val && ((val->type >= XML_SCHEMAS_STRING && val->type <= XML_SCHEMAS_NORMSTRING)
5331 (stringType && val->value.str) ? val->value.str : value);