Searched refs:xNs (Results 1 – 2 of 2) sorted by relevance
109 xmlChar const*const xNs = in getNamedItemNS() local111 xmlNsPtr const pNs = xmlSearchNsByHref(pNode->doc, pNode, xNs); in getNamedItemNS()
415 xmlChar *xNs = (xmlChar*)o2.getStr(); in hasAttributeNS() local416 return (m_aNodePtr != NULL && xmlHasNsProp(m_aNodePtr, xName, xNs) != NULL); in hasAttributeNS()
Completed in 17 milliseconds