Home | History | Annotate | Download | only in parser

Lines Matching defs:wsContentType

89           CFX_WideString wsContentType;
90 pChildNode->GetAttribute(XFA_ATTRIBUTE_ContentType, wsContentType,
92 if (wsContentType == L"text/html")
94 else if (wsContentType == L"text/xml")
135 CFX_WideString wsContentType;
139 image.GetContentType(wsContentType);
147 pDataNode->SetCData(XFA_ATTRIBUTE_ContentType, wsContentType);
285 CFX_WideString wsContentType;
287 pXMLDataElement->GetString(L"xfa:contentType", wsContentType);
288 if (!wsContentType.IsEmpty()) {
289 pDataNode->SetCData(XFA_ATTRIBUTE_ContentType, wsContentType);
290 image.SetContentType(wsContentType);