Skip to content

Bagzoid/Xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xml

Xml is a Java library allows to parse XML content. Library contains DOM (Document Object Model) implementation: all parsed content represented as objects in memory.

Additional notes:

  • Project includes UML class diagram (can be found in "doc" folder)
  • Used JUnit library for test units

What is supported:

  • document header
  • tags
  • attributes
  • CDATA blocks
  • comments (skipping)
  • text special character

What is not supported:

  • DOCTYPE
  • processing instruction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published