Skip to content

Create a class using SAXParser that describes the hierarchy of the XML file. The project creates an XML file and builds a tree (city, street name, house)

Notifications You must be signed in to change notification settings

Minisiia/CitySAXParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CitySAXParser

Create a class using SAXParser that describes the hierarchy of the XML file. The project creates an XML file and builds a tree (city, street name, house)

Java Advanced 7. XML. SAX, StAX

Завдання 3

Створіть клас, використовуючи SAXParser, де опишіть ієрархію XML файлу. Необхідно, щоб проект створював XML-файл і будував дерево (місто, назва вулиці, будинок). У місті використовуйте аттрибут (наприклад,<city size="big">Kiev</city>).

About

Create a class using SAXParser that describes the hierarchy of the XML file. The project creates an XML file and builds a tree (city, street name, house)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages