References
Class Summary
Static Public Class Summary | ||
public |
CSSStyleDeclaration represents a collection of CSS property-value pairs. |
|
public |
|
|
public |
|
|
public |
|
|
public |
DOMException(code: number) |
|
public |
|
|
public |
|
|
public |
The DocumentFragment interface represents a minimal document object that has no parent. |
|
public |
The outerHTML attribute of the element DOM interface gets the serialized HTML fragment describing the element including its descendants. |
|
public |
The Element interface represents an object within a DOM document. |
|
public |
The HTMLAnchorElement interface represents hyperlink elements and provides special properties and methods (beyond those of the regular HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of such elements. |
|
public |
Class provides interface for HTLMCollection. |
|
public |
The HTMLDocumentElement interface contains descriptive metadata about a documentElement. |
|
public |
The HTMLElement interface represents any HTML element. |
|
public |
The HTMLMetaElement interface contains descriptive metadata about a document. |
|
public |
The HTMLOptionElement interface represents option elements and inherits all classes and methods of the HTMLElement interface. |
|
public |
HTML select elements share all of the properties and methods of other HTML elements described in the element section. |
|
public |
<caption> element. |
|
public |
<table> element. |
|
public |
|
|
public |
The HTMLSectionElement interface represents table section (thead, tbody etc.) and inherits all classes and methods of the HTMLElement interface. |
|
public |
A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly. |
|
public |
NodeList objects are collections of nodes such as those returned by Node.childNodes and the document.querySelectorAll method.. |
|
public |
The ParentNode interface contains methods that are particular to Node objects that can have children. |
|
public |
|
|
public |
Helper class providing URLUtils object implementation. |
Function Summary
Static Public Function Summary | ||
public |
attributeNameToProperty(name: string): string Function converts attribute name "data-some-value" to "someValue". |
|
public |
escapeAttribute(string: *): * |
|
public |
escapeHTML(string: *): * |
|
public |
|
|
public |
propertyNameToAttribute(name: string): string Function converts dataset property name "someValue" to "data-some-value". |
|
public |
querySelector(element: Element, query: string): Element | null |
|
public |
querySelectorAll(element: Element, query: string): Element[] |