Skip to content

A simple example using Java Reflection to read and XML file, create a class of students using reflection (methods and field calls), add students to classes, and write out by recreating XML file.

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 

ReadMe.md

Java Reflection with XML Example

A simple java application that makes use of XML files to read content from, generates new content in the app and writes out the content using reflection and XML.

Follow the code, comments are given to guide you through the code with explanations.

Hope it helps :)

About

A simple example using Java Reflection to read and XML file, create a class of students using reflection (methods and field calls), add students to classes, and write out by recreating XML file.

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.