简体   繁体   中英

How to unmarshal WML / xhtml into java ojbjects?

Is it possible to unmarshal WML or xhtml in java objects so that i can query the elements and save the values to DB? I would like to unmarshal WML/Xhtml from this link to java objects so that i can query the objects using JAXB.

Use jaxp and XSLT to unmarshal the nodes into Java objects:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM