Home
last modified time | relevance | path

Searched refs:defAttrOwnerElem (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c25247 xmlNodePtr defAttrOwnerElem = NULL; in xmlSchemaVAttributesComplex() local
25497 defAttrOwnerElem = ielem->node; in xmlSchemaVAttributesComplex()
25543 if ((xpathRes) || (defAttrOwnerElem)) { in xmlSchemaVAttributesComplex()
25574 if (defAttrOwnerElem) { in xmlSchemaVAttributesComplex()
25588 if (xmlNewProp(defAttrOwnerElem, in xmlSchemaVAttributesComplex()
25599 ns = xmlSearchNsByHref(defAttrOwnerElem->doc, in xmlSchemaVAttributesComplex()
25600 defAttrOwnerElem, iattr->nsName); in xmlSchemaVAttributesComplex()
25611 ns = xmlSearchNs(defAttrOwnerElem->doc, in xmlSchemaVAttributesComplex()
25612 defAttrOwnerElem, BAD_CAST prefix); in xmlSchemaVAttributesComplex()
25632 xmlNewNsProp(defAttrOwnerElem, ns, iattr->localName, value); in xmlSchemaVAttributesComplex()