What does the return inside the if statements do in the following code?
public void startElement(String namespaceURI, String localName,String qName,
The returns in the above code will take you out of the method.