Haxe API Documentation
Back | Index
extern class js.html.DocumentType
extends Node
Available in js

NOTE: This interface is not fully supported in Mozilla at present, including for indicating internalSubset information which Gecko generally does otherwise support.

DocumentType inherits Node's properties, methods, and constants as well as the following properties of its own:



Documentation for this class was provided by MDN.
var entities(default,null) : NamedNodeMap
var internalSubset(default,null) : String
var name(default,null) : String
var notations(default,null) : NamedNodeMap
var publicId(default,null) : String
var systemId(default,null) : String
function remove() : Void
Back | Index