Dart API Referencedart:htmlEntity

Entity Interface

NOTE: This is not implemented in Mozilla

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

Extends

Node

Fields

Code final String notationName #

final String notationName;

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.