POLITECHNIKA RZESZOWSKA - Wydział Elektrotechniki I Informatyki
// Import klas JAXP API
import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBullderFactory;
import javax.xml.parsers.FactoryConfigurationError; import javax.xml.parsers.ParserConfigurationException;
// Import klas obsługi wyjątków
import org.xml.sax.SAXException; import org.xml.sax.SAXParseException;
// Import klas IO
import java.io.File; import j ava.io.IOException;
// Import klas DOM API i wyjątków DCM
import org. w3c. dom. Document ; import org,w3c.dom.DOMException;
JAVA Wykład 11