Parse a objectList [8] @ignore
protected function parseObjectList() { $this ->parseObject(); while ($this ->skipWSC() == ',') { $this ->read(); $this ->skipWSC(); $this ->parseObject(); } }