Searched refs:GetNamespaceURI (Results 1 – 6 of 6) sorted by relevance
27 WideString GetNamespaceURI() const;
31 ByteString GetNamespaceURI(const ByteString& qName) const;
59 WideString CFX_XMLElement::GetNamespaceURI() const { in GetNamespaceURI() function in CFX_XMLElement
59 ByteString CXML_Element::GetNamespaceURI(const ByteString& qName) const { in GetNamespaceURI() function in CXML_Element
875 return {static_cast<CFX_XMLElement*>(pXMLNode)->GetNamespaceURI()}; in TryNamespace()895 return {static_cast<CFX_XMLElement*>(pXMLNode)->GetNamespaceURI()}; in TryNamespace()
668 WideString wsNamespaceURI = pXMLDocumentElement->GetNamespaceURI(); in ParseAsXDPPacket_Template()