Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1612 (closed enhancement: wontfix)

Opened 3 years ago

Last modified 3 years ago

Add XmlTokenType.FinishElement to PullParser

Reported by: DRK Assigned to: kris
Priority: normal Milestone: 1.0
Component: Tango Version: 0.99.8 Sean
Keywords: Cc:

Description

I'm currently writing some code using PullParser? and found that handling attributes is complicated by the lack of a "finished a start element" event.

I'd like to propose adding a FinishElement? enumeration to XmlTokenType?, and change PullParser? so that it emits this event when it encounters the '>' closing a starting element.

Change History

11/13/09 17:16:36 changed by kris

  • status changed from new to assigned.
  • milestone changed from 0.99.9 to 1.0.

Is there another way around this, daniel? I'd rather not introduce this if feasible

11/17/09 00:48:43 changed by kris

  • status changed from assigned to closed.
  • resolution set to wontfix.

won't fix in this go around, due to performance sensitivities in the dmd compiler.