PullParser.reset

Reset parser with new content

  1. bool reset()
  2. void reset(const(Ch[]) newText)
    class PullParser(Ch = char)
    final
    void
    reset
    (
    const(Ch[]) newText
    )

Meta