Sign in
webkit
/
WebKit
/
0f59636c15ede73aa3db15621377d3d78b30bee3
/
.
/
WebCore
/
dom
/
Notation.idl
blob: 6b97e68d161a7ce510721c2fbc930dc3ff862526 [
file
] [
log
] [
blame
]
module
core
{
interface
[
LegacyParent
=
KJS
::
DOMNode
]
Notation
:
Node
{
readonly
attribute
[
ConvertNullStringTo
=
Null
]
DOMString
publicId
;
readonly
attribute
[
ConvertNullStringTo
=
Null
]
DOMString
systemId
;
};
}