bugfix: decode adaptation for xml && allow filter for count arg in xpath && filter result cache
This commit is contained in:
@ -103,7 +103,11 @@ public:
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool is_equal_node(ObIMulModeBase* other) {
|
||||
bool is_equal_node(const ObIMulModeBase* other) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool is_node_before(const ObIMulModeBase* other) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user