module parserV2;
package parser;

public class XMLParser {
	public XMLParser() {
		System.out.println(this.getClass());
	}
}
