package
0.0.0-20250114223724-bf5a736592da
Repository: https://github.com/myelophone/godomparser.git
Documentation: pkg.go.dev
# Functions
After insert after end.
Append.
Before insert before begin.
ChildNodes.
Children returns node type is html.ElementNode.
Clone cloneNode.
CloneAll clone while keeping all descendents.
Count childElementCount count child element.
Create create ElementNode from text.
Empty remove all of child nodes.
First firstElementChild.
Html innerHTML.
HTML outerHTML.
Insert <!-- beforebegin --> <p> <!-- afterbegin --> childnodes <!-- beforeend --> </p> <!-- afterend -->.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Last lastElementChild.
LastDescendant if FirstChild is nil returns given html.Node.
Next nextElementSibling.
NextAll returns all next sibling hhtml.ElementNode.
Parent parentElement.
Prepend insert after begin.
Prev previousElementSibling.
PrevAll returns all previous sibling html.ElementNode.
Remove.
Replace replaceChild.
Sibling returns all sibling html.ElementNode.
Text.
Wrap wraps html.Node of the first argument specified.
WrapAll wraps given nodes of the first argument by node of second argument.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author