Handbook
Glossary
name
XML data types
ยป
XML data classes
Prev:
tag
Next:
contained-tag
Vocabulary
xml.data
Class description
Represents an XML name, with the fields space (a string representing the namespace, as written in the document, tag (a string of the actual name of the tag) and url (a string of the URL that the namespace points to).
See also
<name>
,
tag
Definition
USING:
strings
;
IN:
xml.data
TUPLE:
name
{
space
maybe{
string
}
initial:
f
}
{
main
string
initial:
""
}
{
url
maybe{
string
}
initial:
f
}
;