Dart API Referencedart:htmlDocumentType

DocumentType Interface

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:

Extends

Node

Fields

Code final NamedNodeMap entities #

final NamedNodeMap entities;

Code final String internalSubset #

final String internalSubset;

Code final String name #

final String name;

Code final NamedNodeMap notations #

final NamedNodeMap notations;

Code final String publicId #

final String publicId;

Code final String systemId #

final String systemId;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.