|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"DocumentAnimation.idl";
| Attr Document::createAttribute | ( | DOMString | name | ) |
| Attr Document::createAttributeNS | ( | DOMString? | namespaceURI, |
| DOMString | qualifiedName | ||
| ) |
| CDATASection Document::createCDATASection | ( | DOMString | data | ) |
| Comment Document::createComment | ( | DOMString | data | ) |
| DocumentFragment Document::createDocumentFragment | ( | ) |
| Element Document::createElement | ( | DOMString | tagName | ) |
| Element Document::createElementNS | ( | DOMString? | namespaceURI, |
| DOMString | qualifiedName | ||
| ) |
| Event Document::createEvent | ( | DOMString | eventType | ) |
| XPathExpression Document::createExpression | ( | optional DOMString | expression = "undefined", |
| optional XPathNSResolver? | resolver | ||
| ) |
| NodeIterator Document::createNodeIterator | ( | Node | root, |
| optional unsigned long | whatToShow = 0xFFFFFFFF, |
||
| optional NodeFilter? | filter = null |
||
| ) |
| XPathNSResolver Document::createNSResolver | ( | Node? | nodeResolver | ) |
| ProcessingInstruction Document::createProcessingInstruction | ( | DOMString | target, |
| DOMString | data | ||
| ) |
| Range Document::createRange | ( | ) |
| Text Document::createTextNode | ( | DOMString | data | ) |
| TreeWalker Document::createTreeWalker | ( | Node | root, |
| optional unsigned long | whatToShow = 0xFFFFFFFF, |
||
| optional NodeFilter? | filter = null |
||
| ) |
| XPathResult Document::evaluate | ( | optional DOMString | expression = "undefined", |
| optional Node? | contextNode, | ||
| optional XPathNSResolver? | resolver, | ||
| optional unsigned short | type = 0, |
||
| optional XPathResult? | inResult | ||
| ) |
| boolean Document::execCommand | ( | DOMString | command, |
| optional boolean | userInterface = false, |
||
| optional DOMString? | value = null |
||
| ) |
| void Document::exitPointerLock | ( | ) |
| sequence<WebAnimation> Document::getAnimations | ( | ) |
| CanvasRenderingContext2D or WebGLRenderingContextBase Document::getCSSCanvasContext | ( | DOMString | contextId, |
| DOMString | name, | ||
| long | width, | ||
| long | height | ||
| ) |
| HTMLCollection Document::getElementsByClassName | ( | DOMString | classNames | ) |
| NodeList Document::getElementsByName | ( | [AtomicString] DOMString | elementName | ) |
| HTMLCollection Document::getElementsByTagName | ( | DOMString | tagname | ) |
| HTMLCollection Document::getElementsByTagNameNS | ( | DOMString? | namespaceURI, |
| DOMString | localName | ||
| ) |
| CSSStyleDeclaration Document::getOverrideStyle | ( | optional Element? | element = null, |
| optional DOMString | pseudoElement = "undefined" |
||
| ) |
| DOMSelection Document::getSelection | ( | ) |
| boolean Document::hasFocus | ( | ) |
| boolean Document::queryCommandEnabled | ( | DOMString | command | ) |
| boolean Document::queryCommandIndeterm | ( | DOMString | command | ) |
| boolean Document::queryCommandState | ( | DOMString | command | ) |
| boolean Document::queryCommandSupported | ( | DOMString | command | ) |
| DOMString Document::queryCommandValue | ( | DOMString | command | ) |
| DOMNamedFlowCollection Document::webkitGetNamedFlows | ( | ) |
| readonly attribute HTMLCollection Document::anchors |
| readonly attribute HTMLCollection Document::applets |
| attribute HTMLElement Document::body |
| attribute USVString Document::cookie |
| readonly attribute HTMLScriptElement Document::currentScript |
| attribute DOMString Document::designMode |
| attribute DOMString Document::dir |
| readonly attribute DocumentType Document::doctype |
| attribute USVString Document::domain |
| readonly attribute HTMLCollection Document::embeds |
| readonly attribute FontFaceSet Document::fonts |
| readonly attribute HTMLCollection Document::forms |
| readonly attribute HTMLHeadElement Document::head |
| readonly attribute HTMLCollection Document::images |
| readonly attribute DOMImplementation Document::implementation |
| readonly attribute HTMLCollection Document::links |
| attribute EventHandler Document::onbeforecopy |
| attribute EventHandler Document::onbeforecut |
| attribute EventHandler Document::onbeforeinput |
| attribute EventHandler Document::onbeforepaste |
| attribute EventHandler Document::oncopy |
| attribute EventHandler Document::oncut |
| attribute EventHandler Document::onpaste |
| attribute EventHandler Document::onpointerlockchange |
| attribute EventHandler Document::onpointerlockerror |
| attribute EventHandler Document::onreadystatechange |
| attribute EventHandler Document::onselectionchange |
| attribute EventHandler Document::onselectstart |
| attribute EventHandler Document::onvisibilitychange |
| attribute EventHandler Document::onwebkitfullscreenchange |
| attribute EventHandler Document::onwebkitfullscreenerror |
| readonly attribute HTMLCollection Document::plugins |
| readonly attribute SVGSVGElement Document::rootElement |
| readonly attribute HTMLCollection Document::scripts |
| attribute DOMString Document::selectedStylesheetSet |
| readonly attribute StyleSheetList Document::styleSheets |
| readonly attribute DocumentTimeline Document::timeline |
| attribute DOMString Document::title |
| readonly attribute VisibilityState Document::visibilityState |
| attribute DOMString Document::xmlVersion |
1.8.13