Searched refs:array_el (Results 1 – 1 of 1) sorted by relevance
1986 sdlTypePtr array_el; in to_xml_object() local1992 (array_el = model_array_element(sdlType->model)) != NULL) { in to_xml_object()1998 if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) { in to_xml_object()2003 property = master_to_xml(array_el->encode, *val, style, xmlParam); in to_xml_object()2005 xmlNodeSetName(property, BAD_CAST(array_el->name)); in to_xml_object()2007 array_el->namens && in to_xml_object()2008 array_el->form == XSD_FORM_QUALIFIED) { in to_xml_object()2009 xmlNsPtr nsp = encode_add_ns(property, array_el->namens); in to_xml_object()
Completed in 17 milliseconds