W3cubDocs

/Haxe JavaScript

DocumentType

package js.html

extends NodeEventTarget

@:native("DocumentType") Available on js

The DocumentType interface represents a Node containing a doctype.

Documentation DocumentType by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only name:String

...

read only publicId:String

...

read only systemId:String

...

Methods

remove ():Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/DocumentType.html