The nsIDOMNotation interface represents a notation declared in the DTD. More...
import "nsIDOMNotation.idl";
Public Attributes | |
readonly attribute DOMString | publicId |
readonly attribute DOMString | systemId |
The nsIDOMNotation interface represents a notation declared in the DTD.
A notation either declares, by name, the format of an unparsed entity, or is used for formal declaration of processing instruction targets.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Core/
readonly attribute DOMString nsIDOMNotation::publicId |
readonly attribute DOMString nsIDOMNotation::systemId |