Packagecom.google.analytics.external
Classpublic class HTMLDOM
InheritanceHTMLDOM Inheritance JavascriptProxy

Proxy access to HTML Document Object Model.



Public Properties
 PropertyDefined 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
 InheritedhasProperty_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
 InheritedsetProperty_js : XML
[static] The setProperty Javascript injection.
JavascriptProxy
 InheritedsetPropertyRef_js : XML
[static] The setPropertyReference Javascript injection.
JavascriptProxy
  title : String
[read-only] Returns the title value of the html dom.
HTMLDOM
Public Methods
 MethodDefined by
  
Creates a new HTMLDOM instance.
HTMLDOM
  
Caches in one function call all the HTMLDOM properties.
HTMLDOM
 Inherited
call(functionName:String, ... args):*
Call a Javascript injection block (String or XML) with parameters and return the result.
JavascriptProxy
 Inherited
executeBlock(data:String):void
Execute a Javascript injection block (String or XML) without any parameters and without return values.
JavascriptProxy
 Inherited
getProperty(name:String):*
Returns the value property defines with the passed-in name value.
JavascriptProxy
 Inherited
getPropertyString(name:String):String
Returns the String property defines with the passed-in name value.
JavascriptProxy
 Inherited
hasProperty(path:String):Boolean
Indicates if the specified path object exist.
JavascriptProxy
 Inherited
isAvailable():Boolean
Indicates if the javascript proxy is available.
JavascriptProxy
 Inherited
setProperty(path:String, value:*):void
Creates a JS property.
JavascriptProxy
 Inherited
setPropertyByReference(path:String, target:String):void
Creates a JS property by reference.
JavascriptProxy
Property detail
cache_properties_jsproperty
public static var cache_properties_js:XML

The cache properties Javascript injection.

characterSetproperty 
characterSet:String  [read-only]

Indicates the characterSet value of the html dom.

Implementation
    public function get characterSet():String
colorDepthproperty 
colorDepth:String  [read-only]

Indicates the color depth of the html dom.

Implementation
    public function get colorDepth():String
hostproperty 
host:String  [read-only]

Determinates the 'host' String value from the HTML DOM.

Implementation
    public function get host():String
languageproperty 
language:String  [read-only]

Determinates the 'langage' String value from the HTML DOM.

Implementation
    public function get language():String
locationproperty 
location:String  [read-only]

Determinates the 'location' String value from the HTML DOM.

Implementation
    public function get location():String
pathnameproperty 
pathname:String  [read-only]

Returns the path name value of the html dom.

Implementation
    public function get pathname():String
protocolproperty 
protocol:String  [read-only]

Determinates the 'protocol' String value from the HTML DOM.

Implementation
    public function get protocol():String
referrerproperty 
referrer:String  [read-only]

Returns the referrer value of the html dom.

Implementation
    public function get referrer():String
searchproperty 
search:String  [read-only]

Determinates the 'search' String value from the HTML DOM.

Implementation
    public function get search():String
titleproperty 
title:String  [read-only]

Returns the title value of the html dom.

Implementation
    public function get title():String
Constructor detail
HTMLDOM()constructor
public function HTMLDOM(debug:DebugConfiguration)

Creates a new HTMLDOM instance.

Parameters
debug:DebugConfiguration
Method detail
cacheProperties()method
public function cacheProperties():void

Caches in one function call all the HTMLDOM properties.