Questions tagged [javax.xml]
78 questions
0
votes
3 answers
Xml to Java Object using JAXB
I need converter this xml to Java Object, I was using a manual DOM w3c (DocumentBuilder).
But I would use the JAXB,
This is XML
{prefix} {prefix}-{0}

user2026736
- 21
- 6
0
votes
1 answer
Am I using the XMLStreamWriter class correctly? I'm not really seeing what this offers over a simple FileWriter
So my code is simple and it creates what I want it to create, but I don't know if I'm really seeing any benefit to using the javax.xml.stream package for this.
Are my requirements simply too basic to really utilize the class? The only real benefits…

Jens Bodal
- 1,707
- 1
- 22
- 32
0
votes
2 answers
Java create & write to a XML file
I have searched several websites and all of them give different examples of how to write to a XML file.
This is how the XML should look like after I write into it:

David Faizulaev
- 4,651
- 21
- 74
- 124