Skip to content

Library that extract objects T from an XML document into an Iterable<T>. Useful to integrate with reactive streams

License

Notifications You must be signed in to change notification settings

nilsaellen/xml-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xml-extractor

A swisspush project

Data Pull :

extractor = new XmlDataExtractor(String xmlFileLocation, URL xsdLocation, Class jaxbFactoryClass)

Iterable<T> it = extractor.process(String xPath, Class<T> clazz)

Data Push :

extractor = new XmlDataExtractor(String xmlFileLocation, URL xsdLocation, Class jaxbFactoryClass)

extractor.addElementListener(String xPath, Class<T> clazz, Consumer<T> consumer)

extractor.process()

About

Library that extract objects T from an XML document into an Iterable<T>. Useful to integrate with reactive streams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages