Handbook
Glossary
notation-decl
XML data types
ยป
XML data classes
Prev:
doctype-decl
Vocabulary
xml
.
data
Class description
Describes the class of element declarations, like
<!NOTATION jpg SYSTEM './jpgviewer'>
.
See also
<notation-decl>
Definition
USING:
strings
;
IN:
xml.data
TUPLE:
notation-decl
<
directive
{
name
string
initial:
""
}
{
id
string
initial:
""
}
;
Methods
USING:
accessors
xml.data
xml.writer
xml.writer.private
;
M:
notation-decl
write-xml
"NOTATION"
[
id>>
]
write-decl
;