Skip to content

Instantly share code, notes, and snippets.

@Lahirupc
Lahirupc / Parser.java
Created November 3, 2016 03:18
XML Parser
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.me.chat;
import java.io.IOException;
import java.util.ArrayList;
import javax.xml.parsers.DocumentBuilder;