-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
modernweb ships its own fork of dom5, but doesn't use all of it (see here).
There's likely flexibility in changing interfaces via contributions.
| function | summary | migration/action |
|---|---|---|
| queryAll | traverses the tree of a node depth-first by a filter | use queryAll with a condition |
| getAttribute | gets the string value of an attribute by name | use getAttribute |
| hasAttribute | determines if an attribute exists by name | use hasAttribute |
| getTextContent | gets the text content of a node | use getTextContent |
| remove | removes a node | use tree adapter (detachNode) |
| setTextContent | sets the text content of a node | use setTextContent |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels