Searched refs:CFX_XMLInstruction (Results 1 – 7 of 7) sorted by relevance
15 CFX_XMLInstruction::CFX_XMLInstruction(const WideString& wsTarget) in CFX_XMLInstruction() function in CFX_XMLInstruction18 CFX_XMLInstruction::~CFX_XMLInstruction() {} in ~CFX_XMLInstruction()20 FX_XMLNODETYPE CFX_XMLInstruction::GetType() const { in GetType()24 std::unique_ptr<CFX_XMLNode> CFX_XMLInstruction::Clone() { in Clone()25 auto pClone = pdfium::MakeUnique<CFX_XMLInstruction>(GetName()); in Clone()31 void CFX_XMLInstruction::AppendData(const WideString& wsData) { in AppendData()35 void CFX_XMLInstruction::RemoveData(int32_t index) { in RemoveData()
16 class CFX_XMLInstruction : public CFX_XMLAttributeNode {18 explicit CFX_XMLInstruction(const WideString& wsTarget);19 ~CFX_XMLInstruction() override;
23 m_pRoot->InsertChildNode(new CFX_XMLInstruction(L"xml")); in CFX_XMLDoc()56 CFX_XMLInstruction* pInstruction = (CFX_XMLInstruction*)pNode; in SaveXMLNode()
89 m_pChild = new CFX_XMLInstruction(m_ws1); in DoParser()148 auto* instruction = static_cast<CFX_XMLInstruction*>(m_pChild); in DoParser()
336 CFX_XMLInstruction* pInstruction = (CFX_XMLInstruction*)pNode; in SaveXMLNode()
17 class CFX_XMLInstruction; variable73 CFX_XMLInstruction* pXMLInstruction,
939 ParseInstruction(pXFANode, static_cast<CFX_XMLInstruction*>(pXMLChild), in NormalLoader()1239 CFX_XMLInstruction* pXMLInstruction, in ParseInstruction()