Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_schema.c40 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 10 milliseconds