OverviewSingleDeprecatedPropertiesEventsXSL Parameters

window

class HTMLElement

Object
->HTMLElement

Direct Known Subclasses:

HTMLDocument

native class HTMLElement
extends Object
Native browser DOM class HTMLElement. Mozilla browsers call this HTMLElement, while Microsoft Internet Explorer usually reports it as a plain Object.

Field Summary
native Array<HTMLElement>
childNodes
native String
className
native HTMLElement
firstChild
native String
id
native String
innerHTML
native HTMLElement
lastChild
native HTMLElement
nextSibling
native HTMLDocument
ownerDocument
native HTMLElement
parentNode
native HTMLElement
previousSibling
native Object
style
native String
tagName
Method Summary
native String
getAttribute(strName : String)
native void
removeAttribute(strName : String)
native void
setAttribute(strName : String, strValue : String)
Methods Inherited From Object
toString
Field Detail

childNodes

native Array<HTMLElement> childNodes

className

native String className

firstChild

native HTMLElement firstChild

id

native String id

innerHTML

native String innerHTML

lastChild

native HTMLElement lastChild

nextSibling

native HTMLElement nextSibling

ownerDocument

native HTMLDocument ownerDocument

parentNode

native HTMLElement parentNode

previousSibling

native HTMLElement previousSibling

style

native Object style

tagName

native String tagName
Method Detail

getAttribute

native String getAttribute(strName : String)

Parameters:

strName

Returns:

 

removeAttribute

native void removeAttribute(strName : String)

Parameters:

strName

setAttribute

native void setAttribute(strName : String, strValue : String)

Parameters:

strName
strValue