haXe API Documentation
Back | Index
extern class js.html.Notation
extends Node
Available in js

NOTE: This is not implemented in Mozilla

Represents a DTD notation (read-only). May declare format of an unparsed entity or formally declare the document's processing instruction targets. Inherits methods and properties from Node. Its nodeName is the notation name. Has no parent.



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