class js.html.Node extends EventTarget

Available on all platforms

Class Fields

static var ATTRIBUTE_NODE:Int

static var COMMENT_NODE:Int

static var DOCUMENT_NODE:Int

static var ELEMENT_NODE:Int

static var ENTITY_NODE:Int

static var NOTATION_NODE:Int

static var TEXT_NODE:Int

Instance Fields

function appendChild(node:Node):Node

function cloneNode(?deep:Bool = false):Node

function contains(other:Node):Bool

function hasChildNodes():Bool

function insertBefore(node:Node, child:Node):Node

function isDefaultNamespace(namespace_:String):Bool

function isEqualNode(node:Node):Bool

function lookupPrefix(namespace_:String):String

function normalize():Void

function removeChild(child:Node):Node

function replaceChild(node:Node, child:Node):Node