summaryrefslogtreecommitdiffstats
path: root/contrib/dom/idl/Entity.idl
blob: 8b91cb808be94eec32c9ca43418091b3d93382cd (plain)
1
2
3
4
5
interface Entity : Node {
  readonly attribute DOMString        publicId;
  readonly attribute DOMString        systemId;
  readonly attribute DOMString        notationName;
};