dom :: XMLEndTag :: defaultinit
# An end Tag (starting with </) class XMLEndTag super XMLTag # Optional matching tag, must be matched for the document to be well-formed var matching: nullable XMLStartTag redef fun to_s do return "</{tag_name}>" end