Searched refs:attrType (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/soap/ |
H A D | php_schema.c | 40 static int schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, s… 1734 name = get_attribute(attrType->properties, "name"); in schema_attribute() 1736 name = ref = get_attribute(attrType->properties, "ref"); in schema_attribute() 1750 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(ns)); in schema_attribute() 1755 xmlAttrPtr ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute() 1772 ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute() 1804 type = get_attribute(attrType->properties, "type"); in schema_attribute() 1813 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns)); in schema_attribute() 1821 attr = attrType->properties; in schema_attribute() 1891 xmlNodePtr parent = attrType->parent; in schema_attribute() [all …]
|
Completed in 15 milliseconds