|
string | getNamespaceURI () |
|
string | getPrefix () |
|
string | getLocalName () |
|
string | getTagName () |
|
DOMTokenList | getClassList () |
|
bool | hasAttributes () |
|
NamedNodeMap | getAttributes () |
|
list< string > | getAttributeNames () |
|
string | getAttribute (string $qualifiedName) |
|
string | getAttributeNS (?string $namespace, string $localName) |
|
void | setAttribute (string $qualifiedName, string $value) |
|
void | setAttributeNS (?string $namespace, string $qualifiedName, string $value) |
|
void | removeAttribute (string $qualifiedName) |
|
void | removeAttributeNS (?string $namespace, string $localName) |
|
bool | toggleAttribute (string $qualifiedName, ?bool $force=null) |
|
bool | hasAttribute (string $qualifiedName) |
|
bool | hasAttributeNS (?string $namespace, string $localName) |
|
Attr null | getAttributeNode (string $qualifiedName) |
|
Attr null | getAttributeNodeNS (?string $namespace, string $localName) |
|
Attr null | setAttributeNode ($attr) |
|
Attr null | setAttributeNodeNS ($attr) |
|
Attr | removeAttributeNode ($attr) |
|
ShadowRoot | attachShadow ($init) |
|
ShadowRoot null | getShadowRoot () |
|
Wikimedia IDLeDOM Element null | closest (string $selectors) |
|
bool | matches (string $selectors) |
|
bool | webkitMatchesSelector (string $selectors) |
|
HTMLCollection | getElementsByTagName (string $qualifiedName) |
|
HTMLCollection | getElementsByTagNameNS (?string $namespace, string $localName) |
|
HTMLCollection | getElementsByClassName (string $classNames) |
|
Wikimedia IDLeDOM Element null | insertAdjacentElement (string $where, $element) |
|
void | insertAdjacentText (string $where, string $data) |
|
string | getOuterHTML () |
|
| setOuterHTML (?string $val) |
|
void | insertAdjacentHTML (string $position, string $text) |
|
void | setIdAttribute (string $qualifiedName, bool $isId) |
|
void | setIdAttributeNode ($attr, bool $isId) |
|
void | setIdAttributeNS (string $namespace, string $qualifiedName, bool $isId) |
|
◆ _unimplemented()
Exception Wikimedia\IDLeDOM\Stub\Element::_unimplemented |
( |
| ) |
|
|
abstractprotected |
◆ attachShadow()
ShadowRoot Wikimedia\IDLeDOM\Stub\Element::attachShadow |
( |
| $init | ) |
|
- Parameters
-
ShadowRootInit | associative-array | $init | |
- Returns
- ShadowRoot
◆ closest()
Wikimedia IDLeDOM Element null Wikimedia\IDLeDOM\Stub\Element::closest |
( |
string | $selectors | ) |
|
- Parameters
-
- Returns
- \Wikimedia\IDLeDOM\Element|null
◆ getAttribute()
string Wikimedia\IDLeDOM\Stub\Element::getAttribute |
( |
string | $qualifiedName | ) |
|
- Parameters
-
- Returns
- ?string
◆ getAttributeNames()
list< string > Wikimedia\IDLeDOM\Stub\Element::getAttributeNames |
( |
| ) |
|
◆ getAttributeNode()
Attr null Wikimedia\IDLeDOM\Stub\Element::getAttributeNode |
( |
string | $qualifiedName | ) |
|
- Parameters
-
- Returns
- Attr|null
◆ getAttributeNodeNS()
Attr null Wikimedia\IDLeDOM\Stub\Element::getAttributeNodeNS |
( |
?string | $namespace, |
|
|
string | $localName ) |
- Parameters
-
?string | $namespace | |
string | $localName | |
- Returns
- Attr|null
◆ getAttributeNS()
string Wikimedia\IDLeDOM\Stub\Element::getAttributeNS |
( |
?string | $namespace, |
|
|
string | $localName ) |
- Parameters
-
?string | $namespace | |
string | $localName | |
- Returns
- ?string
◆ getAttributes()
NamedNodeMap Wikimedia\IDLeDOM\Stub\Element::getAttributes |
( |
| ) |
|
◆ getClassList()
DOMTokenList Wikimedia\IDLeDOM\Stub\Element::getClassList |
( |
| ) |
|
◆ getElementsByClassName()
HTMLCollection Wikimedia\IDLeDOM\Stub\Element::getElementsByClassName |
( |
string | $classNames | ) |
|
- Parameters
-
- Returns
- HTMLCollection
◆ getElementsByTagName()
HTMLCollection Wikimedia\IDLeDOM\Stub\Element::getElementsByTagName |
( |
string | $qualifiedName | ) |
|
- Parameters
-
- Returns
- HTMLCollection
◆ getElementsByTagNameNS()
HTMLCollection Wikimedia\IDLeDOM\Stub\Element::getElementsByTagNameNS |
( |
?string | $namespace, |
|
|
string | $localName ) |
- Parameters
-
?string | $namespace | |
string | $localName | |
- Returns
- HTMLCollection
◆ getLocalName()
string Wikimedia\IDLeDOM\Stub\Element::getLocalName |
( |
| ) |
|
◆ getNamespaceURI()
string Wikimedia\IDLeDOM\Stub\Element::getNamespaceURI |
( |
| ) |
|
◆ getOuterHTML()
string Wikimedia\IDLeDOM\Stub\Element::getOuterHTML |
( |
| ) |
|
◆ getPrefix()
string Wikimedia\IDLeDOM\Stub\Element::getPrefix |
( |
| ) |
|
◆ getShadowRoot()
ShadowRoot null Wikimedia\IDLeDOM\Stub\Element::getShadowRoot |
( |
| ) |
|
◆ getTagName()
string Wikimedia\IDLeDOM\Stub\Element::getTagName |
( |
| ) |
|
◆ hasAttribute()
bool Wikimedia\IDLeDOM\Stub\Element::hasAttribute |
( |
string | $qualifiedName | ) |
|
◆ hasAttributeNS()
bool Wikimedia\IDLeDOM\Stub\Element::hasAttributeNS |
( |
?string | $namespace, |
|
|
string | $localName ) |
- Parameters
-
?string | $namespace | |
string | $localName | |
- Returns
- bool
◆ hasAttributes()
bool Wikimedia\IDLeDOM\Stub\Element::hasAttributes |
( |
| ) |
|
◆ insertAdjacentElement()
Wikimedia IDLeDOM Element null Wikimedia\IDLeDOM\Stub\Element::insertAdjacentElement |
( |
string | $where, |
|
|
| $element ) |
- Parameters
-
string | $where | |
\Wikimedia\IDLeDOM\Element | $element | |
- Returns
- \Wikimedia\IDLeDOM\Element|null
◆ insertAdjacentHTML()
void Wikimedia\IDLeDOM\Stub\Element::insertAdjacentHTML |
( |
string | $position, |
|
|
string | $text ) |
- Parameters
-
string | $position | |
string | $text | |
- Returns
- void
◆ insertAdjacentText()
void Wikimedia\IDLeDOM\Stub\Element::insertAdjacentText |
( |
string | $where, |
|
|
string | $data ) |
◆ matches()
bool Wikimedia\IDLeDOM\Stub\Element::matches |
( |
string | $selectors | ) |
|
◆ removeAttribute()
void Wikimedia\IDLeDOM\Stub\Element::removeAttribute |
( |
string | $qualifiedName | ) |
|
◆ removeAttributeNode()
Attr Wikimedia\IDLeDOM\Stub\Element::removeAttributeNode |
( |
| $attr | ) |
|
◆ removeAttributeNS()
void Wikimedia\IDLeDOM\Stub\Element::removeAttributeNS |
( |
?string | $namespace, |
|
|
string | $localName ) |
- Parameters
-
?string | $namespace | |
string | $localName | |
- Returns
- void
◆ setAttribute()
void Wikimedia\IDLeDOM\Stub\Element::setAttribute |
( |
string | $qualifiedName, |
|
|
string | $value ) |
- Parameters
-
string | $qualifiedName | |
string | $value | |
- Returns
- void
◆ setAttributeNode()
Attr null Wikimedia\IDLeDOM\Stub\Element::setAttributeNode |
( |
| $attr | ) |
|
- Parameters
-
- Returns
- Attr|null
◆ setAttributeNodeNS()
Attr null Wikimedia\IDLeDOM\Stub\Element::setAttributeNodeNS |
( |
| $attr | ) |
|
- Parameters
-
- Returns
- Attr|null
◆ setAttributeNS()
void Wikimedia\IDLeDOM\Stub\Element::setAttributeNS |
( |
?string | $namespace, |
|
|
string | $qualifiedName, |
|
|
string | $value ) |
- Parameters
-
?string | $namespace | |
string | $qualifiedName | |
string | $value | |
- Returns
- void
◆ setIdAttribute()
void Wikimedia\IDLeDOM\Stub\Element::setIdAttribute |
( |
string | $qualifiedName, |
|
|
bool | $isId ) |
- Parameters
-
string | $qualifiedName | |
bool | $isId | |
- Returns
- void
◆ setIdAttributeNode()
void Wikimedia\IDLeDOM\Stub\Element::setIdAttributeNode |
( |
| $attr, |
|
|
bool | $isId ) |
◆ setIdAttributeNS()
void Wikimedia\IDLeDOM\Stub\Element::setIdAttributeNS |
( |
string | $namespace, |
|
|
string | $qualifiedName, |
|
|
bool | $isId ) |
- Parameters
-
string | $namespace | |
string | $qualifiedName | |
bool | $isId | |
- Returns
- void
◆ setOuterHTML()
Wikimedia\IDLeDOM\Stub\Element::setOuterHTML |
( |
?string | $val | ) |
|
◆ toggleAttribute()
bool Wikimedia\IDLeDOM\Stub\Element::toggleAttribute |
( |
string | $qualifiedName, |
|
|
?bool | $force = null ) |
- Parameters
-
string | $qualifiedName | |
?bool | $force | |
- Returns
- bool
◆ webkitMatchesSelector()
bool Wikimedia\IDLeDOM\Stub\Element::webkitMatchesSelector |
( |
string | $selectors | ) |
|
The documentation for this class was generated from the following file: