Lines Matching refs:xmlChar

62             const xmlChar *pPrefix = pNs->prefix;  in saxify()
69 const xmlChar *pHref = pNs->href; in saxify()
119 const xmlChar* xName = pAttr->name; in fastSaxify()
135 const xmlChar* xPrefix = m_aNodePtr->ns ? m_aNodePtr->ns->prefix : (const xmlChar*)""; in fastSaxify()
136 const xmlChar* xName = m_aNodePtr->name; in fastSaxify()
243 ::boost::shared_ptr<xmlChar const> const pValue( in getAttribute()
244 xmlGetProp(m_aNodePtr, (xmlChar*)o1.getStr()), xmlFree); in getAttribute()
265 xmlChar const*const pName = in getAttributeNode()
266 reinterpret_cast<xmlChar const*>(o1.getStr()); in getAttributeNode()
291 xmlChar const*const pName = in getAttributeNodeNS()
292 reinterpret_cast<xmlChar const*>(o1.getStr()); in getAttributeNodeNS()
294 xmlChar const*const pNS = in getAttributeNodeNS()
295 reinterpret_cast<xmlChar const*>(o2.getStr()); in getAttributeNodeNS()
322 xmlChar const*const pName = in getAttributeNS()
323 reinterpret_cast<xmlChar const*>(o1.getStr()); in getAttributeNS()
325 xmlChar const*const pNS = in getAttributeNS()
326 reinterpret_cast<xmlChar const*>(o2.getStr()); in getAttributeNS()
327 ::boost::shared_ptr<xmlChar const> const pValue( in getAttributeNS()
398 xmlChar *xName = (xmlChar*)o1.getStr(); in hasAttribute()
413 xmlChar *xName = (xmlChar*)o1.getStr(); in hasAttributeNS()
415 xmlChar *xNs = (xmlChar*)o2.getStr(); in hasAttributeNS()
431 xmlChar const*const pName = in removeAttribute()
432 reinterpret_cast<xmlChar const*>(o1.getStr()); in removeAttribute()
456 xmlChar const*const pName = in removeAttributeNS()
457 reinterpret_cast<xmlChar const*>(o1.getStr()); in removeAttributeNS()
459 xmlChar const*const pURI = in removeAttributeNS()
460 reinterpret_cast<xmlChar const*>(o2.getStr()); in removeAttributeNS()
561 xmlChar const*const pContent( in setAttributeNode_Impl_Lock()
622 xmlChar *xName = (xmlChar*)o1.getStr(); in setAttribute()
624 xmlChar *xValue = (xmlChar*)o2.getStr(); in setAttribute()
631 ::boost::shared_ptr<xmlChar const> const pOld( in setAttribute()
670 xmlChar *xPrefix = NULL; in setAttributeNS()
671 xmlChar *xLName = NULL; in setAttributeNS()
673 xmlChar *xQName = (xmlChar*)o1.getStr(); in setAttributeNS()
680 xPrefix = (xmlChar*)o2.getStr(); in setAttributeNS()
684 xLName = (xmlChar*)o3.getStr(); in setAttributeNS()
686 xPrefix = (xmlChar*)""; in setAttributeNS()
691 xmlChar *xURI= (xmlChar*)o4.getStr(); in setAttributeNS()
692 xmlChar *xValue = (xmlChar*)o5.getStr(); in setAttributeNS()
714 ::boost::shared_ptr<xmlChar const> const pOld( in setAttributeNS()
762 const xmlChar* xName = m_aNodePtr->name; in getLocalName()
790 xmlChar *xName = (xmlChar*)oName.getStr(); in setElementName()