Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is JDOM not?

jdom
0
Posted

What is JDOM not?

0

JDOM is not a wrapper for the W3C’s DOM, or another version of DOM. JDOM is a Java-based “document object model” for XML files. JDOM serves the same purpose as DOM, but is easier to use. JDOM is not an XML parser, like Xerces or Crimson. It is a document object model that uses XML parsers to build documents. JDOM’s SAXBuilder class for example uses the SAX events generated by an XML parser to build a JDOM tree. The default XML parser used by JDOM is the JAXP-selected parser, but JDOM can use nearly any parser.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.