*/
protected void setUp() throws Exception {
}
public void testGetEmptyAnyMixedEtcElements() {
DefaultProfileSet profileSet = new DefaultProfileSet("device3");
profileSet.addProfiles(new String[] {"prof1", "prof2", "prof3"});
DTDStore.addDTD(profileSet, getClass().getResourceAsStream("xhtml1-transitional.dtd"));
DTDStore.DTDObjectContainer dtdContainer = DTDStore.getDTDObject(profileSet);
String[] elements = dtdContainer.getEmptyElements();
assertTrue(Arrays.equals(new String[] {"basefont", "area", "link", "isindex", "col", "base", "meta", "img", "br", "hr", "param", "input"}, elements));