Skip to content
/ oxml Public

An XML object parser based on Streaming API for XML (StAX)

License

Notifications You must be signed in to change notification settings

zooktech/oxml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oXml

oXml is a java library for XML object parsing based on Streaming API for XML (StAX).

It currently contains three key classes/interfaces:

  • OxmlParser: This is the entry point class for client usage.
  • ElementParser: This is an interface which client users may implement to provide their own domain specific parsers.
  • AbstractElementParser: This is an abstract class implementing the core ElementParser API. Client users would normally extend this class and override methods to provide custom parsing behaviour as required.

Motivation

TODO

Usage

TODO

License

oXml is released under the MIT license:

About

An XML object parser based on Streaming API for XML (StAX)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •