- класс
Element
(php\jsoup\Element
) - исходники
php/jsoup/Element.php
Классы наследники
Описание
Class Element
->
html()
->
outerHtml()
->
text()
->
nodeName()
->
tagName()
->
isBlock()
->
id()
->
attr()
->
val()
->
dataset()
->
parent()
->
parents()
->
child()
->
children()
->
select()
->
addClass()
->
removeClass()
->
hasClass()
html(string $html): string
outerHtml(): string
text(mixed $text): string
nodeName(): string
tagName(string $tagName): string
isBlock(): bool
id(): string
attr(mixed $attributeKey, mixed $attributeValue): $this
val(string $value): string
dataset(): array
parent(): Element
parents(): Elements
child(int $index): Element
children(): Elements
select(string $cssQuery): Elements
addClass(string $class): void
removeClass(string $class): void
hasClass(string $class): bool