unmarshalling
Problem unmarshalling an attribute with name "class" with Xstream
I have a node with an attribute named class. The input XML is : <Job class=\"com.test.jobImplementation\">[详细]
2023-02-08 20:41 分类:问答Enums don't match schema: problem with jaxb or xsd?
I\'m trying to use JAXB to unmarshal this file into Java objects.I know that there\'s a problem with SAX in J6 that rejects the maxOccurs line, and I\'ve changed it to unbounded.However, when I xjc it[详细]
2023-02-07 16:10 分类:问答Marshalling/unmarshalling XML in Scala
I am looking at various approaches for marshalling/unmarshalling data between Scala and XML, and I\'m interested in getting community feedback (preferably grounded in first-hand knowledge/experience).[详细]
2023-02-04 10:52 分类:问答How to convert Date(ActionScript 3) to java.util.Date through a xml?
I want to convert Date(ActionScript 3) to java.util.Date through a xml. First, write a user defined ActionScript class like this.[详细]
2023-02-03 23:22 分类:问答Why does "xsd:date" of XML Schema Type mapped "javax.xml.datatype.XMLGregorianCalendar" When Schema-to-Java Mapping of JAXB does
I don\'t know why does \"xsd:date\" of XML Schema Type mapped\"javax.xml.datatype.XMLGregorianCalendar\" When Schema-to-Ja开发者_开发百科va Mapping of JAXB does.[详细]
2023-02-01 05:48 分类:问答JAXB marshalling/unmarshalling without any configuration
I\'m trying to marshal/unmarshal Java ValueObject class through JAXB. To do it, I found that it requires XML Schema file and ObjectFactory class[详细]
2023-02-01 05:45 分类:问答JAXB (un)marshalling of xsd types: xsd:base64Binary and xsd:hexBinary
JAXB maps both xsd:base64Binary and xsd:hexBinary types to byte[]. Given that I have a schema/a DOM Element representing each of these types such as:[详细]
2023-01-25 17:47 分类:问答problem unmarshalling xml doc to Java objects (jaxb)
I\'ve used xjc to create java objects from XSD. and now I am trying to unmarshal the xml doc to the java objects but I get:[详细]
2023-01-23 17:44 分类:问答How to Marshall C++ Native Objects to Managed C++ CLI
I have bunch of native C++ objects and classes contains DTL maps, maps of maps and lists and vectors.[详细]
2023-01-22 03:18 分类:问答why does HTTPClient response produce JSON stream, when the same GET request in the browser shows XML response?
I am using HttpClient for the first time to开发者_Python百科 make a request to a web service (defined by WADL), I\'d like to unmarshall the response into a meaningful object, in the browser if I perfo[详细]
2023-01-18 15:21 分类:问答