Searched refs:array_el (Results 1 – 1 of 1) sorted by relevance
1902 sdlTypePtr array_el; in to_xml_object() local1908 (array_el = model_array_element(sdlType->model)) != NULL) { in to_xml_object()1914 if (Z_TYPE_P(val) == IS_NULL && array_el->nillable) { in to_xml_object()1919 property = master_to_xml(array_el->encode, val, style, xmlParam); in to_xml_object()1921 xmlNodeSetName(property, BAD_CAST(array_el->name)); in to_xml_object()1923 array_el->namens && in to_xml_object()1924 array_el->form == XSD_FORM_QUALIFIED) { in to_xml_object()1925 xmlNsPtr nsp = encode_add_ns(property, array_el->namens); in to_xml_object()
Completed in 24 milliseconds