closer
Furnace framework > XML parser > Event-based XML parsing
Prev:opener
Next:contained


Vocabulary
xml.data

Class description
Describes a closing tag, like </a>. Contains one slot, name, containing the closer's name.

See also
opener, contained

Definition
IN: xml.data

TUPLE: closer { name name initial: T{ name } } ;


Methods
USING: accessors kernel sequences xml.data xml.private ;

M: closer process
name>> pop-xml first2 [ check-closer attrs>> ] dip <tag>
add-child ;