mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 22:50:17 +02:00
fixed GH #1826: XPath query error
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user