/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlelement.cpp | 18 CFX_XMLElement::CFX_XMLElement(const WideString& wsTag) in CFX_XMLElement() function in CFX_XMLElement 21 CFX_XMLElement::~CFX_XMLElement() {} in ~CFX_XMLElement() 23 FX_XMLNODETYPE CFX_XMLElement::GetType() const { in GetType() 27 std::unique_ptr<CFX_XMLNode> CFX_XMLElement::Clone() { in Clone() 28 auto pClone = pdfium::MakeUnique<CFX_XMLElement>(GetName()); in Clone() 47 WideString CFX_XMLElement::GetLocalTagName() const { in GetLocalTagName() 54 WideString CFX_XMLElement::GetNamespacePrefix() const { in GetNamespacePrefix() 59 WideString CFX_XMLElement::GetNamespaceURI() const { in GetNamespaceURI() 72 auto* pElement = static_cast<const CFX_XMLElement*>(pNode); in GetNamespaceURI() 82 WideString CFX_XMLElement::GetTextData() const { in GetTextData() [all …]
|
D | cfx_xmlelement.h | 16 class CFX_XMLElement : public CFX_XMLAttributeNode { 18 explicit CFX_XMLElement(const WideString& wsTag); 19 ~CFX_XMLElement() override;
|
D | cfx_xmlparser.cpp | 65 m_ws2 = static_cast<CFX_XMLElement*>(m_pChild)->GetName(); in DoParser() 98 m_pChild = new CFX_XMLElement(m_ws1); in DoParser() 105 static_cast<CFX_XMLElement*>(m_pChild)->GetLocalTagName(); in DoParser() 126 static_cast<CFX_XMLElement*>(m_pChild)->SetString(m_ws1, m_ws2); in DoParser()
|
D | cfx_xmldoc.cpp | 104 ws += static_cast<CFX_XMLElement*>(pNode)->GetName(); in SaveXMLNode() 107 for (auto it : static_cast<CFX_XMLElement*>(pNode)->GetAttributes()) { in SaveXMLNode() 131 ws += static_cast<CFX_XMLElement*>(pNode)->GetName(); in SaveXMLNode()
|
D | cfx_xmlnode.cpp | 111 wsTag = static_cast<CFX_XMLElement*>(pNode)->GetName(); in GetPath() 113 wsTag = static_cast<CFX_XMLElement*>(pNode)->GetLocalTagName(); in GetPath() 383 ws += static_cast<CFX_XMLElement*>(pNode)->GetName(); in SaveXMLNode() 386 for (auto it : static_cast<CFX_XMLElement*>(pNode)->GetAttributes()) { in SaveXMLNode() 410 ws += static_cast<CFX_XMLElement*>(pNode)->GetName(); in SaveXMLNode()
|
D | cfx_xmlparser.h | 17 class CFX_XMLElement; variable
|
/external/pdfium/fxjs/xfa/ |
D | cjx_packet.cpp | 35 attributeValue = static_cast<CFX_XMLElement*>(pXMLNode)->GetString( in getAttribute() 50 static_cast<CFX_XMLElement*>(pXMLNode)->SetString( in setAttribute() 65 CFX_XMLElement* pXMLElement = static_cast<CFX_XMLElement*>(pXMLNode); in removeAttribute() 78 CFX_XMLElement* pXMLElement = static_cast<CFX_XMLElement*>(pXMLNode); in content() 86 CFX_XMLElement* pXMLElement = static_cast<CFX_XMLElement*>(pXMLNode); in content()
|
D | cjx_object.cpp | 343 CFX_XMLElement* elem = SetValue(eAttr, XFA_AttributeType::Boolean, in SetBoolean() 355 CFX_XMLElement* elem = SetValue(eAttr, XFA_AttributeType::Integer, in SetInteger() 397 CFX_XMLElement* elem = SetValue(eAttr, XFA_AttributeType::Enum, in SetEnum() 478 auto* elem = static_cast<CFX_XMLElement*>(xfaObj->GetXMLMappingNode()); in SetCData() 538 auto* elem = static_cast<CFX_XMLElement*>(xfaObj->GetXMLMappingNode()); in SetAttributeValue() 597 CFX_XMLElement* CJX_Object::SetValue(XFA_Attribute eAttr, in SetValue() 609 static_cast<CFX_XMLElement*>(ToNode(GetXFAObject())->GetXMLMappingNode()); in SetValue() 875 return {static_cast<CFX_XMLElement*>(pXMLNode)->GetNamespaceURI()}; in TryNamespace() 889 static_cast<CFX_XMLElement*>(pXMLNode), in TryNamespace() 895 return {static_cast<CFX_XMLElement*>(pXMLNode)->GetNamespaceURI()}; in TryNamespace()
|
D | cjx_node.cpp | 229 XFA_RecognizeRichText(static_cast<CFX_XMLElement*>(pXMLNode)))) { in loadXML() 246 pFakeXMLRoot = pdfium::MakeUnique<CFX_XMLElement>( in loadXML()
|
D | cjx_object.h | 249 CFX_XMLElement* SetValue(XFA_Attribute eAttr,
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_simple_parser.cpp | 130 WideString GetElementTagNamespaceURI(CFX_XMLElement* pElement) { in GetElementTagNamespaceURI() 147 CFX_XMLElement* pElement = reinterpret_cast<CFX_XMLElement*>(pNode); in MatchNodeName() 175 bool ResolveAttribute(CFX_XMLElement* pElement, in ResolveAttribute() 196 bool FindAttributeWithNS(CFX_XMLElement* pElement, in FindAttributeWithNS() 269 void ConvertXMLToPlainText(CFX_XMLElement* pRootXMLNode, WideString& wsOutput) { in ConvertXMLToPlainText() 277 static_cast<CFX_XMLElement*>(pXMLChild)->GetTextData(); in ConvertXMLToPlainText() 305 CFX_XMLElement* pXMLElement = static_cast<CFX_XMLElement*>(pXMLNode); in GetPlainTextFromRichText() 342 bool XFA_RecognizeRichText(CFX_XMLElement* pRichTextXMLNode) { in XFA_RecognizeRichText() 440 CFX_XMLElement* child = static_cast<CFX_XMLElement*>(pXMLChild); in ConstructXFANode() 521 CFX_XMLElement* pElement = static_cast<CFX_XMLElement*>(pXMLDocumentNode); in ParseAsXDPPacket_XDP() [all …]
|
D | cxfa_dataexporter.cpp | 61 CFX_XMLElement* pElement = in Export() 62 static_cast<CFX_XMLElement*>(pNode->GetXMLMappingNode()); in Export() 78 CFX_XMLElement* pElement = in Export() 79 static_cast<CFX_XMLElement*>(pNode->GetXMLMappingNode()); in Export() 99 CFX_XMLElement* pElement = in Export() 100 static_cast<CFX_XMLElement*>(pExportNode->GetXMLMappingNode()); in Export()
|
D | xfa_utils.h | 13 class CFX_XMLElement; variable 22 bool XFA_FDEExtension_ResolveNamespaceQualifier(CFX_XMLElement* pNode, 29 bool XFA_RecognizeRichText(CFX_XMLElement* pRichTextXMLNode);
|
D | xfa_utils.cpp | 463 bool XFA_FDEExtension_ResolveNamespaceQualifier(CFX_XMLElement* pNode, in XFA_FDEExtension_ResolveNamespaceQualifier() 483 auto* pElement = static_cast<CFX_XMLElement*>(pParent); in XFA_FDEExtension_ResolveNamespaceQualifier() 510 CFX_XMLElement* pXMLElement = static_cast<CFX_XMLElement*>(pXMLNode); in XFA_DataExporter_DealWithDataGroupNode() 519 static_cast<CFX_XMLElement*>(pXMLNode)->SetString(L"xfa:dataNode", in XFA_DataExporter_DealWithDataGroupNode()
|
D | xfa_document_datamerger_imp.cpp | 152 CFX_XMLElement* pXMLDataElement = in CreateDataBinding() 153 static_cast<CFX_XMLElement*>(pDataNode->GetXMLMappingNode()); in CreateDataBinding() 184 static_cast<CFX_XMLElement*>(pXMLNode)->SetString(L"xfa:dataNode", in CreateDataBinding() 299 CFX_XMLElement* pXMLDataElement = in CreateDataBinding() 300 static_cast<CFX_XMLElement*>(pDataNode->GetXMLMappingNode()); in CreateDataBinding() 1382 CFX_XMLElement* pDatasetsXMLNode = new CFX_XMLElement(L"xfa:datasets"); in DoDataMerge() 1421 CFX_XMLElement* pDataRootXMLNode = new CFX_XMLElement(L"xfa:data"); in DoDataMerge() 1473 CFX_XMLElement* pDataTopLevelXMLNode = in DoDataMerge() 1474 new CFX_XMLElement(wsDataTopLevelName); in DoDataMerge()
|
D | cxfa_node.cpp | 245 auto pCloneXMLElement = pdfium::MakeUnique<CFX_XMLElement>(wsName); in Clone() 944 CFX_XMLElement* pXMLElement = in RemoveChild() 945 static_cast<CFX_XMLElement*>(pNode->m_pXMLNode); in RemoveChild() 954 CFX_XMLElement* pNewXMLElement = new CFX_XMLElement(wsName); in RemoveChild() 1122 m_pXMLNode = new CFX_XMLElement(wsTag); in CreateXMLMappingNode()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdoc.cpp | 177 CFX_XMLElement* pDocumentElement = nullptr; in XFA_GetPDFContentsFromPDFXML() 182 CFX_XMLElement* pXMLElement = static_cast<CFX_XMLElement*>(pXMLNode); in XFA_GetPDFContentsFromPDFXML() 193 CFX_XMLElement* pChunkElement = nullptr; in XFA_GetPDFContentsFromPDFXML() 198 CFX_XMLElement* pXMLElement = static_cast<CFX_XMLElement*>(pXMLNode); in XFA_GetPDFContentsFromPDFXML()
|
D | cxfa_textprovider.cpp | 71 CFX_XMLElement* pElement = static_cast<CFX_XMLElement*>(pXMLChild); in GetTextNode()
|
D | cxfa_textparser.cpp | 283 CFX_XMLElement* pXMLElement = static_cast<CFX_XMLElement*>(pXMLNode); in ParseTagInfo() 506 CFX_XMLElement* pElement = static_cast<CFX_XMLElement*>(pXMLNode); in GetEmbbedObj()
|
D | cxfa_textlayout.cpp | 85 CFX_XMLElement* pXMLElement = static_cast<CFX_XMLElement*>(pXMLChild); in GetXMLContainerNode() 709 CFX_XMLElement* pElement = nullptr; in LoadRichText() 718 pElement = static_cast<CFX_XMLElement*>(pXMLNode); in LoadRichText()
|
D | cxfa_widgetacc.cpp | 617 static_cast<CFX_XMLElement*>(pXMLNode)->SetString(L"href", wsHref); in SetImageEdit()
|