example
Class Example

java.lang.Object
  extended by example.Example

public class Example
extends java.lang.Object

Example on how to use XMLBurger. The XML file we want to convert into Java Objects: https://github.com/loopasam/XMLBurger/blob/master/XMLBurger/data/example.xml The XML file is available within the "data" folder of the source code. The Java Objects are to be defined according to your needs, in this case let's assume we want to populate a Library object with some Book objects. This example is just to get you started with XMLBurger style of programming, in this case, Xpath would have been more suitable :-)

Author:
Samuel Croset

Constructor Summary
Example()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example

public Example()
Method Detail

main

public static void main(java.lang.String[] args)