Constructor

new ()

Variables

read onlybaseURI:String

read onlychildren:Dynamic

read onlyclientHeight:Int

read onlyclientLeft:Int

read onlyclientTop:Int

read onlyclientWidth:Int

read onlylocalName:String

read onlynodeName:String

read onlynodeType:Int

read onlyoffsetHeight:Int

read onlyoffsetLeft:Int

read onlyoffsetTop:Int

read onlyoffsetWidth:Int

read onlyscrollHeight:Int

read onlyscrollWidth:Int

read onlystyle:Dynamic

read onlytagName:String

Methods

addEventListener (type:String, listener:Dynamic, ?useCapture:Bool):Void

getAttributeNS (?namespaceURI:String, localName:String):String

getAttributeNodeNS (?namespaceURI:String, localName:String):Dynamic

getElementsByTagNameNS (?namespaceURI:String, localName:String):Dynamic

hasAttributeNS (?namespaceURI:String, localName:String):Bool

insertBefore (newChild:Dynamic, refChild:Dynamic):Dynamic

isSupported (feature:String, ?version:String):Bool

lookupPrefix (?namespaceURI:String):String

removeAttributeNS (namespaceURI:String, localName:String):Void

removeEventListener (type:String, listener:Dynamic, ?useCapture:Bool):Void

replaceChild (newChild:Dynamic, oldChild:Dynamic):Dynamic

scrollIntoView (?alignWithTop:Bool):Void

scrollIntoViewIfNeeded (?centerIfNeeded:Bool):Void

setAttributeNS (?namespaceURI:String, qualifiedName:String, value:String):Void