Tell me how in java (JAXB, SAX, DOM ...) the most quickly and conveniently you can parse the xml type:
<name="krt" null="false" value="S"/> <name="trt" null="false" value="TW"/> <name="gdf" null="false" value="SE"/> <name="vcx" null="false" value="GGT"/> <name="trg" null="false" value="NH"/> Where value is written to java-variables (for example, S written to krt , TW written to trt , etc.)