DocumentType
Overview
The DocumentType interface represents a Node containing a doctype.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: EventTarget | Node | DocumentType
Properties
name
property name: String read;
String name { get; }
var name: String { get{} }
String name { __get; }
ReadOnly Property name() As String
publicId
property publicId: Int32 read;
Int32 publicId { get; }
var publicId: Int32 { get{} }
Int32 publicId { __get; }
ReadOnly Property publicId() As Int32
systemId
property systemId: Int32 read;
Int32 systemId { get; }
var systemId: Int32 { get{} }
Int32 systemId { __get; }
ReadOnly Property systemId() As Int32