Home
last modified time | relevance | path

Searched refs:GetXMLDocument (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.h56 CFX_XMLDocument* GetXMLDocument() const { return m_pXMLDoc.get(); } in GetXMLDocument() function
/external/pdfium/fxjs/xfa/
Dcjx_packet.cpp91 ->GetXMLDocument() in content()
Dcjx_node.cpp278 GetXFANode()->GetDocument()->GetNotify()->GetHDOC()->GetXMLDocument(); in loadXML()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp1618 notify_->GetHDOC()->GetXMLDocument()->CreateNode<CFX_XMLElement>( in DoDataMerge()
1667 notify_->GetHDOC()->GetXMLDocument()->CreateNode<CFX_XMLElement>( in DoDataMerge()
1725 notify_->GetHDOC()->GetXMLDocument()->CreateNode<CFX_XMLElement>( in DoDataMerge()
Dcxfa_node.h485 CFX_XMLDocument* GetXMLDocument() const;
Dcxfa_node.cpp980 GetXMLDocument()->CreateNode<CFX_XMLElement>(wsName); in Clone()
984 auto* text = GetXMLDocument()->CreateNode<CFX_XMLText>(wsValue); in Clone()
992 pCloneXML = xml_node_->Clone(GetXMLDocument()); in Clone()
1599 auto* pNewXMLElement = GetXMLDocument()->CreateNode<CFX_XMLElement>(wsName); in RemoveChildAndNotify()
1602 auto* text = GetXMLDocument()->CreateNode<CFX_XMLText>(wsValue); in RemoveChildAndNotify()
1793 xml_node_ = GetXMLDocument()->CreateNode<CFX_XMLElement>( in CreateXMLMappingNode()
5058 auto* text = GetXMLDocument()->CreateNode<CFX_XMLText>(value); in SetToXML()
5083 CFX_XMLDocument* CXFA_Node::GetXMLDocument() const { in GetXMLDocument() function in CXFA_Node
5084 return GetDocument()->GetNotify()->GetHDOC()->GetXMLDocument(); in GetXMLDocument()