mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 01:35:40 +03:00
14.06.2023
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user