Dart API Referencedart:htmlNotation

Notation Interface

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.

Extends

Node

Fields

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.