What does the return inside the if statements do in the following code?
public void startElement(String namespaceURI, String localName,String qName,
it will return what you declared in the method head (here void = nothing = it will just end the method)