Searched refs:newAttr (Results 1 – 2 of 2) sorted by relevance
1729 sdlAttributePtr newAttr; in schema_attribute() local1846 newAttr->use = XSD_USE_REQUIRED; in schema_attribute()1848 newAttr->use = XSD_USE_OPTIONAL; in schema_attribute()1850 newAttr->use = XSD_USE_DEFAULT; in schema_attribute()1874 if (!newAttr->extraAttributes) { in schema_attribute()1984 sdlAttributePtr newAttr; in schema_attributeGroup() local2144 sdlAttributePtr newAttr; in schema_attributegroup_fixup() local2150 if (newAttr->def) {newAttr->def = estrdup(newAttr->def);} in schema_attributegroup_fixup()2151 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup()2152 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()[all …]
47 ZEND_ARG_OBJ_INFO(0, newAttr, DOMAttr, 0)80 ZEND_ARG_OBJ_INFO(0, newAttr, DOMAttr, 0)
Completed in 19 milliseconds