I notice that many of the methods in the Java DefaultHandler class are defined "Receive notification...." and "By Default, do nothing". Does this means that - these are event handler functions that fire according to parameters/definition. - that I am required to override these methods in order to get any behaviour at all (ie. that is is the case that there ...