Searched refs:attrType (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/soap/ |
H A D | php_schema.c | 37 static int schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, s… 1731 name = get_attribute(attrType->properties, "name"); in schema_attribute() 1733 name = ref = get_attribute(attrType->properties, "ref"); in schema_attribute() 1747 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(ns)); in schema_attribute() 1752 xmlAttrPtr ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute() 1769 ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute() 1802 type = get_attribute(attrType->properties, "type"); in schema_attribute() 1811 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns)); in schema_attribute() 1819 attr = attrType->properties; in schema_attribute() 1889 xmlNodePtr parent = attrType->parent; in schema_attribute() [all …]
|
Completed in 14 milliseconds