Document interface
Qualsiasi pagina Web caricata nel browser e funge da punto di ingresso nel contenuto della pagina Web, ovvero l'albero DOM.
- Extends
-
Node,DocumentAndElementEventHandlers,DocumentOrShadowRoot,FontFaceSource,GlobalEventHandlers,NonElementParentNode,ParentNode,XPathEvaluatorBase
Proprietà
alink |
Imposta o ottiene il colore di tutti i collegamenti attivi nel documento. |
all | Restituisce un riferimento all'insieme di elementi contenuti nell'oggetto . |
anchors | Recupera un insieme di tutti gli oggetti con un nome e/o una proprietà id. Gli oggetti in questa raccolta sono in ordine di origine HTML. |
applets | Recupera un insieme di tutti gli oggetti applet nel documento. |
bg |
Deprecato. Imposta o recupera un valore che indica il colore di sfondo dietro l'oggetto. |
body | Specifica l'inizio e la fine del corpo del documento. |
character |
Restituisce la codifica del documento. |
charset | Ottiene o imposta il set di caratteri utilizzato per codificare l'oggetto. |
compat |
Ottiene un valore che indica se la modalità conforme agli standard è attivata per l'oggetto. |
content |
Restituisce il tipo di contenuto del documento. |
cookie | Restituisce i cookie HTTP che si applicano al documento. Se non sono presenti cookie o cookie non possono essere applicati a questa risorsa, verrà restituita la stringa vuota. Può essere impostato, per aggiungere un nuovo cookie al set di cookie HTTP dell'elemento. Se il contenuto viene sottoposto a sandbox in un'origine univoca (ad esempio, in un iframe con l'attributo sandbox), verrà generata un'eccezione DOMException "SecurityError" durante l'acquisizione e l'impostazione. |
current |
Restituisce l'elemento script o l'elemento script SVG attualmente in esecuzione, purché l'elemento rappresenti uno script classico. Nel caso dell'esecuzione di script reentrant, restituisce quello che ha avviato più di recente l'esecuzione tra quelli che non hanno ancora terminato l'esecuzione. Restituisce Null se il documento non esegue attualmente uno script o un elemento script SVG , ad esempio perché lo script in esecuzione è un gestore eventi o un timeout, oppure se l'elemento script o SVG attualmente in esecuzione rappresenta uno script del modulo. |
default |
Restituisce l'oggetto Window del documento attivo. |
design |
Imposta o ottiene un valore che indica se il documento può essere modificato. |
dir | Imposta o recupera un valore che indica l'ordine di lettura dell'oggetto. |
doctype | Ottiene un oggetto che rappresenta la dichiarazione del tipo di documento associata al documento corrente. |
document |
Ottiene un riferimento al nodo radice del documento. |
documentURI | Restituisce l'URL del documento. |
domain | Imposta o ottiene il dominio di sicurezza del documento. |
embeds | Recupera una raccolta di tutti gli oggetti di incorporamento nel documento. |
fg |
Imposta o ottiene il colore di primo piano (testo) del documento. |
forms | Recupera un insieme, nell'ordine di origine, di tutti gli oggetti modulo nel documento. |
fullscreen | |
fullscreen |
Restituisce true se il documento ha la possibilità di visualizzare elementi a schermo intero e schermo intero è supportato o false in caso contrario. |
head | Restituisce l'elemento head. |
hidden | |
images | Recupera una raccolta, nell'ordine di origine, di oggetti img nel documento. |
implementation | Ottiene l'oggetto implementazione del documento corrente. |
input |
Restituisce la codifica dei caratteri utilizzata per creare la pagina Web caricata nell'oggetto documento. |
last |
Ottiene la data dell'ultima modifica della pagina, se la pagina ne fornisce una. |
link |
Imposta o ottiene il colore dei collegamenti al documento. |
links | Recupera un insieme di tutti gli oggetti che specificano la proprietà href e tutti gli oggetti area del documento. |
location | Contiene informazioni sull'URL corrente. |
moz |
|
ms |
|
onfullscreenchange | |
onfullscreenerror | |
onpointerlockchange | |
onpointerlockerror | |
onreadystatechange | Viene generato quando lo stato dell'oggetto è stato modificato. |
onvisibilitychange | |
owner |
|
picture |
|
plugins | Restituisce un oggetto HTMLCollection degli elementi di incorporamento nel documento. |
ready |
Recupera un valore che indica lo stato corrente dell'oggetto. |
referrer | Ottiene l'URL del percorso che ha fatto riferimento all'utente alla pagina corrente. |
root |
|
scripts | Recupera un insieme di tutti gli oggetti script nel documento. |
scrolling |
|
timeline | |
title | Contiene il titolo del documento. |
URL | Imposta o ottiene l'URL per il documento corrente. |
visibility |
|
vlink |
Imposta o ottiene il colore dei collegamenti visitati dall'utente. |
webkit |
Proprietà ereditate
active |
Restituisce l'elemento più profondo del documento tramite il quale o a cui vengono instradati gli eventi chiave. Si tratta, approssimativamente, dell'elemento con stato attivo nel documento. Ai fini di questa API, quando si concentra un contesto di esplorazione figlio, il relativo contenitore viene concentrato nel contesto di esplorazione padre. Ad esempio, se l'utente sposta lo stato attivo su un controllo di testo in un iframe, l'iframe è l'elemento restituito dall'API activeElement nel documento del nodo dell'iframe. Analogamente, quando l'elemento con stato attivo si trova in un albero dei nodi diverso da documentOrShadowRoot, l'elemento restituito sarà l'host che si trova nello stesso albero dei nodi di documentOrShadowRoot se documentOrShadowRoot è un predecessore inclusivo incluso nell'ombreggiatura dell'elemento attivo e null in caso contrario. |
adopted |
|
ATTRIBUTE_NODE | |
baseURI | Restituisce l'URL di base del documento del nodo del nodo. |
CDATA_SECTION_NODE | node è un nodo CDATASection. |
child |
|
child |
Restituisce gli elementi figlio. |
children | Restituisce gli elementi figlio. |
COMMENT_NODE | node è un nodo commento. |
DOCUMENT_FRAGMENT_NODE | node è un nodo DocumentFragment. |
DOCUMENT_NODE | node è un documento. |
DOCUMENT_POSITION_CONTAINED_BY | Impostare quando un altro è un discendente del nodo. |
DOCUMENT_POSITION_CONTAINS | Impostare quando un altro è un predecessore del nodo. |
DOCUMENT_POSITION_DISCONNECTED | Impostare quando nodo e altro non si trovano nello stesso albero. |
DOCUMENT_POSITION_FOLLOWING | Impostare quando l'altro è il nodo seguente. |
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC | |
DOCUMENT_POSITION_PRECEDING | Impostare quando un altro nodo è precedente. |
DOCUMENT_TYPE_NODE | node è un doctype. |
ELEMENT_NODE | node è un elemento. |
ENTITY_NODE | |
ENTITY_REFERENCE_NODE | |
first |
Restituisce il primo elemento figlio. |
first |
Restituisce il primo elemento figlio che è un elemento e null in caso contrario. |
fonts | |
fullscreen |
Restituisce l'elemento a schermo intero del documento. |
is |
Restituisce true se il nodo è connesso e false in caso contrario. |
last |
Restituisce l'ultimo elemento figlio. |
last |
Restituisce l'ultimo elemento figlio che è un elemento e null in caso contrario. |
next |
Restituisce il successivo elemento di pari livello. |
node |
Restituisce una stringa appropriata per il tipo di nodo. |
node |
Restituisce il tipo di nodo. |
node |
|
NOTATION_NODE | |
onabort | Viene generato quando l'utente interrompe il download. |
onanimationcancel | |
onanimationend | |
onanimationiteration | |
onanimationstart | |
onauxclick | |
onbeforeinput | |
onblur | Viene generato quando l'oggetto perde lo stato attivo di input. |
oncancel | |
oncanplay | Si verifica quando la riproduzione è possibile, ma richiede un ulteriore buffering. |
oncanplaythrough | |
onchange | Viene generato quando il contenuto dell'oggetto o della selezione è stato modificato. |
onclick | Viene generato quando l'utente fa clic sul pulsante sinistro del mouse sull'oggetto |
onclose | |
oncontextmenu | Viene generato quando l'utente fa clic sul pulsante destro del mouse nell'area client, aprendo il menu di scelta rapida. |
oncopy | |
oncuechange | |
oncut | |
ondblclick | Viene generato quando l'utente fa doppio clic sull'oggetto. |
ondrag | Viene generato continuamente sull'oggetto di origine durante un'operazione di trascinamento. |
ondragend | Viene generato sull'oggetto di origine quando l'utente rilascia il mouse alla chiusura di un'operazione di trascinamento. |
ondragenter | Viene generato sull'elemento di destinazione quando l'utente trascina l'oggetto in una destinazione di rilascio valida. |
ondragleave | Viene attivato sull'oggetto di destinazione quando l'utente sposta il mouse fuori da una destinazione di rilascio valida durante un'operazione di trascinamento. |
ondragover | Viene generato sull'elemento di destinazione in modo continuo mentre l'utente trascina l'oggetto su una destinazione di rilascio valida. |
ondragstart | Viene generato sull'oggetto di origine quando l'utente inizia a trascinare una selezione di testo o un oggetto selezionato. |
ondrop | |
ondurationchange | Si verifica quando l'attributo duration viene aggiornato. |
onemptied | Si verifica quando l'elemento multimediale viene reimpostato sullo stato iniziale. |
onended | Si verifica quando viene raggiunta la fine della riproduzione. |
onerror | Viene generato quando si verifica un errore durante il caricamento dell'oggetto. |
onfocus | Viene generato quando l'oggetto riceve lo stato attivo. |
onformdata | |
ongotpointercapture | |
oninput | |
oninvalid | |
onkeydown | Viene generato quando l'utente preme un tasto. |
onkeypress | Viene generato quando l'utente preme un tasto alfanumerico. |
onkeyup | Viene generato quando l'utente rilascia una chiave. |
onload | Viene generato immediatamente dopo il caricamento dell'oggetto da parte del browser. |
onloadeddata | Si verifica quando i dati multimediali vengono caricati nella posizione di riproduzione corrente. |
onloadedmetadata | Si verifica quando è stata determinata la durata e le dimensioni del supporto. |
onloadstart | Si verifica quando Internet Explorer inizia a cercare dati multimediali. |
onlostpointercapture | |
onmousedown | Viene generato quando l'utente fa clic sull'oggetto con uno dei due pulsanti del mouse. |
onmouseenter | |
onmouseleave | |
onmousemove | Viene generato quando l'utente sposta il mouse sull'oggetto. |
onmouseout | Viene generato quando l'utente sposta il puntatore del mouse all'esterno dei limiti dell'oggetto. |
onmouseover | Viene generato quando l'utente sposta il puntatore del mouse nell'oggetto . |
onmouseup | Viene generato quando l'utente rilascia un pulsante del mouse mentre il mouse si trova sull'oggetto. |
onpaste | |
onpause | Si verifica quando la riproduzione viene sospesa. |
onplay | Si verifica quando viene richiesto il metodo di riproduzione. |
onplaying | Si verifica all'avvio della riproduzione dell'audio o del video. |
onpointercancel | |
onpointerdown | |
onpointerenter | |
onpointerleave | |
onpointermove | |
onpointerout | |
onpointerover | |
onpointerup | |
onprogress | Si verifica per indicare lo stato di avanzamento durante il download dei dati multimediali. |
onratechange | Si verifica quando la frequenza di riproduzione viene aumentata o ridotta. |
onreset | Viene generato quando l'utente reimposta un modulo. |
onresize | |
onscroll | Viene generato quando l'utente riposiziona la casella di scorrimento nella barra di scorrimento dell'oggetto. |
onsecuritypolicyviolation | |
onseeked | Si verifica al termine dell'operazione di ricerca. |
onseeking | Si verifica quando viene spostata la posizione di riproduzione corrente. |
onselect | Viene generato quando cambia la selezione corrente. |
onselectionchange | |
onselectstart | |
onslotchange | |
onstalled | Si verifica quando il download è stato arrestato. |
onsubmit | |
onsuspend | Si verifica se l'operazione di caricamento è stata interrotta intenzionalmente. |
ontimeupdate | Si verifica per indicare la posizione di riproduzione corrente. |
ontoggle | |
ontouchcancel | |
ontouchend | |
ontouchmove | |
ontouchstart | |
ontransitioncancel | |
ontransitionend | |
ontransitionrun | |
ontransitionstart | |
onvolumechange | Si verifica quando il volume viene modificato o la riproduzione viene disattivata o non modificata. |
onwaiting | Si verifica quando la riproduzione si arresta perché il fotogramma successivo di una risorsa video non è disponibile. |
onwebkitanimationend | |
onwebkitanimationiteration | |
onwebkitanimationstart | |
onwebkittransitionend | |
onwheel | |
parent |
Restituisce l'elemento padre. |
parent |
Restituisce l'elemento padre. |
picture |
|
pointer |
|
previous |
Restituisce l'elemento di pari livello precedente. |
PROCESSING_INSTRUCTION_NODE | node è un nodo ProcessingInstruction. |
style |
Recupera un insieme di oggetti styleSheet che rappresentano i fogli di stile che corrispondono a ogni istanza di un collegamento o di un oggetto stile nel documento. |
text |
|
TEXT_NODE | node è un nodo Di testo. |
Metodi
add |
|
add |
|
adopt |
Sposta il nodo da un altro documento e lo restituisce. Se node è un documento, genera un'eccezione DOMException "NotSupportedError" o, se node è una radice shadow, genera un'eccezione DOMException "HierarchyRequestError". |
capture |
|
caret |
|
clear() | |
close() | Chiude un flusso di output e forza la visualizzazione dei dati inviati. |
create |
Crea un oggetto attributo con un nome specificato. |
create |
|
create |
Restituisce un nodo CDATASection i cui dati sono dati. |
create |
Crea un oggetto commento con i dati specificati. |
create |
Crea un nuovo documento. |
create |
|
create |
Crea un'istanza dell'elemento per il tag specificato. |
create |
|
create |
Restituisce un elemento con spazio dei nomi. Il prefisso dello spazio dei nomi sarà tutto prima di ":" (U+003E) in qualifiedName o null. Il nome locale sarà tutto dopo ":" (U+003E) in qualifiedName o qualifiedName. Se localName non corrisponde all'oggetto Di produzione Name, verrà generata un'eccezione DOMException "InvalidCharacterError". Se una delle condizioni seguenti è vera, verrà generata un'eccezione DOMException "NamespaceError": localName non corrisponde all'ambiente di produzione QName. Il prefisso dello spazio dei nomi non è Null e lo spazio dei nomi è la stringa vuota. Il prefisso dello spazio dei nomi è "xml" e lo spazio dei nomi non è lo spazio dei nomi XML. qualifiedName o il prefisso dello spazio dei nomi è "xmlns" e lo spazio dei nomi non è lo spazio dei nomi XMLNS. namespace è lo spazio dei nomi XMLNS e non è né qualifiedName né il prefisso dello spazio dei nomi è "xmlns". Se specificato, è possibile usare le opzioni per creare un elemento predefinito personalizzato. |
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
|
create |
Crea un oggetto NodeIterator che è possibile utilizzare per attraversare elenchi filtrati di nodi o elementi in un documento. |
create |
Restituisce un nodo ProcessingInstruction la cui destinazione è di destinazione e i dati sono dati. Se la destinazione non corrisponde all'oggetto DI produzione Name, verrà generata un'eccezione DOMException "InvalidCharacterError". Se i dati contengono "?>verrà generata un'eccezione DOMException "InvalidCharacterError". |
create |
Restituisce un oggetto intervallo vuoto con entrambi i punti limite posizionati all'inizio del documento. |
create |
Crea una stringa di testo dal valore specificato. |
create |
Crea un oggetto TreeWalker che è possibile usare per attraversare elenchi filtrati di nodi o elementi in un documento. |
exec |
Esegue un comando nel documento corrente, nella selezione corrente o nell'intervallo specificato. |
exit |
Impedisce la visualizzazione a schermo intero dell'elemento a schermo intero del documento e risolve le promesse al termine. |
exit |
|
exit |
|
get |
Restituisce un riferimento al primo oggetto con il valore specificato dell'attributo ID. |
get |
Restituisce un oggetto HTMLCollection degli elementi nell'oggetto in cui è stato richiamato il metodo (un documento o un elemento) che dispone di tutte le classi fornite da classNames. L'argomento classNames viene interpretato come un elenco delimitato da spazi di classi. |
get |
Ottiene una raccolta di oggetti in base al valore dell'attributo NAME o ID. |
get |
|
get |
Recupera una raccolta di oggetti in base al nome dell'elemento specificato. |
get |
|
get |
Se lo spazio dei nomi e localName sono "*" restituisce un oggetto HTMLCollection di tutti gli elementi discendenti. Se solo lo spazio dei nomi è "*" restituisce un htmlCollection di tutti gli elementi discendenti il cui nome locale è localName. Se solo localName è "*" restituisce un htmlCollection di tutti gli elementi discendenti il cui spazio dei nomi è spazio dei nomi. In caso contrario, restituisce un oggetto HTMLCollection di tutti gli elementi discendenti il cui spazio dei nomi è spazio dei nomi e il nome locale è localName. |
get |
|
get |
|
get |
Restituisce un oggetto che rappresenta la selezione corrente del documento caricato nell'oggetto che visualizza una pagina Web. |
has |
Ottiene un valore che indica se l'oggetto ha attualmente lo stato attivo. |
has |
|
import |
Restituisce una copia del nodo. Se deep è true, la copia include anche i discendenti del nodo. Se node è un documento o una radice shadow, genera un'eccezione DOMException "NotSupportedError". |
open(string | URL, string, string) | |
open(string, string) | Apre una nuova finestra e carica un documento specificato da un URL specificato. Apre inoltre una nuova finestra che usa il parametro URL e il parametro name per raccogliere l'output del metodo di scrittura e il metodo writeln. |
query |
Restituisce un valore booleano che indica se un comando specificato può essere eseguito correttamente utilizzando execCommand, dato lo stato corrente del documento. |
query |
Restituisce un valore booleano che indica se il comando specificato si trova nello stato indeterminato. |
query |
Restituisce un valore booleano che indica lo stato corrente del comando. |
query |
Restituisce un valore booleano che indica se il comando corrente è supportato nell'intervallo corrente. |
query |
Restituisce il valore corrente del documento, dell'intervallo o della selezione corrente per il comando specificato. |
release |
|
remove |
|
remove |
|
request |
|
write(string[]) | Scrive una o più espressioni HTML in un documento nella finestra specificata. |
writeln(string[]) | Scrive una o più espressioni HTML, seguite da un ritorno a capo, in un documento nella finestra specificata. |
Metodi ereditati
append((string | Node)[]) | Inserisce nodi dopo l'ultimo elemento figlio del nodo, sostituendo le stringhe nei nodi con nodi di testo equivalenti. Genera un'eccezione DOMException "HierarchyRequestError" se i vincoli dell'albero dei nodi vengono violati. |
append |
|
clone |
Restituisce una copia del nodo. Se deep è true, la copia include anche i discendenti del nodo. |
compare |
Restituisce una maschera di bit che indica la posizione di un altro nodo relativo al nodo. |
contains(null | Node) | Restituisce true se un altro è un discendente inclusivo del nodo e false in caso contrario. |
create |
|
create |
|
dispatch |
Invia un evento di evento sintetico alla destinazione e restituisce true se il valore dell'attributo annullabile dell'evento è false o il metodo preventDefault() non è stato richiamato e false in caso contrario. |
element |
Restituisce l'elemento per la coordinata x specificata e la coordinata y specificata. |
elements |
|
evaluate(string, Node, null | XPath |
|
get |
|
get |
Restituisce la radice del nodo. |
has |
Restituisce un valore che indica se il nodo dispone di elementi figlio. |
insert |
|
is |
|
is |
Restituisce un valore che indica se node e otherNode hanno le stesse proprietà. |
is |
|
lookup |
|
lookup |
|
normalize() | Rimuove i nodi text esclusivi vuoti e concatena i dati dei nodi Text contigui esclusivi rimanenti nel primo dei relativi nodi. |
prepend((string | Node)[]) | Inserisce i nodi prima del primo elemento figlio del nodo, sostituendo le stringhe nei nodi con nodi text equivalenti. Genera un'eccezione DOMException "HierarchyRequestError" se i vincoli dell'albero dei nodi vengono violati. |
query |
|
query |
Restituisce il primo elemento discendente del nodo che corrisponde ai selettori. |
query |
|
query |
|
query |
Restituisce tutti i discendenti di elemento del nodo che corrispondono ai selettori. |
query |
|
remove |
|
replace |
|
replace |
Sostituire tutti gli elementi figlio del nodo con nodi, sostituendo le stringhe nei nodi con nodi di testo equivalenti. Genera un'eccezione DOMException "HierarchyRequestError" se i vincoli dell'albero dei nodi vengono violati. |
Dettagli proprietà
alinkColor
Avviso
Questa API è ora deprecata.
Imposta o ottiene il colore di tutti i collegamenti attivi nel documento.
alinkColor: string
Valore della proprietà
string
all
Avviso
Questa API è ora deprecata.
Restituisce un riferimento all'insieme di elementi contenuti nell'oggetto .
all: HTMLAllCollection
Valore della proprietà
HTMLAllCollection
anchors
Avviso
Questa API è ora deprecata.
Recupera un insieme di tutti gli oggetti con un nome e/o una proprietà id. Gli oggetti in questa raccolta sono in ordine di origine HTML.
anchors: HTMLCollectionOf<HTMLAnchorElement>
Valore della proprietà
HTMLCollectionOf<HTMLAnchorElement>
applets
Avviso
Questa API è ora deprecata.
Recupera un insieme di tutti gli oggetti applet nel documento.
applets: HTMLCollection
Valore della proprietà
HTMLCollection
bgColor
Avviso
Questa API è ora deprecata.
Deprecato. Imposta o recupera un valore che indica il colore di sfondo dietro l'oggetto.
bgColor: string
Valore della proprietà
string
body
Specifica l'inizio e la fine del corpo del documento.
body: HTMLElement
Valore della proprietà
HTMLElement
characterSet
Restituisce la codifica del documento.
characterSet: string
Valore della proprietà
string
charset
Avviso
Questa API è ora deprecata.
This is a legacy alias of characterSet
.
Ottiene o imposta il set di caratteri utilizzato per codificare l'oggetto.
charset: string
Valore della proprietà
string
compatMode
Ottiene un valore che indica se la modalità conforme agli standard è attivata per l'oggetto.
compatMode: string
Valore della proprietà
string
contentType
Restituisce il tipo di contenuto del documento.
contentType: string
Valore della proprietà
string
cookie
Restituisce i cookie HTTP che si applicano al documento. Se non sono presenti cookie o cookie non possono essere applicati a questa risorsa, verrà restituita la stringa vuota.
Può essere impostato, per aggiungere un nuovo cookie al set di cookie HTTP dell'elemento.
Se il contenuto viene sottoposto a sandbox in un'origine univoca (ad esempio, in un iframe con l'attributo sandbox), verrà generata un'eccezione DOMException "SecurityError" durante l'acquisizione e l'impostazione.
cookie: string
Valore della proprietà
string
currentScript
Restituisce l'elemento script o l'elemento script SVG attualmente in esecuzione, purché l'elemento rappresenti uno script classico. Nel caso dell'esecuzione di script reentrant, restituisce quello che ha avviato più di recente l'esecuzione tra quelli che non hanno ancora terminato l'esecuzione.
Restituisce Null se il documento non esegue attualmente uno script o un elemento script SVG , ad esempio perché lo script in esecuzione è un gestore eventi o un timeout, oppure se l'elemento script o SVG attualmente in esecuzione rappresenta uno script del modulo.
currentScript: null | HTMLOrSVGScriptElement
Valore della proprietà
null | HTMLOrSVGScriptElement
defaultView
Restituisce l'oggetto Window del documento attivo.
defaultView: null | (Window & typeof globalThis)
Valore della proprietà
null | (Window & typeof globalThis)
designMode
Imposta o ottiene un valore che indica se il documento può essere modificato.
designMode: string
Valore della proprietà
string
dir
Imposta o recupera un valore che indica l'ordine di lettura dell'oggetto.
dir: string
Valore della proprietà
string
doctype
Ottiene un oggetto che rappresenta la dichiarazione del tipo di documento associata al documento corrente.
doctype: null | DocumentType
Valore della proprietà
null | DocumentType
documentElement
Ottiene un riferimento al nodo radice del documento.
documentElement: HTMLElement
Valore della proprietà
HTMLElement
documentURI
Restituisce l'URL del documento.
documentURI: string
Valore della proprietà
string
domain
Avviso
Questa API è ora deprecata.
Imposta o ottiene il dominio di sicurezza del documento.
domain: string
Valore della proprietà
string
embeds
Recupera una raccolta di tutti gli oggetti di incorporamento nel documento.
embeds: HTMLCollectionOf<HTMLEmbedElement>
Valore della proprietà
HTMLCollectionOf<HTMLEmbedElement>
fgColor
Avviso
Questa API è ora deprecata.
Imposta o ottiene il colore di primo piano (testo) del documento.
fgColor: string
Valore della proprietà
string
forms
Recupera un insieme, nell'ordine di origine, di tutti gli oggetti modulo nel documento.
forms: HTMLCollectionOf<HTMLFormElement>
Valore della proprietà
HTMLCollectionOf<HTMLFormElement>
fullscreen
Avviso
Questa API è ora deprecata.
fullscreen: boolean
Valore della proprietà
boolean
fullscreenEnabled
Restituisce true se il documento ha la possibilità di visualizzare elementi a schermo intero e schermo intero è supportato o false in caso contrario.
fullscreenEnabled: boolean
Valore della proprietà
boolean
head
Restituisce l'elemento head.
head: HTMLHeadElement
Valore della proprietà
HTMLHeadElement
hidden
hidden: boolean
Valore della proprietà
boolean
images
Recupera una raccolta, nell'ordine di origine, di oggetti img nel documento.
images: HTMLCollectionOf<HTMLImageElement>
Valore della proprietà
HTMLCollectionOf<HTMLImageElement>
implementation
Ottiene l'oggetto implementazione del documento corrente.
implementation: DOMImplementation
Valore della proprietà
DOMImplementation
inputEncoding
Avviso
Questa API è ora deprecata.
This is a legacy alias of characterSet
.
Restituisce la codifica dei caratteri utilizzata per creare la pagina Web caricata nell'oggetto documento.
inputEncoding: string
Valore della proprietà
string
lastModified
Ottiene la data dell'ultima modifica della pagina, se la pagina ne fornisce una.
lastModified: string
Valore della proprietà
string
linkColor
Avviso
Questa API è ora deprecata.
Imposta o ottiene il colore dei collegamenti al documento.
linkColor: string
Valore della proprietà
string
links
Recupera un insieme di tutti gli oggetti che specificano la proprietà href e tutti gli oggetti area del documento.
links: HTMLCollectionOf<HTMLAnchorElement | HTMLAreaElement>
Valore della proprietà
HTMLCollectionOf<HTMLAnchorElement | HTMLAreaElement>
location
Contiene informazioni sull'URL corrente.
Location location
Valore della proprietà
Location
mozCancelFullScreen
mozCancelFullScreen: any
Valore della proprietà
any
msExitFullscreen
msExitFullscreen: any
Valore della proprietà
any
onfullscreenchange
onfullscreenchange: null | (this: Document, ev: Event) => any
Valore della proprietà
null | (this: Document, ev: Event) => any
onfullscreenerror
onfullscreenerror: null | (this: Document, ev: Event) => any
Valore della proprietà
null | (this: Document, ev: Event) => any
onpointerlockchange
onpointerlockchange: null | (this: Document, ev: Event) => any
Valore della proprietà
null | (this: Document, ev: Event) => any
onpointerlockerror
onpointerlockerror: null | (this: Document, ev: Event) => any
Valore della proprietà
null | (this: Document, ev: Event) => any
onreadystatechange
Viene generato quando lo stato dell'oggetto è stato modificato.
onreadystatechange: null | (this: Document, ev: Event) => any
Valore della proprietà
null | (this: Document, ev: Event) => any
onvisibilitychange
onvisibilitychange: null | (this: Document, ev: Event) => any
Valore della proprietà
null | (this: Document, ev: Event) => any
ownerDocument
ownerDocument: null
Valore della proprietà
null
pictureInPictureEnabled
pictureInPictureEnabled: boolean
Valore della proprietà
boolean
plugins
Restituisce un oggetto HTMLCollection degli elementi di incorporamento nel documento.
plugins: HTMLCollectionOf<HTMLEmbedElement>
Valore della proprietà
HTMLCollectionOf<HTMLEmbedElement>
readyState
Recupera un valore che indica lo stato corrente dell'oggetto.
readyState: DocumentReadyState
Valore della proprietà
DocumentReadyState
referrer
Ottiene l'URL del percorso che ha fatto riferimento all'utente alla pagina corrente.
referrer: string
Valore della proprietà
string
rootElement
Avviso
Questa API è ora deprecata.
rootElement: null | SVGSVGElement
Valore della proprietà
null | SVGSVGElement
scripts
Recupera un insieme di tutti gli oggetti script nel documento.
scripts: HTMLCollectionOf<HTMLScriptElement>
Valore della proprietà
HTMLCollectionOf<HTMLScriptElement>
scrollingElement
scrollingElement: null | Element
Valore della proprietà
null | Element
timeline
timeline: DocumentTimeline
Valore della proprietà
DocumentTimeline
title
Contiene il titolo del documento.
title: string
Valore della proprietà
string
URL
Imposta o ottiene l'URL per il documento corrente.
URL: string
Valore della proprietà
string
visibilityState
visibilityState: DocumentVisibilityState
Valore della proprietà
DocumentVisibilityState
vlinkColor
Avviso
Questa API è ora deprecata.
Imposta o ottiene il colore dei collegamenti visitati dall'utente.
vlinkColor: string
Valore della proprietà
string
webkitExitFullscreen
webkitExitFullscreen: void
Valore della proprietà
void
Dettagli proprietà ereditate
activeElement
Restituisce l'elemento più profondo del documento tramite il quale o a cui vengono instradati gli eventi chiave. Si tratta, approssimativamente, dell'elemento con stato attivo nel documento.
Ai fini di questa API, quando si concentra un contesto di esplorazione figlio, il relativo contenitore viene concentrato nel contesto di esplorazione padre. Ad esempio, se l'utente sposta lo stato attivo su un controllo di testo in un iframe, l'iframe è l'elemento restituito dall'API activeElement nel documento del nodo dell'iframe.
Analogamente, quando l'elemento con stato attivo si trova in un albero dei nodi diverso da documentOrShadowRoot, l'elemento restituito sarà l'host che si trova nello stesso albero dei nodi di documentOrShadowRoot se documentOrShadowRoot è un predecessore inclusivo incluso nell'ombreggiatura dell'elemento attivo e null in caso contrario.
activeElement: null | Element
Valore della proprietà
null | Element
ereditato da DocumentOrShadowRoot.activeElement
adoptedStyleSheets
adoptedStyleSheets: CSSStyleSheet[]
Valore della proprietà
CSSStyleSheet[]
Ereditato da DocumentOrShadowRoot.adoptedStyleSheets
ATTRIBUTE_NODE
ATTRIBUTE_NODE: number
Valore della proprietà
number
ereditato da Node.ATTRIBUTE_NODE
baseURI
Restituisce l'URL di base del documento del nodo del nodo.
baseURI: string
Valore della proprietà
string
ereditato da node.baseURI
CDATA_SECTION_NODE
node è un nodo CDATASection.
CDATA_SECTION_NODE: number
Valore della proprietà
number
ereditato da Node.CDATA_SECTION_NODE
childElementCount
childElementCount: number
Valore della proprietà
number
Ereditato da ParentNode.childElementCount
childNodes
Restituisce gli elementi figlio.
childNodes: NodeListOf<ChildNode>
Valore della proprietà
NodeListOf<ChildNode>
Ereditato da node.childNodes
children
Restituisce gli elementi figlio.
children: HTMLCollection
Valore della proprietà
HTMLCollection
Ereditato da ParentNode.children
COMMENT_NODE
node è un nodo commento.
COMMENT_NODE: number
Valore della proprietà
number
ereditato da Node.COMMENT_NODE
DOCUMENT_FRAGMENT_NODE
node è un nodo DocumentFragment.
DOCUMENT_FRAGMENT_NODE: number
Valore della proprietà
number
ereditato da Node.DOCUMENT_FRAGMENT_NODE
DOCUMENT_NODE
node è un documento.
DOCUMENT_NODE: number
Valore della proprietà
number
ereditato da Node.DOCUMENT_NODE
DOCUMENT_POSITION_CONTAINED_BY
Impostare quando un altro è un discendente del nodo.
DOCUMENT_POSITION_CONTAINED_BY: number
Valore della proprietà
number
ereditato da Node.DOCUMENT_POSITION_CONTAINED_BY
DOCUMENT_POSITION_CONTAINS
Impostare quando un altro è un predecessore del nodo.
DOCUMENT_POSITION_CONTAINS: number
Valore della proprietà
number
ereditato da Node.DOCUMENT_POSITION_CONTAINS
DOCUMENT_POSITION_DISCONNECTED
Impostare quando nodo e altro non si trovano nello stesso albero.
DOCUMENT_POSITION_DISCONNECTED: number
Valore della proprietà
number
ereditato da Node.DOCUMENT_POSITION_DISCONNECTED
DOCUMENT_POSITION_FOLLOWING
Impostare quando l'altro è il nodo seguente.
DOCUMENT_POSITION_FOLLOWING: number
Valore della proprietà
number
ereditato da Node.DOCUMENT_POSITION_FOLLOWING
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number
Valore della proprietà
number
ereditato da Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
DOCUMENT_POSITION_PRECEDING
Impostare quando un altro nodo è precedente.
DOCUMENT_POSITION_PRECEDING: number
Valore della proprietà
number
ereditato da Node.DOCUMENT_POSITION_PRECEDING
DOCUMENT_TYPE_NODE
node è un doctype.
DOCUMENT_TYPE_NODE: number
Valore della proprietà
number
ereditato da Node.DOCUMENT_TYPE_NODE
ELEMENT_NODE
node è un elemento.
ELEMENT_NODE: number
Valore della proprietà
number
ereditato da Node.ELEMENT_NODE
ENTITY_NODE
ENTITY_NODE: number
Valore della proprietà
number
ereditato da Node.ENTITY_NODE
ENTITY_REFERENCE_NODE
ENTITY_REFERENCE_NODE: number
Valore della proprietà
number
ereditato da Node.ENTITY_REFERENCE_NODE
firstChild
Restituisce il primo elemento figlio.
firstChild: null | ChildNode
Valore della proprietà
null | ChildNode
ereditato da node.firstChild
firstElementChild
Restituisce il primo elemento figlio che è un elemento e null in caso contrario.
firstElementChild: null | Element
Valore della proprietà
null | Element
Ereditato da ParentNode.firstElementChild
fonts
fonts: FontFaceSet
Valore della proprietà
FontFaceSet
Ereditato da FontFaceSource.fonts
fullscreenElement
Restituisce l'elemento a schermo intero del documento.
fullscreenElement: null | Element
Valore della proprietà
null | Element
ereditato da DocumentOrShadowRoot.fullscreenElement
isConnected
Restituisce true se il nodo è connesso e false in caso contrario.
isConnected: boolean
Valore della proprietà
boolean
Ereditato da node.isConnected
lastChild
Restituisce l'ultimo elemento figlio.
lastChild: null | ChildNode
Valore della proprietà
null | ChildNode
ereditato da Node.lastChild
lastElementChild
Restituisce l'ultimo elemento figlio che è un elemento e null in caso contrario.
lastElementChild: null | Element
Valore della proprietà
null | Element
Ereditato da ParentNode.lastElementChild
nextSibling
Restituisce il successivo elemento di pari livello.
nextSibling: null | ChildNode
Valore della proprietà
null | ChildNode
ereditato da node.nextSibling
nodeName
Restituisce una stringa appropriata per il tipo di nodo.
nodeName: string
Valore della proprietà
string
ereditato da node.nodeName
nodeType
Restituisce il tipo di nodo.
nodeType: number
Valore della proprietà
number
Ereditato da node.nodeType
nodeValue
nodeValue: null | string
Valore della proprietà
null | string
ereditato da node.nodeValue
NOTATION_NODE
NOTATION_NODE: number
Valore della proprietà
number
ereditato da Node.NOTATION_NODE
onabort
Viene generato quando l'utente interrompe il download.
onabort: null | (this: GlobalEventHandlers, ev: UIEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: UIEvent) => any
ereditato da GlobalEventHandlers.onabort
onanimationcancel
onanimationcancel: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
ereditato da GlobalEventHandlers.onanimationcancel
onanimationend
onanimationend: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
ereditato da GlobalEventHandlers.onanimationend
onanimationiteration
onanimationiteration: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
ereditato da GlobalEventHandlers.onanimationiteration
onanimationstart
onanimationstart: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: AnimationEvent) => any
Ereditato da GlobalEventHandlers.onanimationstart
onauxclick
onauxclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
ereditato da GlobalEventHandlers.onauxclick
onbeforeinput
onbeforeinput: null | (this: GlobalEventHandlers, ev: InputEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: InputEvent) => any
ereditato da GlobalEventHandlers.onbeforeinput
onblur
Viene generato quando l'oggetto perde lo stato attivo di input.
onblur: null | (this: GlobalEventHandlers, ev: FocusEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: FocusEvent) => any
ereditato da GlobalEventHandlers.onblur
oncancel
oncancel: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.oncancel
oncanplay
Si verifica quando la riproduzione è possibile, ma richiede un ulteriore buffering.
oncanplay: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.oncanplay
oncanplaythrough
oncanplaythrough: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.oncanplaythrough
onchange
Viene generato quando il contenuto dell'oggetto o della selezione è stato modificato.
onchange: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onchange
onclick
Viene generato quando l'utente fa clic sul pulsante sinistro del mouse sull'oggetto
onclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
ereditato da GlobalEventHandlers.onclick
onclose
onclose: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onclose
oncontextmenu
Viene generato quando l'utente fa clic sul pulsante destro del mouse nell'area client, aprendo il menu di scelta rapida.
oncontextmenu: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
ereditato da GlobalEventHandlers.oncontextmenu
oncopy
oncopy: null | (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any
Valore della proprietà
null | (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any
ereditato da DocumentAndElementEventHandlers.oncopy
oncuechange
oncuechange: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.oncuechange
oncut
oncut: null | (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any
Valore della proprietà
null | (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any
ereditato da DocumentAndElementEventHandlers.oncut
ondblclick
Viene generato quando l'utente fa doppio clic sull'oggetto.
ondblclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
ereditato da GlobalEventHandlers.ondblclick
ondrag
Viene generato continuamente sull'oggetto di origine durante un'operazione di trascinamento.
ondrag: null | (this: GlobalEventHandlers, ev: DragEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: DragEvent) => any
ereditato da GlobalEventHandlers.ondrag
ondragend
Viene generato sull'oggetto di origine quando l'utente rilascia il mouse alla chiusura di un'operazione di trascinamento.
ondragend: null | (this: GlobalEventHandlers, ev: DragEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: DragEvent) => any
ereditato da GlobalEventHandlers.ondragend
ondragenter
Viene generato sull'elemento di destinazione quando l'utente trascina l'oggetto in una destinazione di rilascio valida.
ondragenter: null | (this: GlobalEventHandlers, ev: DragEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: DragEvent) => any
ereditato da GlobalEventHandlers.ondragenter
ondragleave
Viene attivato sull'oggetto di destinazione quando l'utente sposta il mouse fuori da una destinazione di rilascio valida durante un'operazione di trascinamento.
ondragleave: null | (this: GlobalEventHandlers, ev: DragEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: DragEvent) => any
ereditato da GlobalEventHandlers.ondragleave
ondragover
Viene generato sull'elemento di destinazione in modo continuo mentre l'utente trascina l'oggetto su una destinazione di rilascio valida.
ondragover: null | (this: GlobalEventHandlers, ev: DragEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: DragEvent) => any
ereditato da GlobalEventHandlers.ondragover
ondragstart
Viene generato sull'oggetto di origine quando l'utente inizia a trascinare una selezione di testo o un oggetto selezionato.
ondragstart: null | (this: GlobalEventHandlers, ev: DragEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: DragEvent) => any
ereditato da GlobalEventHandlers.ondragstart
ondrop
ondrop: null | (this: GlobalEventHandlers, ev: DragEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: DragEvent) => any
ereditato da GlobalEventHandlers.ondrop
ondurationchange
Si verifica quando l'attributo duration viene aggiornato.
ondurationchange: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
Ereditato da GlobalEventHandlers.ondurationchange
onemptied
Si verifica quando l'elemento multimediale viene reimpostato sullo stato iniziale.
onemptied: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onemptied
onended
Si verifica quando viene raggiunta la fine della riproduzione.
onended: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onended
onerror
Viene generato quando si verifica un errore durante il caricamento dell'oggetto.
onerror: OnErrorEventHandler
Valore della proprietà
OnErrorEventHandler
ereditato da GlobalEventHandlers.onerror
onfocus
Viene generato quando l'oggetto riceve lo stato attivo.
onfocus: null | (this: GlobalEventHandlers, ev: FocusEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: FocusEvent) => any
ereditato da GlobalEventHandlers.onfocus
onformdata
onformdata: null | (this: GlobalEventHandlers, ev: FormDataEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: FormDataEvent) => any
ereditato da GlobalEventHandlers.onformdata
ongotpointercapture
ongotpointercapture: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
ereditato da GlobalEventHandlers.ongotpointercapture
oninput
oninput: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.oninput
oninvalid
oninvalid: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.oninvalid
onkeydown
Viene generato quando l'utente preme un tasto.
onkeydown: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any
ereditato da GlobalEventHandlers.onkeydown
onkeypress
Avviso
Questa API è ora deprecata.
Viene generato quando l'utente preme un tasto alfanumerico.
onkeypress: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any
ereditato da GlobalEventHandlers.onkeypress
onkeyup
Viene generato quando l'utente rilascia una chiave.
onkeyup: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any
Ereditato da GlobalEventHandlers.onkeyup
onload
Viene generato immediatamente dopo il caricamento dell'oggetto da parte del browser.
onload: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onload
onloadeddata
Si verifica quando i dati multimediali vengono caricati nella posizione di riproduzione corrente.
onloadeddata: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onloadeddata
onloadedmetadata
Si verifica quando è stata determinata la durata e le dimensioni del supporto.
onloadedmetadata: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onloadedmetadata
onloadstart
Si verifica quando Internet Explorer inizia a cercare dati multimediali.
onloadstart: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onloadstart
onlostpointercapture
onlostpointercapture: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
ereditato da GlobalEventHandlers.onlostpointercapture
onmousedown
Viene generato quando l'utente fa clic sull'oggetto con uno dei due pulsanti del mouse.
onmousedown: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
ereditato da GlobalEventHandlers.onmousedown
onmouseenter
onmouseenter: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
ereditato da GlobalEventHandlers.onmouseenter
onmouseleave
onmouseleave: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
ereditato da GlobalEventHandlers.onmouseleave
onmousemove
Viene generato quando l'utente sposta il mouse sull'oggetto.
onmousemove: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
ereditato da GlobalEventHandlers.onmousemove
onmouseout
Viene generato quando l'utente sposta il puntatore del mouse all'esterno dei limiti dell'oggetto.
onmouseout: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
ereditato da GlobalEventHandlers.onmouseout
onmouseover
Viene generato quando l'utente sposta il puntatore del mouse nell'oggetto .
onmouseover: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
ereditato da GlobalEventHandlers.onmouseover
onmouseup
Viene generato quando l'utente rilascia un pulsante del mouse mentre il mouse si trova sull'oggetto.
onmouseup: null | (this: GlobalEventHandlers, ev: MouseEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: MouseEvent) => any
ereditato da GlobalEventHandlers.onmouseup
onpaste
onpaste: null | (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any
Valore della proprietà
null | (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any
ereditato da DocumentAndElementEventHandlers.onpaste
onpause
Si verifica quando la riproduzione viene sospesa.
onpause: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onpause
onplay
Si verifica quando viene richiesto il metodo di riproduzione.
onplay: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onplay
onplaying
Si verifica all'avvio della riproduzione dell'audio o del video.
onplaying: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onplaying
onpointercancel
onpointercancel: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
ereditato da GlobalEventHandlers.onpointercancel
onpointerdown
onpointerdown: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
ereditato da GlobalEventHandlers.onpointerdown
onpointerenter
onpointerenter: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
ereditato da GlobalEventHandlers.onpointerenter
onpointerleave
onpointerleave: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
ereditato da GlobalEventHandlers.onpointerleave
onpointermove
onpointermove: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
ereditato da GlobalEventHandlers.onpointermove
onpointerout
onpointerout: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
ereditato da GlobalEventHandlers.onpointerout
onpointerover
onpointerover: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
ereditato da GlobalEventHandlers.onpointerover
onpointerup
onpointerup: null | (this: GlobalEventHandlers, ev: PointerEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: PointerEvent) => any
ereditato da GlobalEventHandlers.onpointerup
onprogress
Si verifica per indicare lo stato di avanzamento durante il download dei dati multimediali.
onprogress: null | (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any
ereditato da GlobalEventHandlers.onprogress
onratechange
Si verifica quando la frequenza di riproduzione viene aumentata o ridotta.
onratechange: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
Ereditato da GlobalEventHandlers.onratechange
onreset
Viene generato quando l'utente reimposta un modulo.
onreset: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onreset
onresize
onresize: null | (this: GlobalEventHandlers, ev: UIEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: UIEvent) => any
ereditato da GlobalEventHandlers.onresize
onscroll
Viene generato quando l'utente riposiziona la casella di scorrimento nella barra di scorrimento dell'oggetto.
onscroll: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onscroll
onsecuritypolicyviolation
onsecuritypolicyviolation: null | (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any
ereditato da GlobalEventHandlers.onsecuritypolicyviolation
onseeked
Si verifica al termine dell'operazione di ricerca.
onseeked: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onseeked
onseeking
Si verifica quando viene spostata la posizione di riproduzione corrente.
onseeking: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onseeking
onselect
Viene generato quando cambia la selezione corrente.
onselect: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
Ereditato da GlobalEventHandlers.onselect
onselectionchange
onselectionchange: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
Ereditato da GlobalEventHandlers.onselectionchange
onselectstart
onselectstart: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
Ereditato da GlobalEventHandlers.onselectstart
onslotchange
onslotchange: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onslotchange
onstalled
Si verifica quando il download è stato arrestato.
onstalled: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onstalled
onsubmit
onsubmit: null | (this: GlobalEventHandlers, ev: SubmitEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: SubmitEvent) => any
ereditato da GlobalEventHandlers.onsubmit
onsuspend
Si verifica se l'operazione di caricamento è stata interrotta intenzionalmente.
onsuspend: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onsuspend
ontimeupdate
Si verifica per indicare la posizione di riproduzione corrente.
ontimeupdate: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.ontimeupdate
ontoggle
ontoggle: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
Ereditato da GlobalEventHandlers.onggle
ontouchcancel
ontouchcancel?: null | (this: GlobalEventHandlers, ev: TouchEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: TouchEvent) => any
ereditato da GlobalEventHandlers.ontouchcancel
ontouchend
ontouchend?: null | (this: GlobalEventHandlers, ev: TouchEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: TouchEvent) => any
ereditato da GlobalEventHandlers.ontouchend
ontouchmove
ontouchmove?: null | (this: GlobalEventHandlers, ev: TouchEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: TouchEvent) => any
ereditato da GlobalEventHandlers.ontouchmove
ontouchstart
ontouchstart?: null | (this: GlobalEventHandlers, ev: TouchEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: TouchEvent) => any
ereditato da GlobalEventHandlers.ontouchstart
ontransitioncancel
ontransitioncancel: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
ereditato da GlobalEventHandlers.ontransitioncancel
ontransitionend
ontransitionend: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
ereditato da GlobalEventHandlers.ontransitionend
ontransitionrun
ontransitionrun: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
Ereditato da GlobalEventHandlers.ontransitionrun
ontransitionstart
ontransitionstart: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: TransitionEvent) => any
Ereditato da GlobalEventHandlers.ontransitionstart
onvolumechange
Si verifica quando il volume viene modificato o la riproduzione viene disattivata o non modificata.
onvolumechange: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onvolumechange
onwaiting
Si verifica quando la riproduzione si arresta perché il fotogramma successivo di una risorsa video non è disponibile.
onwaiting: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onwaiting
onwebkitanimationend
Avviso
Questa API è ora deprecata.
This is a legacy alias of onanimationend
.
onwebkitanimationend: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
Ereditato da GlobalEventHandlers.onwebkitanimationend
onwebkitanimationiteration
Avviso
Questa API è ora deprecata.
This is a legacy alias of onanimationiteration
.
onwebkitanimationiteration: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onwebkitanimationiteration
onwebkitanimationstart
Avviso
Questa API è ora deprecata.
This is a legacy alias of onanimationstart
.
onwebkitanimationstart: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onwebkitanimationstart
onwebkittransitionend
Avviso
Questa API è ora deprecata.
This is a legacy alias of ontransitionend
.
onwebkittransitionend: null | (this: GlobalEventHandlers, ev: Event) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: Event) => any
ereditato da GlobalEventHandlers.onwebkittransitionend
onwheel
onwheel: null | (this: GlobalEventHandlers, ev: WheelEvent) => any
Valore della proprietà
null | (this: GlobalEventHandlers, ev: WheelEvent) => any
ereditato da GlobalEventHandlers.onwheel
parentElement
Restituisce l'elemento padre.
parentElement: null | HTMLElement
Valore della proprietà
null | HTMLElement
Ereditato da node.parentElement
parentNode
Restituisce l'elemento padre.
parentNode: null | ParentNode
Valore della proprietà
null | ParentNode
Ereditato da Node.parentNode
pictureInPictureElement
pictureInPictureElement: null | Element
Valore della proprietà
null | Element
ereditato da DocumentOrShadowRoot.pictureInPictureElement
pointerLockElement
pointerLockElement: null | Element
Valore della proprietà
null | Element
Ereditato da DocumentOrShadowRoot.pointerLockElement
previousSibling
Restituisce l'elemento di pari livello precedente.
previousSibling: null | ChildNode
Valore della proprietà
null | ChildNode
ereditato da node.previousSibling
PROCESSING_INSTRUCTION_NODE
node è un nodo ProcessingInstruction.
PROCESSING_INSTRUCTION_NODE: number
Valore della proprietà
number
ereditato da Node.PROCESSING_INSTRUCTION_NODE
styleSheets
Recupera un insieme di oggetti styleSheet che rappresentano i fogli di stile che corrispondono a ogni istanza di un collegamento o di un oggetto stile nel documento.
styleSheets: StyleSheetList
Valore della proprietà
StyleSheetList
Ereditato da DocumentOrShadowRoot.styleSheets
textContent
textContent: null | string
Valore della proprietà
null | string
Ereditato da node.textContent
TEXT_NODE
node è un nodo Di testo.
TEXT_NODE: number
Valore della proprietà
number
ereditato da Node.TEXT_NODE
Dettagli metodo
addEventListener(string, EventListenerOrEventListenerObject, boolean | AddEventListenerOptions)
function addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions)
Parametri
- type
-
string
- listener
-
EventListenerOrEventListenerObject
- options
-
boolean | AddEventListenerOptions
addEventListener<K>(K, (this: Document, ev: DocumentEventMap[K]) => any, boolean | AddEventListenerOptions)
function addEventListener<K>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions)
Parametri
- type
-
K
- listener
-
(this: Document, ev: DocumentEventMap[K]) => any
- options
-
boolean | AddEventListenerOptions
adoptNode<T>(T)
Sposta il nodo da un altro documento e lo restituisce.
Se node è un documento, genera un'eccezione DOMException "NotSupportedError" o, se node è una radice shadow, genera un'eccezione DOMException "HierarchyRequestError".
function adoptNode<T>(node: T): T
Parametri
- node
-
T
Restituisce
T
captureEvents()
Avviso
Questa API è ora deprecata.
function captureEvents()
caretRangeFromPoint(number, number)
Avviso
Questa API è ora deprecata.
function caretRangeFromPoint(x: number, y: number): null | Range
Parametri
- x
-
number
- y
-
number
Restituisce
null | Range
clear()
Avviso
Questa API è ora deprecata.
function clear()
close()
Chiude un flusso di output e forza la visualizzazione dei dati inviati.
function close()
createAttribute(string)
Crea un oggetto attributo con un nome specificato.
function createAttribute(localName: string): Attr
Parametri
- localName
-
string
Restituisce
Attr
createAttributeNS(null | string, string)
function createAttributeNS(namespace: null | string, qualifiedName: string): Attr
Parametri
- namespace
-
null | string
- qualifiedName
-
string
Restituisce
Attr
createCDATASection(string)
Restituisce un nodo CDATASection i cui dati sono dati.
function createCDATASection(data: string): CDATASection
Parametri
- data
-
string
Restituisce
CDATASection
createComment(string)
Crea un oggetto commento con i dati specificati.
function createComment(data: string): Comment
Parametri
- data
-
string
Imposta i dati dell'oggetto commento.
Restituisce
Comment
createDocumentFragment()
Crea un nuovo documento.
function createDocumentFragment(): DocumentFragment
Restituisce
DocumentFragment
createElement(string, ElementCreationOptions)
function createElement(tagName: string, options?: ElementCreationOptions): HTMLElement
Parametri
- tagName
-
string
- options
-
ElementCreationOptions
Restituisce
HTMLElement
createElement<K>(K, ElementCreationOptions)
Crea un'istanza dell'elemento per il tag specificato.
function createElement<K>(tagName: K, options?: ElementCreationOptions): HTMLElementTagNameMap[K]
Parametri
- tagName
-
K
Nome di un elemento.
- options
-
ElementCreationOptions
Restituisce
HTMLElementTagNameMap[K]
createElement<K>(K, ElementCreationOptions)
Avviso
Questa API è ora deprecata.
function createElement<K>(tagName: K, options?: ElementCreationOptions): HTMLElementDeprecatedTagNameMap[K]
Parametri
- tagName
-
K
- options
-
ElementCreationOptions
Restituisce
HTMLElementDeprecatedTagNameMap[K]
createElementNS("http://www.w3.org/1999/xhtml", string)
Restituisce un elemento con spazio dei nomi. Il prefisso dello spazio dei nomi sarà tutto prima di ":" (U+003E) in qualifiedName o null. Il nome locale sarà tutto dopo ":" (U+003E) in qualifiedName o qualifiedName.
Se localName non corrisponde all'oggetto Di produzione Name, verrà generata un'eccezione DOMException "InvalidCharacterError".
Se una delle condizioni seguenti è vera, verrà generata un'eccezione DOMException "NamespaceError":
localName non corrisponde all'ambiente di produzione QName. Il prefisso dello spazio dei nomi non è Null e lo spazio dei nomi è la stringa vuota. Il prefisso dello spazio dei nomi è "xml" e lo spazio dei nomi non è lo spazio dei nomi XML. qualifiedName o il prefisso dello spazio dei nomi è "xmlns" e lo spazio dei nomi non è lo spazio dei nomi XMLNS. namespace è lo spazio dei nomi XMLNS e non è né qualifiedName né il prefisso dello spazio dei nomi è "xmlns".
Se specificato, è possibile usare le opzioni per creare un elemento predefinito personalizzato.
function createElementNS(namespaceURI: "http://www.w3.org/1999/xhtml", qualifiedName: string): HTMLElement
Parametri
- namespaceURI
-
"http://www.w3.org/1999/xhtml"
- qualifiedName
-
string
Restituisce
HTMLElement
createElementNS("http://www.w3.org/2000/svg", string)
function createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: string): SVGElement
Parametri
- namespaceURI
-
"http://www.w3.org/2000/svg"
- qualifiedName
-
string
Restituisce
SVGElement
createElementNS(null | string, string, ElementCreationOptions)
function createElementNS(namespaceURI: null | string, qualifiedName: string, options?: ElementCreationOptions): Element
Parametri
- namespaceURI
-
null | string
- qualifiedName
-
string
- options
-
ElementCreationOptions
Restituisce
Element
createElementNS(null | string, string, string | ElementCreationOptions)
function createElementNS(namespace: null | string, qualifiedName: string, options?: string | ElementCreationOptions): Element
Parametri
- namespace
-
null | string
- qualifiedName
-
string
- options
-
string | ElementCreationOptions
Restituisce
Element
createElementNS<K>("http://www.w3.org/2000/svg", K)
function createElementNS<K>(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: K): SVGElementTagNameMap[K]
Parametri
- namespaceURI
-
"http://www.w3.org/2000/svg"
- qualifiedName
-
K
Restituisce
SVGElementTagNameMap[K]
createEvent("AnimationEvent")
function createEvent(eventInterface: "AnimationEvent"): AnimationEvent
Parametri
- eventInterface
-
"AnimationEvent"
Restituisce
AnimationEvent
createEvent("AnimationPlaybackEvent")
function createEvent(eventInterface: "AnimationPlaybackEvent"): AnimationPlaybackEvent
Parametri
- eventInterface
-
"AnimationPlaybackEvent"
Restituisce
AnimationPlaybackEvent
createEvent("AudioProcessingEvent")
function createEvent(eventInterface: "AudioProcessingEvent"): AudioProcessingEvent
Parametri
- eventInterface
-
"AudioProcessingEvent"
Restituisce
AudioProcessingEvent
createEvent("BeforeUnloadEvent")
function createEvent(eventInterface: "BeforeUnloadEvent"): BeforeUnloadEvent
Parametri
- eventInterface
-
"BeforeUnloadEvent"
Restituisce
BeforeUnloadEvent
createEvent("BlobEvent")
function createEvent(eventInterface: "BlobEvent"): BlobEvent
Parametri
- eventInterface
-
"BlobEvent"
Restituisce
BlobEvent
createEvent("ClipboardEvent")
function createEvent(eventInterface: "ClipboardEvent"): ClipboardEvent
Parametri
- eventInterface
-
"ClipboardEvent"
Restituisce
ClipboardEvent
createEvent("CloseEvent")
function createEvent(eventInterface: "CloseEvent"): CloseEvent
Parametri
- eventInterface
-
"CloseEvent"
Restituisce
CloseEvent
createEvent("CompositionEvent")
function createEvent(eventInterface: "CompositionEvent"): CompositionEvent
Parametri
- eventInterface
-
"CompositionEvent"
Restituisce
CompositionEvent
createEvent("CustomEvent")
function createEvent(eventInterface: "CustomEvent"): CustomEvent<any>
Parametri
- eventInterface
-
"CustomEvent"
Restituisce
CustomEvent<any>
createEvent("DeviceMotionEvent")
function createEvent(eventInterface: "DeviceMotionEvent"): DeviceMotionEvent
Parametri
- eventInterface
-
"DeviceMotionEvent"
Restituisce
DeviceMotionEvent
createEvent("DeviceOrientationEvent")
function createEvent(eventInterface: "DeviceOrientationEvent"): DeviceOrientationEvent
Parametri
- eventInterface
-
"DeviceOrientationEvent"
Restituisce
DeviceOrientationEvent
createEvent("DragEvent")
function createEvent(eventInterface: "DragEvent"): DragEvent
Parametri
- eventInterface
-
"DragEvent"
Restituisce
DragEvent
createEvent("ErrorEvent")
function createEvent(eventInterface: "ErrorEvent"): ErrorEvent
Parametri
- eventInterface
-
"ErrorEvent"
Restituisce
ErrorEvent
createEvent("Event")
function createEvent(eventInterface: "Event"): Event
Parametri
- eventInterface
-
"Event"
Restituisce
Event
createEvent("Events")
function createEvent(eventInterface: "Events"): Event
Parametri
- eventInterface
-
"Events"
Restituisce
Event
createEvent("FocusEvent")
function createEvent(eventInterface: "FocusEvent"): FocusEvent
Parametri
- eventInterface
-
"FocusEvent"
Restituisce
FocusEvent
createEvent("FontFaceSetLoadEvent")
function createEvent(eventInterface: "FontFaceSetLoadEvent"): FontFaceSetLoadEvent
Parametri
- eventInterface
-
"FontFaceSetLoadEvent"
Restituisce
FontFaceSetLoadEvent
createEvent("FormDataEvent")
function createEvent(eventInterface: "FormDataEvent"): FormDataEvent
Parametri
- eventInterface
-
"FormDataEvent"
Restituisce
FormDataEvent
createEvent("GamepadEvent")
function createEvent(eventInterface: "GamepadEvent"): GamepadEvent
Parametri
- eventInterface
-
"GamepadEvent"
Restituisce
GamepadEvent
createEvent("HashChangeEvent")
function createEvent(eventInterface: "HashChangeEvent"): HashChangeEvent
Parametri
- eventInterface
-
"HashChangeEvent"
Restituisce
HashChangeEvent
createEvent("IDBVersionChangeEvent")
function createEvent(eventInterface: "IDBVersionChangeEvent"): IDBVersionChangeEvent
Parametri
- eventInterface
-
"IDBVersionChangeEvent"
Restituisce
IDBVersionChangeEvent
createEvent("InputEvent")
function createEvent(eventInterface: "InputEvent"): InputEvent
Parametri
- eventInterface
-
"InputEvent"
Restituisce
InputEvent
createEvent("KeyboardEvent")
function createEvent(eventInterface: "KeyboardEvent"): KeyboardEvent
Parametri
- eventInterface
-
"KeyboardEvent"
Restituisce
KeyboardEvent
createEvent("MediaEncryptedEvent")
function createEvent(eventInterface: "MediaEncryptedEvent"): MediaEncryptedEvent
Parametri
- eventInterface
-
"MediaEncryptedEvent"
Restituisce
MediaEncryptedEvent
createEvent("MediaKeyMessageEvent")
function createEvent(eventInterface: "MediaKeyMessageEvent"): MediaKeyMessageEvent
Parametri
- eventInterface
-
"MediaKeyMessageEvent"
Restituisce
MediaKeyMessageEvent
createEvent("MediaQueryListEvent")
function createEvent(eventInterface: "MediaQueryListEvent"): MediaQueryListEvent
Parametri
- eventInterface
-
"MediaQueryListEvent"
Restituisce
MediaQueryListEvent
createEvent("MediaStreamTrackEvent")
function createEvent(eventInterface: "MediaStreamTrackEvent"): MediaStreamTrackEvent
Parametri
- eventInterface
-
"MediaStreamTrackEvent"
Restituisce
MediaStreamTrackEvent
createEvent("MessageEvent")
function createEvent(eventInterface: "MessageEvent"): MessageEvent<any>
Parametri
- eventInterface
-
"MessageEvent"
Restituisce
MessageEvent<any>
createEvent("MouseEvent")
function createEvent(eventInterface: "MouseEvent"): MouseEvent
Parametri
- eventInterface
-
"MouseEvent"
Restituisce
MouseEvent
createEvent("MouseEvents")
function createEvent(eventInterface: "MouseEvents"): MouseEvent
Parametri
- eventInterface
-
"MouseEvents"
Restituisce
MouseEvent
createEvent("MutationEvent")
function createEvent(eventInterface: "MutationEvent"): MutationEvent
Parametri
- eventInterface
-
"MutationEvent"
Restituisce
MutationEvent
createEvent("MutationEvents")
function createEvent(eventInterface: "MutationEvents"): MutationEvent
Parametri
- eventInterface
-
"MutationEvents"
Restituisce
MutationEvent
createEvent("OfflineAudioCompletionEvent")
function createEvent(eventInterface: "OfflineAudioCompletionEvent"): OfflineAudioCompletionEvent
Parametri
- eventInterface
-
"OfflineAudioCompletionEvent"
Restituisce
OfflineAudioCompletionEvent
createEvent("PageTransitionEvent")
function createEvent(eventInterface: "PageTransitionEvent"): PageTransitionEvent
Parametri
- eventInterface
-
"PageTransitionEvent"
Restituisce
PageTransitionEvent
createEvent("PaymentMethodChangeEvent")
function createEvent(eventInterface: "PaymentMethodChangeEvent"): PaymentMethodChangeEvent
Parametri
- eventInterface
-
"PaymentMethodChangeEvent"
Restituisce
PaymentMethodChangeEvent
createEvent("PaymentRequestUpdateEvent")
function createEvent(eventInterface: "PaymentRequestUpdateEvent"): PaymentRequestUpdateEvent
Parametri
- eventInterface
-
"PaymentRequestUpdateEvent"
Restituisce
PaymentRequestUpdateEvent
createEvent("PictureInPictureEvent")
function createEvent(eventInterface: "PictureInPictureEvent"): PictureInPictureEvent
Parametri
- eventInterface
-
"PictureInPictureEvent"
Restituisce
PictureInPictureEvent
createEvent("PointerEvent")
function createEvent(eventInterface: "PointerEvent"): PointerEvent
Parametri
- eventInterface
-
"PointerEvent"
Restituisce
PointerEvent
createEvent("PopStateEvent")
function createEvent(eventInterface: "PopStateEvent"): PopStateEvent
Parametri
- eventInterface
-
"PopStateEvent"
Restituisce
PopStateEvent
createEvent("ProgressEvent")
function createEvent(eventInterface: "ProgressEvent"): ProgressEvent<EventTarget>
Parametri
- eventInterface
-
"ProgressEvent"
Restituisce
ProgressEvent<EventTarget>
createEvent("PromiseRejectionEvent")
function createEvent(eventInterface: "PromiseRejectionEvent"): PromiseRejectionEvent
Parametri
- eventInterface
-
"PromiseRejectionEvent"
Restituisce
PromiseRejectionEvent
createEvent("RTCDataChannelEvent")
function createEvent(eventInterface: "RTCDataChannelEvent"): RTCDataChannelEvent
Parametri
- eventInterface
-
"RTCDataChannelEvent"
Restituisce
RTCDataChannelEvent
createEvent("RTCDTMFToneChangeEvent")
function createEvent(eventInterface: "RTCDTMFToneChangeEvent"): RTCDTMFToneChangeEvent
Parametri
- eventInterface
-
"RTCDTMFToneChangeEvent"
Restituisce
RTCDTMFToneChangeEvent
createEvent("RTCErrorEvent")
function createEvent(eventInterface: "RTCErrorEvent"): RTCErrorEvent
Parametri
- eventInterface
-
"RTCErrorEvent"
Restituisce
RTCErrorEvent
createEvent("RTCPeerConnectionIceErrorEvent")
function createEvent(eventInterface: "RTCPeerConnectionIceErrorEvent"): RTCPeerConnectionIceErrorEvent
Parametri
- eventInterface
-
"RTCPeerConnectionIceErrorEvent"
Restituisce
RTCPeerConnectionIceErrorEvent
createEvent("RTCPeerConnectionIceEvent")
function createEvent(eventInterface: "RTCPeerConnectionIceEvent"): RTCPeerConnectionIceEvent
Parametri
- eventInterface
-
"RTCPeerConnectionIceEvent"
Restituisce
RTCPeerConnectionIceEvent
createEvent("RTCTrackEvent")
function createEvent(eventInterface: "RTCTrackEvent"): RTCTrackEvent
Parametri
- eventInterface
-
"RTCTrackEvent"
Restituisce
RTCTrackEvent
createEvent("SecurityPolicyViolationEvent")
function createEvent(eventInterface: "SecurityPolicyViolationEvent"): SecurityPolicyViolationEvent
Parametri
- eventInterface
-
"SecurityPolicyViolationEvent"
Restituisce
SecurityPolicyViolationEvent
createEvent("SpeechSynthesisErrorEvent")
function createEvent(eventInterface: "SpeechSynthesisErrorEvent"): SpeechSynthesisErrorEvent
Parametri
- eventInterface
-
"SpeechSynthesisErrorEvent"
Restituisce
SpeechSynthesisErrorEvent
createEvent("SpeechSynthesisEvent")
function createEvent(eventInterface: "SpeechSynthesisEvent"): SpeechSynthesisEvent
Parametri
- eventInterface
-
"SpeechSynthesisEvent"
Restituisce
SpeechSynthesisEvent
createEvent("StorageEvent")
function createEvent(eventInterface: "StorageEvent"): StorageEvent
Parametri
- eventInterface
-
"StorageEvent"
Restituisce
StorageEvent
createEvent("SubmitEvent")
function createEvent(eventInterface: "SubmitEvent"): SubmitEvent
Parametri
- eventInterface
-
"SubmitEvent"
Restituisce
SubmitEvent
createEvent("TouchEvent")
function createEvent(eventInterface: "TouchEvent"): TouchEvent
Parametri
- eventInterface
-
"TouchEvent"
Restituisce
TouchEvent
createEvent("TrackEvent")
function createEvent(eventInterface: "TrackEvent"): TrackEvent
Parametri
- eventInterface
-
"TrackEvent"
Restituisce
TrackEvent
createEvent("TransitionEvent")
function createEvent(eventInterface: "TransitionEvent"): TransitionEvent
Parametri
- eventInterface
-
"TransitionEvent"
Restituisce
TransitionEvent
createEvent("UIEvent")
function createEvent(eventInterface: "UIEvent"): UIEvent
Parametri
- eventInterface
-
"UIEvent"
Restituisce
UIEvent
createEvent("UIEvents")
function createEvent(eventInterface: "UIEvents"): UIEvent
Parametri
- eventInterface
-
"UIEvents"
Restituisce
UIEvent
createEvent("WebGLContextEvent")
function createEvent(eventInterface: "WebGLContextEvent"): WebGLContextEvent
Parametri
- eventInterface
-
"WebGLContextEvent"
Restituisce
WebGLContextEvent
createEvent("WheelEvent")
function createEvent(eventInterface: "WheelEvent"): WheelEvent
Parametri
- eventInterface
-
"WheelEvent"
Restituisce
WheelEvent
createEvent(string)
function createEvent(eventInterface: string): Event
Parametri
- eventInterface
-
string
Restituisce
Event
createNodeIterator(Node, number, null | NodeFilter)
Crea un oggetto NodeIterator che è possibile utilizzare per attraversare elenchi filtrati di nodi o elementi in un documento.
function createNodeIterator(root: Node, whatToShow?: number, filter?: null | NodeFilter): NodeIterator
Parametri
- root
-
Node
Elemento o nodo radice su cui iniziare l'attraversamento.
- whatToShow
-
number
Tipo di nodi o elementi da visualizzare nell'elenco dei nodi
- filter
-
null | NodeFilter
Funzione NodeFilter personalizzata da usare. Per altre informazioni, vedere Filtro. Usare Null per nessun filtro.
Restituisce
NodeIterator
createProcessingInstruction(string, string)
Restituisce un nodo ProcessingInstruction la cui destinazione è di destinazione e i dati sono dati. Se la destinazione non corrisponde all'oggetto DI produzione Name, verrà generata un'eccezione DOMException "InvalidCharacterError". Se i dati contengono "?>verrà generata un'eccezione DOMException "InvalidCharacterError".
function createProcessingInstruction(target: string, data: string): ProcessingInstruction
Parametri
- target
-
string
- data
-
string
Restituisce
ProcessingInstruction
createRange()
Restituisce un oggetto intervallo vuoto con entrambi i punti limite posizionati all'inizio del documento.
function createRange(): Range
Restituisce
Range
createTextNode(string)
Crea una stringa di testo dal valore specificato.
function createTextNode(data: string): Text
Parametri
- data
-
string
Stringa che specifica la proprietà nodeValue del nodo di testo.
Restituisce
Text
createTreeWalker(Node, number, null | NodeFilter)
Crea un oggetto TreeWalker che è possibile usare per attraversare elenchi filtrati di nodi o elementi in un documento.
function createTreeWalker(root: Node, whatToShow?: number, filter?: null | NodeFilter): TreeWalker
Parametri
- root
-
Node
Elemento o nodo radice su cui iniziare l'attraversamento.
- whatToShow
-
number
Tipo di nodi o elementi da visualizzare nell'elenco dei nodi. Per altre informazioni, vedere whatToShow.
- filter
-
null | NodeFilter
Funzione NodeFilter personalizzata da usare.
Restituisce
TreeWalker
execCommand(string, boolean, string)
Avviso
Questa API è ora deprecata.
Esegue un comando nel documento corrente, nella selezione corrente o nell'intervallo specificato.
function execCommand(commandId: string, showUI?: boolean, value?: string): boolean
Parametri
- commandId
-
string
Stringa che specifica il comando da eseguire. Questo comando può essere uno qualsiasi degli identificatori di comando che possono essere eseguiti nello script.
- showUI
-
boolean
Visualizzare l'interfaccia utente, il valore predefinito è false.
- value
-
string
Valore da assegnare.
Restituisce
boolean
exitFullscreen()
Impedisce la visualizzazione a schermo intero dell'elemento a schermo intero del documento e risolve le promesse al termine.
function exitFullscreen(): Promise<void>
Restituisce
Promise<void>
exitPictureInPicture()
function exitPictureInPicture(): Promise<void>
Restituisce
Promise<void>
exitPointerLock()
function exitPointerLock()
getElementById(string)
Restituisce un riferimento al primo oggetto con il valore specificato dell'attributo ID.
function getElementById(elementId: string): null | HTMLElement
Parametri
- elementId
-
string
Stringa che specifica il valore ID.
Restituisce
null | HTMLElement
getElementsByClassName(string)
Restituisce un oggetto HTMLCollection degli elementi nell'oggetto in cui è stato richiamato il metodo (un documento o un elemento) che dispone di tutte le classi fornite da classNames. L'argomento classNames viene interpretato come un elenco delimitato da spazi di classi.
function getElementsByClassName(classNames: string): HTMLCollectionOf<Element>
Parametri
- classNames
-
string
Restituisce
HTMLCollectionOf<Element>
getElementsByName(string)
Ottiene una raccolta di oggetti in base al valore dell'attributo NAME o ID.
function getElementsByName(elementName: string): NodeListOf<HTMLElement>
Parametri
- elementName
-
string
Ottiene una raccolta di oggetti in base al valore dell'attributo NAME o ID.
Restituisce
NodeListOf<HTMLElement>
getElementsByTagName(string)
function getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>
Parametri
- qualifiedName
-
string
Restituisce
HTMLCollectionOf<Element>
getElementsByTagName<K>(K)
Recupera una raccolta di oggetti in base al nome dell'elemento specificato.
function getElementsByTagName<K>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>
Parametri
- qualifiedName
-
K
Restituisce
HTMLCollectionOf<HTMLElementTagNameMap[K]>
getElementsByTagName<K>(K)
function getElementsByTagName<K>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>
Parametri
- qualifiedName
-
K
Restituisce
HTMLCollectionOf<SVGElementTagNameMap[K]>
getElementsByTagNameNS("http://www.w3.org/1999/xhtml", string)
Se lo spazio dei nomi e localName sono "*" restituisce un oggetto HTMLCollection di tutti gli elementi discendenti.
Se solo lo spazio dei nomi è "*" restituisce un htmlCollection di tutti gli elementi discendenti il cui nome locale è localName.
Se solo localName è "*" restituisce un htmlCollection di tutti gli elementi discendenti il cui spazio dei nomi è spazio dei nomi.
In caso contrario, restituisce un oggetto HTMLCollection di tutti gli elementi discendenti il cui spazio dei nomi è spazio dei nomi e il nome locale è localName.
function getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>
Parametri
- namespaceURI
-
"http://www.w3.org/1999/xhtml"
- localName
-
string
Restituisce
HTMLCollectionOf<HTMLElement>
getElementsByTagNameNS("http://www.w3.org/2000/svg", string)
function getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>
Parametri
- namespaceURI
-
"http://www.w3.org/2000/svg"
- localName
-
string
Restituisce
HTMLCollectionOf<SVGElement>
getElementsByTagNameNS(null | string, string)
function getElementsByTagNameNS(namespace: null | string, localName: string): HTMLCollectionOf<Element>
Parametri
- namespace
-
null | string
- localName
-
string
Restituisce
HTMLCollectionOf<Element>
getSelection()
Restituisce un oggetto che rappresenta la selezione corrente del documento caricato nell'oggetto che visualizza una pagina Web.
function getSelection(): null | Selection
Restituisce
null | Selection
hasFocus()
Ottiene un valore che indica se l'oggetto ha attualmente lo stato attivo.
function hasFocus(): boolean
Restituisce
boolean
hasStorageAccess()
function hasStorageAccess(): Promise<boolean>
Restituisce
Promise<boolean>
importNode<T>(T, boolean)
Restituisce una copia del nodo. Se deep è true, la copia include anche i discendenti del nodo.
Se node è un documento o una radice shadow, genera un'eccezione DOMException "NotSupportedError".
function importNode<T>(node: T, deep?: boolean): T
Parametri
- node
-
T
- deep
-
boolean
Restituisce
T
open(string | URL, string, string)
function open(url: string | URL, name: string, features: string): null | Window
Parametri
- url
-
string | URL
- name
-
string
- features
-
string
Restituisce
null | Window
open(string, string)
Apre una nuova finestra e carica un documento specificato da un URL specificato. Apre inoltre una nuova finestra che usa il parametro URL e il parametro name per raccogliere l'output del metodo di scrittura e il metodo writeln.
function open(unused1?: string, unused2?: string): Document
Parametri
- unused1
-
string
- unused2
-
string
Restituisce
Document
queryCommandEnabled(string)
Avviso
Questa API è ora deprecata.
Restituisce un valore booleano che indica se un comando specificato può essere eseguito correttamente utilizzando execCommand, dato lo stato corrente del documento.
function queryCommandEnabled(commandId: string): boolean
Parametri
- commandId
-
string
Specifica un identificatore di comando.
Restituisce
boolean
queryCommandIndeterm(string)
Avviso
Questa API è ora deprecata.
Restituisce un valore booleano che indica se il comando specificato si trova nello stato indeterminato.
function queryCommandIndeterm(commandId: string): boolean
Parametri
- commandId
-
string
Stringa che specifica un identificatore di comando.
Restituisce
boolean
queryCommandState(string)
Avviso
Questa API è ora deprecata.
Restituisce un valore booleano che indica lo stato corrente del comando.
function queryCommandState(commandId: string): boolean
Parametri
- commandId
-
string
Stringa che specifica un identificatore di comando.
Restituisce
boolean
queryCommandSupported(string)
Avviso
Questa API è ora deprecata.
Restituisce un valore booleano che indica se il comando corrente è supportato nell'intervallo corrente.
function queryCommandSupported(commandId: string): boolean
Parametri
- commandId
-
string
Specifica un identificatore di comando.
Restituisce
boolean
queryCommandValue(string)
Avviso
Questa API è ora deprecata.
Restituisce il valore corrente del documento, dell'intervallo o della selezione corrente per il comando specificato.
function queryCommandValue(commandId: string): string
Parametri
- commandId
-
string
Stringa che specifica un identificatore di comando.
Restituisce
string
releaseEvents()
Avviso
Questa API è ora deprecata.
function releaseEvents()
removeEventListener(string, EventListenerOrEventListenerObject, boolean | EventListenerOptions)
function removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions)
Parametri
- type
-
string
- listener
-
EventListenerOrEventListenerObject
- options
-
boolean | EventListenerOptions
removeEventListener<K>(K, (this: Document, ev: DocumentEventMap[K]) => any, boolean | EventListenerOptions)
function removeEventListener<K>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions)
Parametri
- type
-
K
- listener
-
(this: Document, ev: DocumentEventMap[K]) => any
- options
-
boolean | EventListenerOptions
requestStorageAccess()
function requestStorageAccess(): Promise<void>
Restituisce
Promise<void>
write(string[])
Scrive una o più espressioni HTML in un documento nella finestra specificata.
function write(text: string[])
Parametri
- text
-
string[]
writeln(string[])
Scrive una o più espressioni HTML, seguite da un ritorno a capo, in un documento nella finestra specificata.
function writeln(text: string[])
Parametri
- text
-
string[]
Dettagli dei metodi ereditati
append((string | Node)[])
Inserisce nodi dopo l'ultimo elemento figlio del nodo, sostituendo le stringhe nei nodi con nodi di testo equivalenti.
Genera un'eccezione DOMException "HierarchyRequestError" se i vincoli dell'albero dei nodi vengono violati.
function append(nodes: (string | Node)[])
Parametri
- nodes
-
(string | Node)[]
Ereditato da ParentNode.append
appendChild<T>(T)
function appendChild<T>(node: T): T
Parametri
- node
-
T
Restituisce
T
Ereditato da Node.appendChild
cloneNode(boolean)
Restituisce una copia del nodo. Se deep è true, la copia include anche i discendenti del nodo.
function cloneNode(deep?: boolean): Node
Parametri
- deep
-
boolean
Restituisce
Node
Ereditato da Node.cloneNode
compareDocumentPosition(Node)
Restituisce una maschera di bit che indica la posizione di un altro nodo relativo al nodo.
function compareDocumentPosition(other: Node): number
Parametri
- other
-
Node
Restituisce
number
Ereditato da node.compareDocumentPosition
contains(null | Node)
Restituisce true se un altro è un discendente inclusivo del nodo e false in caso contrario.
function contains(other: null | Node): boolean
Parametri
- other
-
null | Node
Restituisce
boolean
ereditato da node.contains
createExpression(string, null | XPathNSResolver)
function createExpression(expression: string, resolver?: null | XPathNSResolver): XPathExpression
Parametri
- expression
-
string
- resolver
-
null | XPathNSResolver
Restituisce
XPathExpression
Ereditato da XPathEvaluatorBase.createExpression
createNSResolver(Node)
function createNSResolver(nodeResolver: Node): XPathNSResolver
Parametri
- nodeResolver
-
Node
Restituisce
XPathNSResolver
Ereditato da XPathEvaluatorBase.createNSResolver
dispatchEvent(Event)
Invia un evento di evento sintetico alla destinazione e restituisce true se il valore dell'attributo annullabile dell'evento è false o il metodo preventDefault() non è stato richiamato e false in caso contrario.
function dispatchEvent(event: Event): boolean
Parametri
- event
-
Event
Restituisce
boolean
Ereditato da node.dispatchEvent
elementFromPoint(number, number)
Restituisce l'elemento per la coordinata x specificata e la coordinata y specificata.
function elementFromPoint(x: number, y: number): null | Element
Parametri
- x
-
number
Offset x
- y
-
number
Offset y
Restituisce
null | Element
Ereditato da DocumentOrShadowRoot.elementFromPoint
elementsFromPoint(number, number)
function elementsFromPoint(x: number, y: number): Element[]
Parametri
- x
-
number
- y
-
number
Restituisce
Element[]
Ereditato da DocumentOrShadowRoot.elementsFromPoint
evaluate(string, Node, null | XPathNSResolver, number, null | XPathResult)
function evaluate(expression: string, contextNode: Node, resolver?: null | XPathNSResolver, type?: number, result?: null | XPathResult): XPathResult
Parametri
- expression
-
string
- contextNode
-
Node
- resolver
-
null | XPathNSResolver
- type
-
number
- result
-
null | XPathResult
Restituisce
XPathResult
Ereditato da XPathEvaluatorBase.evaluate
getAnimations()
function getAnimations(): Animation[]
Restituisce
Animation[]
ereditato da DocumentOrShadowRoot.getAnimations
getRootNode(GetRootNodeOptions)
Restituisce la radice del nodo.
function getRootNode(options?: GetRootNodeOptions): Node
Parametri
- options
-
GetRootNodeOptions
Restituisce
Node
ereditato da Node.getRootNode
hasChildNodes()
Restituisce un valore che indica se il nodo dispone di elementi figlio.
function hasChildNodes(): boolean
Restituisce
boolean
Ereditato da node.hasChildNodes
insertBefore<T>(T, null | Node)
function insertBefore<T>(node: T, child: null | Node): T
Parametri
- node
-
T
- child
-
null | Node
Restituisce
T
Ereditato da Node.insertBefore
isDefaultNamespace(null | string)
function isDefaultNamespace(namespace: null | string): boolean
Parametri
- namespace
-
null | string
Restituisce
boolean
Ereditato da Node.isDefaultNamespace
isEqualNode(null | Node)
Restituisce un valore che indica se node e otherNode hanno le stesse proprietà.
function isEqualNode(otherNode: null | Node): boolean
Parametri
- otherNode
-
null | Node
Restituisce
boolean
Ereditato da node.isEqualNode
isSameNode(null | Node)
function isSameNode(otherNode: null | Node): boolean
Parametri
- otherNode
-
null | Node
Restituisce
boolean
Ereditato da Node.isSameNode
lookupNamespaceURI(null | string)
function lookupNamespaceURI(prefix: null | string): null | string
Parametri
- prefix
-
null | string
Restituisce
null | string
Ereditato da Node.lookupNamespaceURI
lookupPrefix(null | string)
function lookupPrefix(namespace: null | string): null | string
Parametri
- namespace
-
null | string
Restituisce
null | string
ereditato da node.lookupPrefix
normalize()
Rimuove i nodi text esclusivi vuoti e concatena i dati dei nodi Text contigui esclusivi rimanenti nel primo dei relativi nodi.
function normalize()
Ereditato da Node.normalize
prepend((string | Node)[])
Inserisce i nodi prima del primo elemento figlio del nodo, sostituendo le stringhe nei nodi con nodi text equivalenti.
Genera un'eccezione DOMException "HierarchyRequestError" se i vincoli dell'albero dei nodi vengono violati.
function prepend(nodes: (string | Node)[])
Parametri
- nodes
-
(string | Node)[]
Ereditato da ParentNode.prepend
querySelector<E>(string)
function querySelector<E>(selectors: string): null | E
Parametri
- selectors
-
string
Restituisce
null | E
Ereditato da ParentNode.querySelector
querySelector<K>(K)
Restituisce il primo elemento discendente del nodo che corrisponde ai selettori.
function querySelector<K>(selectors: K): null | HTMLElementTagNameMap[K]
Parametri
- selectors
-
K
Restituisce
null | HTMLElementTagNameMap[K]
Ereditato da ParentNode.querySelector
querySelector<K>(K)
function querySelector<K>(selectors: K): null | SVGElementTagNameMap[K]
Parametri
- selectors
-
K
Restituisce
null | SVGElementTagNameMap[K]
Ereditato da ParentNode.querySelector
querySelectorAll<E>(string)
function querySelectorAll<E>(selectors: string): NodeListOf<E>
Parametri
- selectors
-
string
Restituisce
NodeListOf<E>
Ereditato da ParentNode.querySelectorAll
querySelectorAll<K>(K)
Restituisce tutti i discendenti di elemento del nodo che corrispondono ai selettori.
function querySelectorAll<K>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>
Parametri
- selectors
-
K
Restituisce
NodeListOf<HTMLElementTagNameMap[K]>
Ereditato da ParentNode.querySelectorAll
querySelectorAll<K>(K)
function querySelectorAll<K>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>
Parametri
- selectors
-
K
Restituisce
NodeListOf<SVGElementTagNameMap[K]>
Ereditato da ParentNode.querySelectorAll
removeChild<T>(T)
function removeChild<T>(child: T): T
Parametri
- child
-
T
Restituisce
T
Ereditato da Node.removeChild
replaceChild<T>(Node, T)
function replaceChild<T>(node: Node, child: T): T
Parametri
- node
-
Node
- child
-
T
Restituisce
T
Ereditato da Node.replaceChild
replaceChildren((string | Node)[])
Sostituire tutti gli elementi figlio del nodo con nodi, sostituendo le stringhe nei nodi con nodi di testo equivalenti.
Genera un'eccezione DOMException "HierarchyRequestError" se i vincoli dell'albero dei nodi vengono violati.
function replaceChildren(nodes: (string | Node)[])
Parametri
- nodes
-
(string | Node)[]
Ereditato da ParentNode.replaceChildren