org.jdom2.contrib.input.scanner.doc-files.test.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdom Show documentation
Show all versions of jdom Show documentation
A complete, Java-based solution for accessing, manipulating,
and outputting XML data
The newest version!
<?xml version="1.0" ?> <a> <x name="element1"> <y name="child-1"> <z name="child-1.1"> <y name="child-1.1.1"/> </z> <z name="child-1.2"> <y name="child-1.2.1"/> </z> </y> <y name="child-2"/> <y name="child-3"> <z name="child-3.1"/> <z name="child-3.2"> <y name="child-3.2.1"/> <y name="child-3.2.2"/> <y name="child-3.2.3"/> <y name="child-3.2.4"/> <y name="child-3.2.5"/> </z> </y> </x> </a>