Currently the MPbrtContainer.find() method returns after the first match, if any. But sometimes we want to find all elements that match a name or type. We should add a findAll() method that returns a collection of matching elements.
Currently the MPbrtContainer.find() method returns after the first match, if any.
But sometimes we want to find all elements that match a name or type.
We should add a findAll() method that returns a collection of matching elements.