Skip to content

Instantly share code, notes, and snippets.

View abdullahriaz95's full-sized avatar
🎯
Looking for Oppurtunities

Abdullah Riaz abdullahriaz95

🎯
Looking for Oppurtunities
View GitHub Profile
@abdullahriaz95
abdullahriaz95 / XML_Configuraion_Parser.java
Created December 11, 2019 05:23
JAVA STAX XML Parser (Working Perfectly) - an example xml is given in the code.
import android.os.Bundle;
import java.io.ByteArrayInputStream;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Objects;
import java.util.Stack;
import javax.xml.stream.XMLEventReader;
import javax.xml.stream.XMLInputFactory;