| Package | com.google.analytics.external |
| Class | public class HTMLDOM |
| Inheritance | HTMLDOM JavascriptProxy |
| Property | Defined by | ||
|---|---|---|---|
| cache_properties_js : XML [static]
The cache properties Javascript injection.
| HTMLDOM | ||
| characterSet : String [read-only]
Indicates the characterSet value of the html dom.
| HTMLDOM | ||
| colorDepth : String [read-only]
Indicates the color depth of the html dom.
| HTMLDOM | ||
![]() | hasProperty_js : XML [static]
The hasProperty Javascript injection.
| JavascriptProxy | |
| host : String [read-only]
Determinates the 'host' String value from the HTML DOM.
| HTMLDOM | ||
| language : String [read-only]
Determinates the 'langage' String value from the HTML DOM.
| HTMLDOM | ||
| location : String [read-only]
Determinates the 'location' String value from the HTML DOM.
| HTMLDOM | ||
| pathname : String [read-only]
Returns the path name value of the html dom.
| HTMLDOM | ||
| protocol : String [read-only]
Determinates the 'protocol' String value from the HTML DOM.
| HTMLDOM | ||
| referrer : String [read-only]
Returns the referrer value of the html dom.
| HTMLDOM | ||
| search : String [read-only]
Determinates the 'search' String value from the HTML DOM.
| HTMLDOM | ||
![]() | setProperty_js : XML [static]
The setProperty Javascript injection.
| JavascriptProxy | |
![]() | setPropertyRef_js : XML [static]
The setPropertyReference Javascript injection.
| JavascriptProxy | |
| title : String [read-only]
Returns the title value of the html dom.
| HTMLDOM | ||
| Method | Defined by | ||
|---|---|---|---|
|
HTMLDOM(debug:DebugConfiguration)
Creates a new HTMLDOM instance.
| HTMLDOM | ||
|
cacheProperties():void
Caches in one function call all the HTMLDOM properties.
| HTMLDOM | ||
![]() |
call(functionName:String, ... args):*
Call a Javascript injection block (String or XML) with parameters and return the result.
| JavascriptProxy | |
![]() |
executeBlock(data:String):void
Execute a Javascript injection block (String or XML) without any parameters and without return values.
| JavascriptProxy | |
![]() |
getProperty(name:String):*
Returns the value property defines with the passed-in name value.
| JavascriptProxy | |
![]() |
getPropertyString(name:String):String
Returns the String property defines with the passed-in name value.
| JavascriptProxy | |
![]() |
hasProperty(path:String):Boolean
Indicates if the specified path object exist.
| JavascriptProxy | |
![]() |
isAvailable():Boolean
Indicates if the javascript proxy is available.
| JavascriptProxy | |
![]() |
setProperty(path:String, value:*):void
Creates a JS property.
| JavascriptProxy | |
![]() |
setPropertyByReference(path:String, target:String):void
Creates a JS property by reference.
| JavascriptProxy | |
| cache_properties_js | property |
public static var cache_properties_js:XMLThe cache properties Javascript injection.
| characterSet | property |
characterSet:String [read-only]Indicates the characterSet value of the html dom.
Implementation public function get characterSet():String
| colorDepth | property |
colorDepth:String [read-only]Indicates the color depth of the html dom.
Implementation public function get colorDepth():String
| host | property |
host:String [read-only]Determinates the 'host' String value from the HTML DOM.
Implementation public function get host():String
| language | property |
language:String [read-only]Determinates the 'langage' String value from the HTML DOM.
Implementation public function get language():String
| location | property |
location:String [read-only]Determinates the 'location' String value from the HTML DOM.
Implementation public function get location():String
| pathname | property |
pathname:String [read-only]Returns the path name value of the html dom.
Implementation public function get pathname():String
| protocol | property |
protocol:String [read-only]Determinates the 'protocol' String value from the HTML DOM.
Implementation public function get protocol():String
| referrer | property |
referrer:String [read-only]Returns the referrer value of the html dom.
Implementation public function get referrer():String
| search | property |
search:String [read-only]Determinates the 'search' String value from the HTML DOM.
Implementation public function get search():String
| title | property |
title:String [read-only]Returns the title value of the html dom.
Implementation public function get title():String
| HTMLDOM | () | constructor |
public function HTMLDOM(debug:DebugConfiguration)Creates a new HTMLDOM instance.
Parametersdebug:DebugConfiguration |
| cacheProperties | () | method |
public function cacheProperties():voidCaches in one function call all the HTMLDOM properties.