Skip to content

XML parser in pure Java code so tools like Google's PlayN can transcompile it to all its target platforms

Notifications You must be signed in to change notification settings

asilvestre/jpurexml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jpurexml

Simple all-in-memory XML parser in pure Java code so tools like Google's PlayN can transcompile it to all its target platforms

About XML compliance, it should support any regular XML document including comments and CDATA blocks. For more details about what is supported take a look at its unit tests.

This library has one main function XmlParse.parseXml(String) which returns an XmlDoc object. See the javadocs for more details about its structure.

About

XML parser in pure Java code so tools like Google's PlayN can transcompile it to all its target platforms

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages