opener
Furnace framework » XML parser » Event-based XML parsing

Prev:each-element ( stream quot: ( xml-elem -- ) -- )
Next:closer


Vocabulary
xml.data

Class description
Describes an opening tag, like <a>. Contains two slots, name and attrs containing, respectively, the name of the tag and its attributes.

See also
closer, contained

Definition


Methods