pull-event ( pull -- xml-event/f )
Furnace framework » XML parser » Event-based XML parsing

Prev:pull-xml
Next:pull-elem ( pull -- xml-elem/f )


Vocabulary
xml

Inputs
pullan XML pull parser


Outputs
xml-event/fan XML tag event, string, or f


Word description
Gets the next XML event from the given XML pull parser. Returns f upon exhaustion.

See also
pull-xml, <pull-xml>, pull-elem

Definition