Home
last modified time | relevance | path

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

/trunk/main/unoxml/source/dom/
H A Dattr.cxx55 xmlNsPtr pNs = xmlSearchNs(pNode->doc, pNode, pPrefix); in GetNamespace() local
56 if (pNs && (0 != xmlStrcmp(pNs->href, pUri))) { in GetNamespace()
57 return pNs; in GetNamespace()
59 pNs = xmlNewNs(pNode, pUri, pPrefix); in GetNamespace()
60 if (pNs) { in GetNamespace()
61 return pNs; in GetNamespace()
63 pNs = xmlSearchNsByHref(pNode->doc, pNode, pUri); in GetNamespace()
65 if (!pNs) { OSL_TRACE("CAtttr: cannot create namespace"); } in GetNamespace()
66 return pNs; in GetNamespace()
H A Delement.cxx61 for (xmlNsPtr pNs = m_aNodePtr->nsDef; pNs != 0; pNs = pNs->next) { in saxify() local
62 const xmlChar *pPrefix = pNs->prefix; in saxify()
69 const xmlChar *pHref = pNs->href; in saxify()
461 xmlNsPtr const pNs = in removeAttributeNS() local
464 if (0 == xmlUnsetNsProp(m_aNodePtr, pNs, pName)) { in removeAttributeNS()
565 xmlNsPtr const pNs( pCAttr->GetNamespace(m_aNodePtr) ); in setAttributeNode_Impl_Lock() local
701 if (pNs == NULL) { in setAttributeNS()
702 pNs = xmlNewNs(m_aNodePtr, xURI, xPrefix); in setAttributeNS()
705 if (strcmp((char*)pNs->href, (char*)xURI) != 0) { in setAttributeNS()
718 xmlNewNsProp(m_aNodePtr, pNs, xLName, xValue); in setAttributeNS()
[all …]
H A Dnode.cxx83 for (xmlNsPtr pNs = pNode->nsDef; pNs != 0; pNs = pNs->next) { in addNamespaces() local
84 const xmlChar *pPrefix = pNs->prefix; in addNamespaces()
87 const xmlChar *pHref = pNs->href; in addNamespaces()
343 xmlNsPtr const pNs( pCAttr->GetNamespace(m_aNodePtr) ); in appendChild() local
344 if (pNs) { in appendChild()
346 xmlNewNsProp(m_aNodePtr, pNs, cur->name, pChildren)); in appendChild()
H A Ddocument.cxx572 xmlNsPtr const pNs = xmlNewNs(pNode, xUri, xPrefix); in createElementNS() local
573 xmlSetNs(pNode, pNs); in createElementNS()
1074 for (const beans::Pair<OUString,sal_Int32>* pNs = pSeq; in fastSerialize() local
1075 pNs < pSeq + i_rRegisterNamespaces.getLength(); ++pNs) in fastSerialize()
1077 OSL_ENSURE(pNs->Second >= FastToken::NAMESPACE, in fastSerialize()
1079 aContext.maNamespaceMap[ pNs->First ] = pNs->Second; in fastSerialize()
H A Dattributesmap.cxx111 xmlNsPtr const pNs = xmlSearchNsByHref(pNode->doc, pNode, xNs); in getNamedItemNS() local
113 while (cur != NULL && pNs != NULL) in getNamedItemNS()
116 cur->ns == pNs) in getNamedItemNS()
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx443 xmlNsPtr pNs = pNode->ns; in getNodeQName() local
445 if (pNs->prefix != NULL) in getNodeQName()
447 rtl::OString sPrefix((const sal_Char*)pNs->prefix); in getNodeQName()

Completed in 49 milliseconds