Searched refs:ClosestDefault (Results 1 – 1 of 1) sorted by relevance
210 xmlNsPtr ClosestDefault = getClosestDefault(OriginalNode); in mergeAttributes() local238 ClosestDefault && in mergeAttributes()239 xmlStringsEqual(Attribute->ns->href, ClosestDefault->href)) { in mergeAttributes()253 (ClosestDefault && !xmlStringsEqual(OriginalAttribute->ns->href, in mergeAttributes()254 ClosestDefault->href))) { in mergeAttributes()402 xmlNsPtr ClosestDefault = getClosestDefault(DominantNode->parent); in mergeNamespaces() local404 searchOrDefine(ClosestDefault->href, DominantNode); in mergeNamespaces()454 xmlNsPtr ClosestDefault = getClosestDefault(NonDominantNode); in mergeNamespaces() local456 searchOrDefine(ClosestDefault->href, NonDominantNode); in mergeNamespaces()580 xmlNsPtr ClosestDefault = getClosestDefault(Node); in checkAndStripPrefixes() local[all …]