Searched refs:CFDE_XMLInstruction (Results 1 – 2 of 2) sorted by relevance
386 CFDE_XMLInstruction* pInstruction = (CFDE_XMLInstruction*)pNode; in SaveXMLNode()508 return (IFDE_XMLInstruction*)new CFDE_XMLInstruction(wsTarget); in Create()510 CFDE_XMLInstruction::CFDE_XMLInstruction(const CFX_WideString& wsTarget) in CFDE_XMLInstruction() function in CFDE_XMLInstruction514 CFDE_XMLNode* CFDE_XMLInstruction::Clone(FX_BOOL bRecursive) { in Clone()515 CFDE_XMLInstruction* pClone = new CFDE_XMLInstruction(m_wsTarget); in Clone()526 int32_t CFDE_XMLInstruction::CountAttributes() const { in CountAttributes()529 FX_BOOL CFDE_XMLInstruction::GetAttribute(int32_t index, in GetAttribute()544 FX_BOOL CFDE_XMLInstruction::HasAttribute(const FX_WCHAR* pwsAttriName) const { in HasAttribute()553 void CFDE_XMLInstruction::GetString(const FX_WCHAR* pwsAttriName, in GetString()565 void CFDE_XMLInstruction::SetString(const CFX_WideString& wsAttriName, in SetString()[all …]
14 class CFDE_XMLInstruction; variable52 class CFDE_XMLInstruction : public CFDE_XMLNode {54 CFDE_XMLInstruction(const CFX_WideString& wsTarget);84 ~CFDE_XMLInstruction() {} in ~CFDE_XMLInstruction()