https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-5431D1B9 ## Interface `Notation` ### IDL Definition <details> <summary>More</summary> ``` interface Notation : Node { readonly attribute DOMString publicId; readonly attribute DOMString systemId; }; ``` </details> ### Attributes - [ ] `readonly attribute DOMString publicId` - [ ] `readonly attribute DOMString systemId` ### Overrides - [ ] `Node insertBefore(in Node newChild, in Node refChild)` - [ ] `Node replaceChild(in Node newChild, in Node oldChild)` - [ ] `Node appendChild(in Node newChild)` - [ ] `Node cloneNode(in boolean deep)`