Vadim Gritsenko wrote:

Ralph Goers wrote:

Also, Do you know why Document helper is declared static?


DocumentHelper *class* is static. Why it should not be?


Is DocumentHelper an inner class? If so I agree, all that the static on a class means is that the inner class can (should?) be in a separate class.