IDLeDOM
DOM interfaces automatically generated from WebIDL
|
Public Member Functions | |
string | getNamespaceURI () |
string | getPrefix () |
string | getLocalName () |
string | getTagName () |
string | getId () |
setId (string $val) | |
string | getClassName () |
setClassName (string $val) | |
DOMTokenList | getClassList () |
setClassList (string $val) | |
string | getSlot () |
setSlot (string $val) | |
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) |
Public Member Functions inherited from Wikimedia\IDLeDOM\Node | |
int | getNodeType () |
string | getNodeName () |
string | getBaseURI () |
bool | getIsConnected () |
Document null | getOwnerDocument () |
Wikimedia IDLeDOM Node | getRootNode ($options=null) |
Node null | getParentNode () |
Element null | getParentElement () |
bool | hasChildNodes () |
NodeList | getChildNodes () |
Node null | getFirstChild () |
Node null | getLastChild () |
Node null | getPreviousSibling () |
Node null | getNextSibling () |
string | getNodeValue () |
setNodeValue (?string $val) | |
string | getTextContent () |
setTextContent (?string $val) | |
void | normalize () |
Wikimedia IDLeDOM Node | cloneNode (bool $deep=false) |
bool | isEqualNode ($otherNode) |
bool | isSameNode ($otherNode) |
int | compareDocumentPosition ($other) |
bool | contains ($other) |
string | lookupPrefix (?string $namespace) |
string | lookupNamespaceURI (?string $prefix) |
bool | isDefaultNamespace (?string $namespace) |
Wikimedia IDLeDOM Node | insertBefore ($node, $child=null) |
Wikimedia IDLeDOM Node | appendChild ($node) |
Wikimedia IDLeDOM Node | replaceChild ($node, $child) |
Wikimedia IDLeDOM Node | removeChild ($child) |
Public Member Functions inherited from Wikimedia\IDLeDOM\EventTarget | |
void | addEventListener (string $type, $callback, $options=null) |
void | removeEventListener (string $type, $callback, $options=null) |
bool | dispatchEvent ($event) |
Public Member Functions inherited from Wikimedia\IDLeDOM\ChildNode | |
void | before (... $nodes) |
void | after (... $nodes) |
void | replaceWith (... $nodes) |
void | remove () |
Public Member Functions inherited from Wikimedia\IDLeDOM\InnerHTML | |
string | getInnerHTML () |
setInnerHTML (?string $val) | |
Public Member Functions inherited from Wikimedia\IDLeDOM\NonDocumentTypeChildNode | |
Element null | getPreviousElementSibling () |
Element null | getNextElementSibling () |
Public Member Functions inherited from Wikimedia\IDLeDOM\ParentNode | |
HTMLCollection | getChildren () |
Element null | getFirstElementChild () |
Element null | getLastElementChild () |
int | getChildElementCount () |
void | prepend (... $nodes) |
void | append (... $nodes) |
void | replaceChildren (... $nodes) |
Element null | querySelector (string $selectors) |
NodeList | querySelectorAll (string $selectors) |
Public Member Functions inherited from Wikimedia\IDLeDOM\Slottable | |
HTMLSlotElement null | getAssignedSlot () |
Additional Inherited Members | |
Public Attributes inherited from Wikimedia\IDLeDOM\Node | |
const | ELEMENT_NODE = 1 |
const | ATTRIBUTE_NODE = 2 |
const | TEXT_NODE = 3 |
const | CDATA_SECTION_NODE = 4 |
const | ENTITY_REFERENCE_NODE = 5 |
const | ENTITY_NODE = 6 |
const | PROCESSING_INSTRUCTION_NODE = 7 |
const | COMMENT_NODE = 8 |
const | DOCUMENT_NODE = 9 |
const | DOCUMENT_TYPE_NODE = 10 |
const | DOCUMENT_FRAGMENT_NODE = 11 |
const | NOTATION_NODE = 12 |
const | DOCUMENT_POSITION_DISCONNECTED = 0x01 |
const | DOCUMENT_POSITION_PRECEDING = 0x02 |
const | DOCUMENT_POSITION_FOLLOWING = 0x04 |
const | DOCUMENT_POSITION_CONTAINS = 0x08 |
const | DOCUMENT_POSITION_CONTAINED_BY = 0x10 |
const | DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20 |
ShadowRoot Wikimedia\IDLeDOM\Element::attachShadow | ( | $init | ) |
ShadowRootInit | associative-array | $init |
Wikimedia IDLeDOM Element null Wikimedia\IDLeDOM\Element::closest | ( | string | $selectors | ) |
string | $selectors |
string Wikimedia\IDLeDOM\Element::getAttribute | ( | string | $qualifiedName | ) |
string | $qualifiedName |
list< string > Wikimedia\IDLeDOM\Element::getAttributeNames | ( | ) |
Attr null Wikimedia\IDLeDOM\Element::getAttributeNode | ( | string | $qualifiedName | ) |
string | $qualifiedName |
Attr null Wikimedia\IDLeDOM\Element::getAttributeNodeNS | ( | ?string | $namespace, |
string | $localName ) |
?string | $namespace | |
string | $localName |
string Wikimedia\IDLeDOM\Element::getAttributeNS | ( | ?string | $namespace, |
string | $localName ) |
?string | $namespace | |
string | $localName |
NamedNodeMap Wikimedia\IDLeDOM\Element::getAttributes | ( | ) |
DOMTokenList Wikimedia\IDLeDOM\Element::getClassList | ( | ) |
string Wikimedia\IDLeDOM\Element::getClassName | ( | ) |
HTMLCollection Wikimedia\IDLeDOM\Element::getElementsByClassName | ( | string | $classNames | ) |
string | $classNames |
HTMLCollection Wikimedia\IDLeDOM\Element::getElementsByTagName | ( | string | $qualifiedName | ) |
string | $qualifiedName |
HTMLCollection Wikimedia\IDLeDOM\Element::getElementsByTagNameNS | ( | ?string | $namespace, |
string | $localName ) |
?string | $namespace | |
string | $localName |
string Wikimedia\IDLeDOM\Element::getId | ( | ) |
string Wikimedia\IDLeDOM\Element::getLocalName | ( | ) |
string Wikimedia\IDLeDOM\Element::getNamespaceURI | ( | ) |
string Wikimedia\IDLeDOM\Element::getOuterHTML | ( | ) |
string Wikimedia\IDLeDOM\Element::getPrefix | ( | ) |
ShadowRoot null Wikimedia\IDLeDOM\Element::getShadowRoot | ( | ) |
string Wikimedia\IDLeDOM\Element::getSlot | ( | ) |
string Wikimedia\IDLeDOM\Element::getTagName | ( | ) |
bool Wikimedia\IDLeDOM\Element::hasAttribute | ( | string | $qualifiedName | ) |
string | $qualifiedName |
bool Wikimedia\IDLeDOM\Element::hasAttributeNS | ( | ?string | $namespace, |
string | $localName ) |
?string | $namespace | |
string | $localName |
bool Wikimedia\IDLeDOM\Element::hasAttributes | ( | ) |
Wikimedia IDLeDOM Element null Wikimedia\IDLeDOM\Element::insertAdjacentElement | ( | string | $where, |
$element ) |
string | $where | |
\Wikimedia\IDLeDOM\Element | $element |
void Wikimedia\IDLeDOM\Element::insertAdjacentHTML | ( | string | $position, |
string | $text ) |
string | $position | |
string | $text |
void Wikimedia\IDLeDOM\Element::insertAdjacentText | ( | string | $where, |
string | $data ) |
string | $where | |
string | $data |
bool Wikimedia\IDLeDOM\Element::matches | ( | string | $selectors | ) |
string | $selectors |
void Wikimedia\IDLeDOM\Element::removeAttribute | ( | string | $qualifiedName | ) |
string | $qualifiedName |
Attr Wikimedia\IDLeDOM\Element::removeAttributeNode | ( | $attr | ) |
Attr | $attr |
void Wikimedia\IDLeDOM\Element::removeAttributeNS | ( | ?string | $namespace, |
string | $localName ) |
?string | $namespace | |
string | $localName |
void Wikimedia\IDLeDOM\Element::setAttribute | ( | string | $qualifiedName, |
string | $value ) |
string | $qualifiedName | |
string | $value |
Attr null Wikimedia\IDLeDOM\Element::setAttributeNode | ( | $attr | ) |
Attr | $attr |
Attr null Wikimedia\IDLeDOM\Element::setAttributeNodeNS | ( | $attr | ) |
Attr | $attr |
void Wikimedia\IDLeDOM\Element::setAttributeNS | ( | ?string | $namespace, |
string | $qualifiedName, | ||
string | $value ) |
?string | $namespace | |
string | $qualifiedName | |
string | $value |
Wikimedia\IDLeDOM\Element::setClassList | ( | string | $val | ) |
string | $val |
Wikimedia\IDLeDOM\Element::setClassName | ( | string | $val | ) |
string | $val |
Wikimedia\IDLeDOM\Element::setId | ( | string | $val | ) |
string | $val |
void Wikimedia\IDLeDOM\Element::setIdAttribute | ( | string | $qualifiedName, |
bool | $isId ) |
string | $qualifiedName | |
bool | $isId |
void Wikimedia\IDLeDOM\Element::setIdAttributeNode | ( | $attr, | |
bool | $isId ) |
Attr | $attr | |
bool | $isId |
void Wikimedia\IDLeDOM\Element::setIdAttributeNS | ( | string | $namespace, |
string | $qualifiedName, | ||
bool | $isId ) |
string | $namespace | |
string | $qualifiedName | |
bool | $isId |
Wikimedia\IDLeDOM\Element::setOuterHTML | ( | ?string | $val | ) |
?string | $val |
Wikimedia\IDLeDOM\Element::setSlot | ( | string | $val | ) |
string | $val |
bool Wikimedia\IDLeDOM\Element::toggleAttribute | ( | string | $qualifiedName, |
?bool | $force = null ) |
string | $qualifiedName | |
?bool | $force |
bool Wikimedia\IDLeDOM\Element::webkitMatchesSelector | ( | string | $selectors | ) |
string | $selectors |