14.06.2023

This commit is contained in:
Plotnikov
2023-06-14 18:08:32 +03:00
parent b0a0566f19
commit bdf6eab9ec
221 changed files with 203557 additions and 585 deletions

View File

@@ -32,11 +32,6 @@ public:
//static bool validateXML(const QString &xsdschema, const QString &xmlschema);
QDomNode findElementRec(QDomNode domNode, QString path);
QDomNode findElement(QString path);
//void searchPrepare();
//QDomNode searchNodeWithTag(QString tag); //QDomNode startNode,
//QDomNode searchNodeWithAttr(QString attrName, QString attrVal); //QDomNode startNode,
QString makeNodeXPath(QDomNode node);
QDomNode getNodeFromXPath(QString path, bool debugTrace=false);
QString getNodeText(QString path);
void setNodeText(QString path, QString text);
void deleteNode(QString path);
@@ -50,7 +45,6 @@ public:
int getNodePathIndex(QString name);
QString dmIdentString(QString dmIdentPath);
QString pmIdentString(QString pmIdentPath);
QString dmCodeIdentString(QDomNode node);
void setCurItem(int ind);
void clearItems();
@@ -84,10 +78,6 @@ public:
int bugCnt=0;
RU_Const ru_const;
//struct searchListStruct {
// QString name;
// QDomNode node;
//};
struct ItemStruct { // Основная структура хранения данных
QString fileName, S1000D_fileName, SCORM_fileName;