Searched refs:attrGroup (Results 1 – 2 of 2) sorted by relevance
1968 static int schema_attributeGroup(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrGroup, sdlTypePtr cur_t… in schema_attributeGroup() argument1974 name = get_attribute(attrGroup->properties, "name"); in schema_attributeGroup()1976 name = ref = get_attribute(attrGroup->properties, "ref"); in schema_attributeGroup()1984 ns = get_attribute(attrGroup->properties, "targetNamespace"); in schema_attributeGroup()2017 nsptr = xmlSearchNs(attrGroup->doc, attrGroup, BAD_CAST(ns)); in schema_attributeGroup()2036 trav = attrGroup->children; in schema_attributeGroup()
3277 foreach ($param->attrGroups as $attrGroup) {3278 foreach ($attrGroup->attrs as $attr) {3517 foreach ($class->attrGroups as $attrGroup) {3518 foreach ($attrGroup->attrs as $attr) {
Completed in 27 milliseconds