Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)
Paste
Pasted as Java by xmltag ( 14 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