Searched refs:wsTag (Results 1 – 7 of 7) sorted by relevance
104 WideString wsTag = in DoParser() local106 if (wsTag == L"template") { in DoParser()111 } else if (wsTag == L"datasets") { in DoParser()
18 CFX_XMLElement::CFX_XMLElement(const WideString& wsTag) in CFX_XMLElement() argument19 : CFX_XMLAttributeNode(wsTag) {} in CFX_XMLElement()
106 WideString wsTag; in GetPath() local111 wsTag = static_cast<CFX_XMLElement*>(pNode)->GetName(); in GetPath()113 wsTag = static_cast<CFX_XMLElement*>(pNode)->GetLocalTagName(); in GetPath()115 if (wsTag.Compare(csPath) == 0) { in GetPath()
18 explicit CFX_XMLElement(const WideString& wsTag);
86 WideString wsTag = pXMLElement->GetLocalTagName(); in GetXMLContainerNode() local87 if (wsTag == L"body" || wsTag == L"html") { in GetXMLContainerNode()
306 WideString wsTag = pXMLElement->GetLocalTagName(); in GetPlainTextFromRichText() local307 uint32_t uTag = FX_HashCode_GetW(wsTag.AsStringView(), true); in GetPlainTextFromRichText()
1121 WideString wsTag(JSObject()->GetCData(XFA_Attribute::Name)); in CreateXMLMappingNode() local1122 m_pXMLNode = new CFX_XMLElement(wsTag); in CreateXMLMappingNode()