• Home
  • Raw
  • Download

Lines Matching refs:pXFAChild

435           CXFA_Node* pXFAChild = m_pFactory->CreateNode(  in ConstructXFANode()  local
437 if (!pXFAChild) in ConstructXFANode()
442 pXFAChild->JSObject()->SetCData(XFA_Attribute::Name, wsNodeStr, false, in ConstructXFANode()
446 pXFAChild->JSObject()->SetCData(XFA_Attribute::Value, wsChildValue, in ConstructXFANode()
449 pXFANode->InsertChild(pXFAChild, nullptr); in ConstructXFANode()
450 pXFAChild->SetXMLMappingNode(pXMLChild); in ConstructXFANode()
451 pXFAChild->SetFlag(XFA_NodeFlag_Initialized, false); in ConstructXFANode()
889 CXFA_Node* pXFAChild = m_pFactory->CreateNode(ePacketID, eType); in NormalLoader() local
890 if (!pXFAChild) in NormalLoader()
893 pXFAChild->JSObject()->SetAttribute(XFA_Attribute::Name, in NormalLoader()
913 pXFAChild->JSObject()->SetAttribute(attr, it.second.AsStringView(), in NormalLoader()
916 pXFANode->InsertChild(pXFAChild, nullptr); in NormalLoader()
919 ParseContentNode(pXFAChild, pXMLElement, ePacketID); in NormalLoader()
921 NormalLoader(pXFAChild, pXMLElement, ePacketID, bUseAttribute); in NormalLoader()
925 switch (pXFAChild->GetObjectType()) { in NormalLoader()
931 ParseContentNode(pXFAChild, pXMLElement, ePacketID); in NormalLoader()
934 NormalLoader(pXFAChild, pXMLElement, ePacketID, bUseAttribute); in NormalLoader()
1063 CXFA_Node* pXFAChild = in ParseDataGroup() local
1065 if (!pXFAChild) in ParseDataGroup()
1068 pXFAChild->JSObject()->SetCData( in ParseDataGroup()
1101 pXFAChild->InsertChild(pXFAMetaData, nullptr); in ParseDataGroup()
1110 pXFANode->InsertChild(pXFAChild, nullptr); in ParseDataGroup()
1112 ParseDataGroup(pXFAChild, pXMLElement, ePacketID); in ParseDataGroup()
1114 ParseDataValue(pXFAChild, pXMLChild, XFA_PacketType::Datasets); in ParseDataGroup()
1116 pXFAChild->SetXMLMappingNode(pXMLElement); in ParseDataGroup()
1117 pXFAChild->SetFlag(XFA_NodeFlag_Initialized, false); in ParseDataGroup()
1127 CXFA_Node* pXFAChild = m_pFactory->CreateNode(XFA_PacketType::Datasets, in ParseDataGroup() local
1129 if (!pXFAChild) in ParseDataGroup()
1132 pXFAChild->JSObject()->SetCData(XFA_Attribute::Value, wsText, false, in ParseDataGroup()
1134 pXFANode->InsertChild(pXFAChild, nullptr); in ParseDataGroup()
1135 pXFAChild->SetXMLMappingNode(pXMLText); in ParseDataGroup()
1136 pXFAChild->SetFlag(XFA_NodeFlag_Initialized, false); in ParseDataGroup()
1177 CXFA_Node* pXFAChild = in ParseDataValue() local
1179 if (!pXFAChild) in ParseDataValue()
1182 pXFAChild->JSObject()->SetCData(XFA_Attribute::Name, L"", false, in ParseDataValue()
1184 pXFAChild->JSObject()->SetCData(XFA_Attribute::Value, wsCurValue, in ParseDataValue()
1186 pXFANode->InsertChild(pXFAChild, nullptr); in ParseDataValue()
1187 pXFAChild->SetXMLMappingNode(pXMLCurValueNode); in ParseDataValue()
1188 pXFAChild->SetFlag(XFA_NodeFlag_Initialized, false); in ParseDataValue()
1194 CXFA_Node* pXFAChild = in ParseDataValue() local
1196 if (!pXFAChild) in ParseDataValue()
1201 pXFAChild->JSObject()->SetCData(XFA_Attribute::Name, wsNodeStr, false, in ParseDataValue()
1203 ParseDataValue(pXFAChild, pXMLChild, ePacketID); in ParseDataValue()
1204 pXFANode->InsertChild(pXFAChild, nullptr); in ParseDataValue()
1205 pXFAChild->SetXMLMappingNode(pXMLChild); in ParseDataValue()
1206 pXFAChild->SetFlag(XFA_NodeFlag_Initialized, false); in ParseDataValue()
1208 pXFAChild->JSObject()->GetCData(XFA_Attribute::Value); in ParseDataValue()
1216 CXFA_Node* pXFAChild = in ParseDataValue() local
1218 if (!pXFAChild) in ParseDataValue()
1221 pXFAChild->JSObject()->SetCData(XFA_Attribute::Name, L"", false, false); in ParseDataValue()
1222 pXFAChild->JSObject()->SetCData(XFA_Attribute::Value, wsCurValue, false, in ParseDataValue()
1224 pXFANode->InsertChild(pXFAChild, nullptr); in ParseDataValue()
1225 pXFAChild->SetXMLMappingNode(pXMLCurValueNode); in ParseDataValue()
1226 pXFAChild->SetFlag(XFA_NodeFlag_Initialized, false); in ParseDataValue()