XML parsing java -
i need parse xml file in java, (i using dom) built tree, , need create objects using nodes (and attributes). way of approach? can still same thing without, sax, or dom?
jaxb standard way create objects xml.
i need parse xml file in java, (i using dom) built tree, , need create objects using nodes (and attributes). way of approach? can still same thing without, sax, or dom?
jaxb standard way create objects xml.
Comments
Post a Comment