What does the return inside the if statements do in the following code?
public void startElement(String namespaceURI, String localName,String qName,
It finishes the method so the code below it, is not executed.