How Do I Parse this XML in Java SAX?
- by Tiever
I am using the SAX parser in java. I am not sure:
1) What classes I need for this kind of situation? I am guessing I want to have
Classes for (please let me know if my thoughts are completely wrong):
-FosterHome (Contains an Arraylist of Family and Child)
-Family (Contains ArrayList for Child and a String fro parent)
-Child (contains ArrayList for…