|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexample.Example
public class Example
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 :-)
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 |
---|
public Example()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |