webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
List of all members
XMLDocument Interface Reference

import"XMLDocument.idl";

Inheritance diagram for XMLDocument:
Document

Additional Inherited Members

- Public Member Functions inherited from Document
sequence< WebAnimationgetAnimations ()
 
Element createElement (DOMString tagName)
 
DocumentFragment createDocumentFragment ()
 
Text createTextNode (DOMString data)
 
Comment createComment (DOMString data)
 
CDATASection createCDATASection (DOMString data)
 
ProcessingInstruction createProcessingInstruction (DOMString target, DOMString data)
 
Attr createAttribute (DOMString name)
 
HTMLCollection getElementsByTagName (DOMString tagname)
 
Node importNode (Node importedNode, optional boolean deep=false)
 
Element createElementNS (DOMString? namespaceURI, DOMString qualifiedName)
 
Attr createAttributeNS (DOMString? namespaceURI, DOMString qualifiedName)
 
HTMLCollection getElementsByTagNameNS (DOMString? namespaceURI, DOMString localName)
 
Node adoptNode (Node source)
 
Event createEvent (DOMString eventType)
 
Range createRange ()
 
NodeIterator createNodeIterator (Node root, optional unsigned long whatToShow=0xFFFFFFFF, optional NodeFilter? filter=null)
 
TreeWalker createTreeWalker (Node root, optional unsigned long whatToShow=0xFFFFFFFF, optional NodeFilter? filter=null)
 
CSSStyleDeclaration getOverrideStyle (optional Element? element=null, optional DOMString pseudoElement="undefined")
 
XPathExpression createExpression (optional DOMString expression="undefined", optional XPathNSResolver? resolver)
 
XPathNSResolver createNSResolver (Node? nodeResolver)
 
XPathResult evaluate (optional DOMString expression="undefined", optional Node? contextNode, optional XPathNSResolver? resolver, optional unsigned short type=0, optional XPathResult? inResult)
 
boolean execCommand (DOMString command, optional boolean userInterface=false, optional DOMString? value=null)
 
boolean queryCommandEnabled (DOMString command)
 
boolean queryCommandIndeterm (DOMString command)
 
boolean queryCommandState (DOMString command)
 
boolean queryCommandSupported (DOMString command)
 
DOMString queryCommandValue (DOMString command)
 
NodeList getElementsByName ([AtomicString] DOMString elementName)
 
Range caretRangeFromPoint (optional long x=0, optional long y=0)
 
DOMSelection getSelection ()
 
CanvasRenderingContext2D or WebGLRenderingContextBase getCSSCanvasContext (DOMString contextId, DOMString name, long width, long height)
 
HTMLCollection getElementsByClassName (DOMString classNames)
 
boolean hasFocus ()
 
void exitPointerLock ()
 
DOMNamedFlowCollection webkitGetNamedFlows ()
 
- Public Attributes inherited from Document
readonly attribute DocumentTimeline timeline
 
readonly attribute DocumentType doctype
 
readonly attribute DOMImplementation implementation
 
readonly attribute Element documentElement
 
readonly attribute DOMString inputEncoding
 
readonly attribute DOMString xmlEncoding
 
attribute DOMString xmlVersion
 
attribute boolean xmlStandalone
 
readonly attribute USVString documentURI
 
readonly attribute DOMWindow defaultView
 
readonly attribute StyleSheetList styleSheets
 
readonly attribute DOMString contentType
 
attribute DOMString title
 
attribute DOMString dir
 
attribute DOMString designMode
 
readonly attribute USVString referrer
 
attribute USVString domain
 
readonly attribute USVString URL
 
attribute USVString cookie
 
attribute HTMLElement body
 
readonly attribute HTMLHeadElement head
 
readonly attribute HTMLCollection images
 
readonly attribute HTMLCollection applets
 
readonly attribute HTMLCollection links
 
readonly attribute HTMLCollection forms
 
readonly attribute HTMLCollection anchors
 
readonly attribute HTMLCollection embeds
 
readonly attribute HTMLCollection plugins
 
readonly attribute HTMLCollection scripts
 
readonly attribute DOMString lastModified
 
readonly attribute Location location
 
readonly attribute DOMString charset
 
readonly attribute DOMString readyState
 
readonly attribute DOMString characterSet
 
readonly attribute DOMString preferredStylesheetSet
 
attribute DOMString selectedStylesheetSet
 
readonly attribute DOMString compatMode
 
readonly attribute FontFaceSet fonts
 
readonly attribute VisibilityState visibilityState
 
readonly attribute boolean hidden
 
attribute EventHandler onvisibilitychange
 
readonly attribute HTMLScriptElement currentScript
 
readonly attribute USVString origin
 
readonly attribute Element scrollingElement
 
attribute EventHandler onbeforecopy
 
attribute EventHandler onbeforecut
 
attribute EventHandler onbeforeinput
 
attribute EventHandler onbeforepaste
 
attribute EventHandler oncopy
 
attribute EventHandler oncut
 
attribute EventHandler onpaste
 
attribute EventHandler onselectstart
 
attribute EventHandler onwebkitfullscreenchange
 
attribute EventHandler onwebkitfullscreenerror
 
attribute EventHandler onselectionchange
 
attribute EventHandler onreadystatechange
 
attribute EventHandler onpointerlockchange
 
attribute EventHandler onpointerlockerror
 
readonly attribute SVGSVGElement rootElement
 

The documentation for this interface was generated from the following file: