mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Implement the (string) replace all operations for Node
This commit is contained in:
parent
67c73ddd59
commit
d36838d050
Notes:
sideshowbarker
2024-07-18 04:38:24 +09:00
Author: https://github.com/Lubrsi
Commit: d36838d050
Pull-request: https://github.com/SerenityOS/serenity/pull/9850
2 changed files with 30 additions and 0 deletions
|
@ -182,6 +182,9 @@ public:
|
|||
i32 id() const { return m_id; }
|
||||
static Node* from_id(i32 node_id);
|
||||
|
||||
void replace_all(RefPtr<Node>);
|
||||
void string_replace_all(String const&);
|
||||
|
||||
protected:
|
||||
Node(Document&, NodeType);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue