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

NOTE: This is not implemented in Mozilla

Read-only reference to a DTD entity. Also inherits the methods and properties of Node.



Documentation for this class was provided by MDN.
var notationName(default,null) : String
var publicId(default,null) : String
var systemId(default,null) : String
Back | Index