Home
last modified time | relevance | path

Searched refs:CFX_XMLElement (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlelement.cpp18 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 …]
Dcfx_xmlelement.h16 class CFX_XMLElement : public CFX_XMLAttributeNode {
18 explicit CFX_XMLElement(const WideString& wsTag);
19 ~CFX_XMLElement() override;
Dcfx_xmlparser.cpp65 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()
Dcfx_xmldoc.cpp104 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()
Dcfx_xmlnode.cpp111 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()
Dcfx_xmlparser.h17 class CFX_XMLElement; variable
/external/pdfium/fxjs/xfa/
Dcjx_packet.cpp35 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()
Dcjx_object.cpp343 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()
Dcjx_node.cpp229 XFA_RecognizeRichText(static_cast<CFX_XMLElement*>(pXMLNode)))) { in loadXML()
246 pFakeXMLRoot = pdfium::MakeUnique<CFX_XMLElement>( in loadXML()
Dcjx_object.h249 CFX_XMLElement* SetValue(XFA_Attribute eAttr,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp130 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 …]
Dcxfa_dataexporter.cpp61 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()
Dxfa_utils.h13 class CFX_XMLElement; variable
22 bool XFA_FDEExtension_ResolveNamespaceQualifier(CFX_XMLElement* pNode,
29 bool XFA_RecognizeRichText(CFX_XMLElement* pRichTextXMLNode);
Dxfa_utils.cpp463 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()
Dxfa_document_datamerger_imp.cpp152 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()
Dcxfa_node.cpp245 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/
Dcxfa_ffdoc.cpp177 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()
Dcxfa_textprovider.cpp71 CFX_XMLElement* pElement = static_cast<CFX_XMLElement*>(pXMLChild); in GetTextNode()
Dcxfa_textparser.cpp283 CFX_XMLElement* pXMLElement = static_cast<CFX_XMLElement*>(pXMLNode); in ParseTagInfo()
506 CFX_XMLElement* pElement = static_cast<CFX_XMLElement*>(pXMLNode); in GetEmbbedObj()
Dcxfa_textlayout.cpp85 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()
Dcxfa_widgetacc.cpp617 static_cast<CFX_XMLElement*>(pXMLNode)->SetString(L"href", wsHref); in SetImageEdit()