Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Java by xmltag ( 12 years ago )
package ml.ml;

import java.util.ArrayList;

public class xmlTag {
 
 public String hltag;
 public ArrayList<Subchild> sltag;
 //public ArrayList<String> sltag;
 
 
 //public ArrayList<String> path;
 
 public xmlTag() {
  hltag = new String();
  sltag = new ArrayList<Subchild>();
  //sltag = new ArrayList<String>();
  //path = new ArrayList<String>();
 }
 
}

 

Revise this Paste

Your Name: Code Language: