Home
last modified time | relevance | path

Searched refs:attrType (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/soap/
H A Dphp_schema.c37 static int schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, s…
1752 name = get_attribute(attrType->properties, "name"); in schema_attribute()
1754 name = ref = get_attribute(attrType->properties, "ref"); in schema_attribute()
1768 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(ns)); in schema_attribute()
1773 xmlAttrPtr ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1790 ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1823 type = get_attribute(attrType->properties, "type"); in schema_attribute()
1832 nsptr = xmlSearchNs(attrType->doc, attrType, BAD_CAST(str_ns)); in schema_attribute()
1840 attr = attrType->properties; in schema_attribute()
1910 xmlNodePtr parent = attrType->parent; in schema_attribute()
[all …]

Completed in 9 milliseconds