Searched refs:array_el (Results 1 – 1 of 1) sorted by relevance
1859 sdlTypePtr array_el; in to_xml_object() local1865 (array_el = model_array_element(sdlType->model)) != NULL) { in to_xml_object()1871 if (Z_TYPE_P(val) == IS_NULL && array_el->nillable) { in to_xml_object()1876 property = master_to_xml(array_el->encode, val, style, xmlParam); in to_xml_object()1878 xmlNodeSetName(property, BAD_CAST(array_el->name)); in to_xml_object()1880 array_el->namens && in to_xml_object()1881 array_el->form == XSD_FORM_QUALIFIED) { in to_xml_object()1882 xmlNsPtr nsp = encode_add_ns(property, array_el->namens); in to_xml_object()
Completed in 14 milliseconds