/
Dante
/
node-core
Обзор
Документация
Войти
/
Dante
/
node-core
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node-core
/
node_modules
/
node-html-parser
/
..
dist
add
2 года назад
CHANGELOG.md
add
2 года назад
LICENSE
add
2 года назад
README.md
add
2 года назад
package.json
add
2 года назад
Fast HTML Parser
Install
Performance
Usage
Global Methods
parse(data[, options])
valid(data[, options])
Class
HTMLElement Methods
trimRight()
removeWhitespace()
querySelectorAll(selector)
querySelector(selector)
getElementsByTagName(tagName)
closest(selector)
appendChild(node)
insertAdjacentHTML(where, html)
setAttribute(key: string, value: string)
setAttributes(attrs: Record)
removeAttribute(key: string)
getAttribute(key: string)
exchangeChild(oldNode: Node, newNode: Node)
removeChild(node: Node)
toString()
setcontent(content: string | Node | Node[])
remove()
replaceWith(...nodes: (string | Node)[])
classList
classList.add
classList.replace(old: string, new: string)
classList.remove()
classList.toggle(className: string):void
classList.contains(className: string): boolean
classList.value
clone()
getElementById(id: string): HTMLElement | null
HTMLElement Properties
text
rawText
tagName
structuredText
structure
firstChild
lastChild
innerHTML
outerHTML
nextSibling
nextElementSibling
previousSibling
previousElementSibling
textContent
attributes
range
README.md