fixed GH #1826: XPath query error

This commit is contained in:
Günter Obiltschnig
2017-08-11 19:13:02 +02:00
parent 85d0cfb9ed
commit e679ebe419
3 changed files with 68 additions and 14 deletions

View File

@@ -64,6 +64,7 @@ protected:
static bool namesAreEqual(const Node* pNode1, const Node* pNode2, const NSMap* pNSMap);
static bool namesAreEqual(const Node* pNode, const XMLString& name, const NSMap* pNSMap);
static const XMLString WILDCARD;
private:
AbstractNode* _pFirstChild;