What does the return inside the if statements do in the following code?
public void startElement(String namespaceURI, String localName,String qName,
return always takes control out of calling method.