#include <DOMEditor.h>
|
| DOMEditor (InspectorHistory &) |
|
| ~DOMEditor () |
|
ExceptionOr< void > | insertBefore (Node &parentNode, Ref< Node > &&, Node *anchorNode) |
|
ExceptionOr< void > | removeChild (Node &parentNode, Node &) |
|
ExceptionOr< void > | setAttribute (Element &, const String &name, const String &value) |
|
ExceptionOr< void > | removeAttribute (Element &, const String &name) |
|
ExceptionOr< void > | setOuterHTML (Node &, const String &html, Node *&newNode) |
|
ExceptionOr< void > | replaceWholeText (Text &, const String &text) |
|
ExceptionOr< void > | replaceChild (Node &parentNode, Ref< Node > &&newNode, Node &oldNode) |
|
ExceptionOr< void > | setNodeValue (Node &parentNode, const String &value) |
|
bool | insertBefore (Node &parentNode, Ref< Node > &&, Node *anchorNode, ErrorString &) |
|
bool | removeChild (Node &parentNode, Node &, ErrorString &) |
|
bool | setAttribute (Element &, const String &name, const String &value, ErrorString &) |
|
bool | removeAttribute (Element &, const String &name, ErrorString &) |
|
bool | setOuterHTML (Node &, const String &html, Node *&newNode, ErrorString &) |
|
bool | replaceWholeText (Text &, const String &text, ErrorString &) |
|
◆ DOMEditor()
◆ ~DOMEditor()
WebCore::DOMEditor::~DOMEditor |
( |
| ) |
|
◆ insertBefore() [1/2]
◆ insertBefore() [2/2]
◆ removeAttribute() [1/2]
◆ removeAttribute() [2/2]
◆ removeChild() [1/2]
◆ removeChild() [2/2]
bool WebCore::DOMEditor::removeChild |
( |
Node & |
parentNode, |
|
|
Node & |
node, |
|
|
ErrorString & |
errorString |
|
) |
| |
◆ replaceChild()
◆ replaceWholeText() [1/2]
◆ replaceWholeText() [2/2]
bool WebCore::DOMEditor::replaceWholeText |
( |
Text & |
textNode, |
|
|
const String & |
text, |
|
|
ErrorString & |
errorString |
|
) |
| |
◆ setAttribute() [1/2]
◆ setAttribute() [2/2]
◆ setNodeValue()
◆ setOuterHTML() [1/2]
◆ setOuterHTML() [2/2]
The documentation for this class was generated from the following files: