Handbook
Glossary
<doctype-decl> ( name external-id internal-subset -- doctype-decl )
XML data types
ยป
XML data constructors
Prev:
<public-id> ( pubid-literal system-literal -- public-id )
Next:
<notation-decl> ( name id -- notation-decl )
Vocabulary
xml.data
Inputs
name
a
name
external-id
an
id
internal-subset
a
sequence
Outputs
doctype-decl
a
doctype-decl
Word description
Creates a new doctype declaration object, of the class
doctype-decl
. Only one of external-id or internal-subset will be non-null.
Definition
USING:
kernel
;
IN:
xml.data
:
<doctype-decl>
( name external-id internal-subset -- doctype-decl )
\
doctype-decl
boa
;
inline