Skip to content

AndSk/JaspXML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JaspXML

JaspXML is just a simple XML parser for Java that behaves like an iterator. It was designed for reading data from large XML files using a simple DOM like interface, but without the memory cost of a true DOM parser or the complexity of a SAX/StAX parser.

The current implementation is build on StAX.

An example is provided in ParseAndPrint.java that show how it can be used.

About

JaspXML is just a simple XML parser that behaves as an iterator that iterates horizontally and vertically though an XML file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published