Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c25218 xmlNodePtr defAttrOwnerElem = NULL; in xmlSchemaVAttributesComplex() local
25468 defAttrOwnerElem = ielem->node; in xmlSchemaVAttributesComplex()
25514 if ((xpathRes) || (defAttrOwnerElem)) { in xmlSchemaVAttributesComplex()
25545 if (defAttrOwnerElem) { in xmlSchemaVAttributesComplex()
25559 if (xmlNewProp(defAttrOwnerElem, in xmlSchemaVAttributesComplex()
25570 ns = xmlSearchNsByHref(defAttrOwnerElem->doc, in xmlSchemaVAttributesComplex()
25571 defAttrOwnerElem, iattr->nsName); in xmlSchemaVAttributesComplex()
25582 ns = xmlSearchNs(defAttrOwnerElem->doc, in xmlSchemaVAttributesComplex()
25583 defAttrOwnerElem, BAD_CAST prefix); in xmlSchemaVAttributesComplex()
25603 xmlNewNsProp(defAttrOwnerElem, ns, iattr->localName, value); in xmlSchemaVAttributesComplex()