protected def parseRound()

in src/main/scala/pa/Parser.scala [606:608]


  protected def parseRound(round: NodeSeq) = {
    Round(round \@ "roundNumber", round.text)
  }