Handbook
Glossary
attlist-decl
XML data types
ยป
XML data classes
Prev:
element-decl
Next:
entity-decl
Vocabulary
xml
.
data
Class description
Describes the class of element declarations, like
<!ATTLIST pre xml:space (preserve) #FIXED 'preserve'>
.
See also
<attlist-decl>
Definition
USING:
strings
;
IN:
xml.data
TUPLE:
attlist-decl
<
directive
{
name
string
initial:
""
}
{
att-defs
string
initial:
""
}
;
Methods
USING:
accessors
xml.data
xml.writer
xml.writer.private
;
M:
attlist-decl
write-xml
"ATTLIST"
[
att-defs>>
]
write-decl
;