How can I get java classes from xml file?
In this situation, I don't have an XML schema , and I cannot use JAXB, Castor, or another xml binding API as far as I know.
You can generate a schema from an XML file using certain tools . Then create your Apache XMLBEANS classes.
XStream is great for XML objects -> and vice versa. It works quickly, easily and well without any circuitry.
Altova is also best at creating Java classes from XML / XSD
Source: https://habr.com/ru/post/1304146/More articles:Cannot configure JAX-WS to configure binding - javaHow to use DataPager with a Paged database - c #Form authentication is ignored in virtual application - asp.netJavascript Mouseover bubbling from kids - javascriptIs the JSONP scale? How many JSONP requests can I send before my page is populated with